-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.5 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
{
"_args": [
[
"/Users/zhanglinfeimacair/workroom/coding/iwos-phone/iwos"
]
],
"_from": "git+https://github.com/linfeizhang/react-native-fetch-blob.git",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-T8JWq64MtfEOfEHyjBGz/zMNcqk=",
"_location": "/react-native-fetch-blob",
"_phantomChildren": {
"fs.realpath": "1.0.0",
"inflight": "1.0.6",
"inherits": "2.0.4",
"minimatch": "3.0.4",
"once": "1.4.0",
"path-is-absolute": "1.0.1"
},
"_requested": {
"type": "git",
"raw": "react-native-fetch-blob@git+https://github.com/linfeizhang/react-native-fetch-blob.git",
"name": "react-native-fetch-blob",
"escapedName": "react-native-fetch-blob",
"rawSpec": "git+https://github.com/linfeizhang/react-native-fetch-blob.git",
"saveSpec": "git+https://github.com/linfeizhang/react-native-fetch-blob.git",
"fetchSpec": "https://github.com/linfeizhang/react-native-fetch-blob.git",
"gitCommittish": null
},
"_requiredBy": [
"/"
],
"_resolved": "git+https://github.com/linfeizhang/react-native-fetch-blob.git#c173dce86f01486338c5d1440bc20a3e25ae5563",
"_spec": "react-native-fetch-blob@git+https://github.com/linfeizhang/react-native-fetch-blob.git",
"_where": "/Users/zhanglinfeimacair/workroom/coding/SmartFleet_App_Admin/SmartFleet_App_Admin",
"author": {
"name": "wkh237",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/wkh237/react-native-fetch-blob/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Ben",
"email": "[email protected]"
},
{}
],
"dependencies": {
"base-64": "0.1.0",
"glob": "7.0.6"
},
"deprecated": false,
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
"homepage": "https://github.com/wkh237/react-native-fetch-blob#readme",
"keywords": [
"react-native",
"fetch",
"blob",
"fs",
"upload",
"file",
"download",
"filestream",
"image header"
],
"license": "MIT",
"main": "index.js",
"name": "react-native-fetch-blob",
"repository": {
"url": "git+https://github.com/wkh237/react-native-fetch-blob.git"
},
"rnpm": {
"commands": {
"prelink": "node ./node_modules/react-native-fetch-blob/scripts/prelink.js"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.10.8"
}