forked from wfilleman/react-native-tcp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
96 lines (96 loc) · 2.34 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"_from": "@hawkingnetwork/react-native-tcp",
"_id": "@hawkingnetwork/react-native-tcp@3.3.2",
"_inBundle": false,
"_integrity": "sha512-XY4F58mvx4mz2TmcAhAbGg2CAF/kmcZt8PyaUjsArAXXpXrSIPFqweLSa0DfMhUpZ9XSEyMRvRZG63XACiBdVQ==",
"_location": "/@hawkingnetwork/react-native-tcp",
"_phantomChildren": {
"inherits": "2.0.3"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@hawkingnetwork/react-native-tcp",
"name": "@hawkingnetwork/react-native-tcp",
"escapedName": "@hawkingnetwork%2freact-native-tcp",
"scope": "@hawkingnetwork",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/@hawkingnetwork/react-native-tcp/-/react-native-tcp-3.3.2.tgz",
"_shasum": "ed8f89b9e24e4bf2d5ce74a21eead1bd9a1e567a",
"_spec": "@hawkingnetwork/react-native-tcp",
"_where": "/Users/wesleyfilleman/Developer/MobiLincReact",
"author": {
"name": "Hawking"
},
"browser": {
"net": "./TcpSockets.js"
},
"bugs": {
"url": "https://github.com/staltz/react-native-tcp/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Paul Puey",
"email": "paul@edgesecure.co"
},
{
"name": "Andy Prock",
"email": "aprock@protonmail.com"
},
{
"name": "Andre Staltz",
"email": "contact@staltz.com"
}
],
"dependencies": {
"base64-js": "1.3.0",
"buffer": "5.2.1",
"events": "3.0.0",
"ip-regex": "3.0.0",
"process": "0.11.10",
"stream-browserify": "2.0.1",
"util": "0.11.1"
},
"deprecated": false,
"description": "node's net API for react-native",
"devDependencies": {
"babel-eslint": "^4.1.6",
"eslint-plugin-react": "^3.11.3"
},
"homepage": "https://github.com/staltz/react-native-tcp",
"keywords": [
"react-component",
"reactnative",
"react-native",
"net",
"tcp",
"sockets",
"ios",
"android"
],
"license": "MIT",
"main": "TcpSockets.js",
"name": "@hawkingnetwork/react-native-tcp",
"peerDependencies": {
"react-native": ">=0.40.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hawkingnetwork/react-native-tcp.git"
},
"scripts": {
"start": "exit 1"
},
"version": "3.3.2"
}