-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.13 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
{
"_from": "react-native-idle@^1.1.0",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-mmrBt+CF1ITVHbMx3wh3EZMUY6k=",
"_location": "/react-native-idle",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "react-native-idle@^1.1.0",
"name": "react-native-idle",
"escapedName": "react-native-idle",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/"
],
"_resolved": "http://registry.npm.taobao.org/react-native-idle/download/react-native-idle-1.1.0.tgz",
"_shasum": "9a6ac1b7e085d484d51db331df087711931463a9",
"_spec": "react-native-idle@^1.1.0",
"_where": "/Users/liilianyou/shenmoinfo/SourceCode/XuetangApp",
"author": "",
"bundleDependencies": false,
"deprecated": false,
"description": "Prevent screen to sleep in ReactNative app.",
"license": "ISC",
"main": "index.js",
"name": "react-native-idle",
"rnpm": {
"android": {
"packageInstance": "new RNIdlePackage()"
},
"ios": {
"project": "ios/RNIdle.xcodeproj"
}
},
"scripts": {},
"version": "1.1.0"
}