forked from parshap/node-libs-react-native
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.4 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
{
"author": "sacru2red <[email protected]>",
"name": "@react-native-module/node-libs-react-native",
"description": "Node core modules for React Native",
"version": "1.4.1",
"main": "index.js",
"homepage": "https://github.com/react-native-module/node-libs-react-native",
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-module/node-libs-react-native.git"
},
"dependencies": {
"@react-native-module/crypto": "^4.0.1",
"@react-native-module/randombytes": "^4.0.0",
"assert": "^1.4.1",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"console-browserify": "^1.1.0",
"constants-browserify": "^1.0.0",
"domain-browser": "^1.1.1",
"events": "^1.0.0",
"https-browserify": "^1.0.0",
"js-base64": "^3.7.2",
"os-browserify": "^0.3.0",
"path-browserify": "0.0.0",
"process": "^0.11.0",
"punycode": "^2.1.0",
"querystring-es3": "^0.2.0",
"readable-stream": "^3.6.0",
"stream-http": "^2.3.1",
"string_decoder": "^1.0.3",
"timers-browserify": "^2.0.2",
"tty-browserify": "0.0.0",
"url": "^0.11.0",
"util": "^0.10.3"
},
"peerDependencies": {
"@react-native-module/pbkdf2": "*",
"react": "*",
"react-native": "*"
},
"scripts": {
"test": "node index.js"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/react-native-module/node-libs-react-native/issues"
}
}