-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.66 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
{
"_from": "fetch-awesome",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-7uWXtDUgGKrUAHhl57cmngxh0oahJ3rf1adyvwvqWjQS4xzH+zweku8iGdDwkfC6afpctxX5lGqxrBvbpRApww==",
"_location": "/fetch-awesome",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "fetch-awesome",
"name": "fetch-awesome",
"escapedName": "fetch-awesome",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/nimamoradi/fetch-awesome.git"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/fetch-awesome/-/fetch-awesome-1.0.0.tgz",
"_shasum": "e3bfd8284084af65481b18376e87ecc26576137a",
"_spec": "fetch-awesome",
"_where": "/Users/admin/projects",
"author": {
"name": "nima moradi"
},
"bundleDependencies": false,
"dependencies": {
"react-native-module-check": "^2.6.2",
"react-native-module-guard": "^2.6.2",
"yarn": "^1.7.0"
},
"deprecated": false,
"description": "custum fetch for react-native with time-out and bad header and retry support ",
"devDependencies": {
"react": "16.0.0-alpha.12",
"react-native": "^0.47.1"
},
"files": [
"build"
],
"keywords": [
"fetch",
"retry",
"timeout",
"module",
"native",
"package",
"react-native"
],
"license": "MIT",
"main": "index.js",
"name": "fetch-awesome",
"peerDependencies": {
"react-native": "*"
},
"scripts": {
"build": "babel src --out-dir build",
"clean": "rm -rf build",
"prepublishOnly": "npm run clean && npm run build"
},
"version": "2.0.2"
}