-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 2.78 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
97
98
99
100
101
{
"_args": [
[
{
"raw": "react-native-http-cache@latest",
"scope": null,
"escapedName": "react-native-http-cache",
"name": "react-native-http-cache",
"rawSpec": "latest",
"spec": "latest",
"type": "tag"
},
"/Volumes/Mac/host/app/weijiupload/Apps"
]
],
"_cnpm_publish_time": 1478836221470,
"_from": "react-native-http-cache@latest",
"_hasShrinkwrap": false,
"_id": "[email protected]",
"_inCache": true,
"_location": "/react-native-http-cache",
"_nodeVersion": "6.3.1",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/react-native-http-cache-0.2.0.tgz_1478836220882_0.4256444040220231"
},
"_npmUser": {
"name": "tdzl2003",
"email": "[email protected]"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "react-native-http-cache@latest",
"scope": null,
"escapedName": "react-native-http-cache",
"name": "react-native-http-cache",
"rawSpec": "latest",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-http-cache/-/react-native-http-cache-0.2.0.tgz",
"_shasum": "1796ef5a2bbad845a066338f6f8d96a591e421e3",
"_shrinkwrap": null,
"_spec": "react-native-http-cache@latest",
"_where": "/Volumes/Mac/host/app/weijiupload/Apps",
"author": {
"name": "tdzl2003"
},
"bugs": {
"url": "https://github.com/reactnativecn/react-native-http-cache/issues"
},
"dependencies": {},
"description": "Control http cache used by fetch/XMLHttpRequest",
"devDependencies": {
"babel-eslint": "^4.1.6",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^2.1.1",
"eslint-plugin-import": "^0.12.1",
"eslint-plugin-react": "^3.13.1"
},
"directories": {},
"dist": {
"shasum": "1796ef5a2bbad845a066338f6f8d96a591e421e3",
"size": 9578,
"noattachment": false,
"tarball": "http://registry.npm.taobao.org/react-native-http-cache/download/react-native-http-cache-0.2.0.tgz"
},
"gitHead": "c563199dfec86b9be3292d77fb7d275135f37a19",
"homepage": "https://github.com/reactnativecn/react-native-http-cache#readme",
"keywords": [
"react-native",
"ios",
"android",
"http",
"cache"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "tdzl2003",
"email": "[email protected]"
}
],
"name": "react-native-http-cache",
"optionalDependencies": {},
"publish_time": 1478836221470,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/reactnativecn/react-native-http-cache.git"
},
"scripts": {
"test": "node node_modules/eslint/bin/eslint ."
},
"version": "0.2.0"
}