-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
131 lines (131 loc) · 3.91 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"_from": "git+https://github.com/RiptideElements/s3fs.git",
"_id": "s3fs@2.5.0",
"_inBundle": false,
"_integrity": "",
"_location": "/s3fs",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "s3fs@git+https://github.com/RiptideElements/s3fs.git",
"name": "s3fs",
"escapedName": "s3fs",
"rawSpec": "git+https://github.com/RiptideElements/s3fs.git",
"saveSpec": "git+https://github.com/RiptideElements/s3fs.git",
"fetchSpec": "https://github.com/RiptideElements/s3fs.git",
"gitCommittish": null
},
"_requiredBy": [
"/"
],
"_resolved": "git+https://github.com/RiptideElements/s3fs.git#26fb419f1ad5847507e4a6a6f637051bb11a9ff8",
"_shrinkwrap": {
"name": "s3fs",
"version": "2.5.0",
"dependencies": {
"aws-sdk": {
"version": "2.5.2",
"from": "aws-sdk@>=2.5.2 <2.6.0",
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.5.2.tgz"
},
"bluebird": {
"version": "3.4.1",
"from": "bluebird@>=3.4.1 <3.5.0",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.1.tgz"
},
"extend": {
"version": "3.0.0",
"from": "extend@>=3.0.0 <4.0.0",
"resolved": "https://registry.npmjs.org/extend/-/extend-3.0.0.tgz"
},
"jmespath": {
"version": "0.15.0",
"from": "jmespath@0.15.0",
"resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.15.0.tgz"
},
"lodash": {
"version": "3.5.0",
"from": "lodash@>=3.5.0 <3.6.0",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.5.0.tgz"
},
"sax": {
"version": "1.1.5",
"from": "sax@1.1.5",
"resolved": "https://registry.npmjs.org/sax/-/sax-1.1.5.tgz"
},
"xml2js": {
"version": "0.4.15",
"from": "xml2js@0.4.15",
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.15.tgz"
},
"xmlbuilder": {
"version": "2.6.2",
"from": "xmlbuilder@2.6.2",
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-2.6.2.tgz"
}
}
},
"_spec": "s3fs@git+https://github.com/RiptideElements/s3fs.git",
"_where": "/Users/royare/Desktop/MindMate-iOS-Server",
"author": {
"name": "David Pate",
"email": "davidtpate@gmail.com",
"url": "https://github.com/DavidTPate"
},
"bugs": {
"url": "http://github.com/RiptideElements/s3fs/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jhorlin De Armas",
"email": "Jhorlin@gmail.com",
"url": "https://github.com/Jhorlin"
}
],
"dependencies": {
"aws-sdk": "~2.6.9",
"bluebird": "~3.4.6",
"extend": "~3.x"
},
"deprecated": false,
"description": "Implementation of Node.JS FS interface using Amazon Simple Storage Service (S3).",
"devDependencies": {
"buddy.js": "~0.x",
"chai": "~3.x",
"chai-as-promised": "~6.0.0",
"dirty-chai": "~1.2.2",
"eslint": "~3.7.1",
"istanbul": "~0.4.5",
"jscs": "~3.0.7",
"jsinspect": "~0.x",
"mocha": "~3.1.2",
"nsp": "~2.6.2",
"through2": "~2.x"
},
"homepage": "http://github.com/RiptideElements/s3fs",
"keywords": [
"s3fs",
"amazon s3",
"aws s3",
"fs",
"file system",
"simple storage service",
"amazon"
],
"license": "MIT",
"main": "index.js",
"name": "s3fs",
"repository": {
"type": "git",
"url": "git://github.com/RiptideElements/s3fs.git"
},
"scripts": {
"cover": "istanbul cover _mocha -- --check-leaks --recursive --timeout=25000 test && istanbul check-coverage --statements 80.95 --branches 76.56 --functions 74.3 --lines 80.95",
"lint": "eslint . && jscs . && jsinspect . && buddy --detect-objects index.js ./lib",
"security": "nsp check",
"test": "mocha --check-leaks --recursive --timeout=25000 test",
"test-ci": "npm run lint && npm run security && npm run cover"
},
"version": "2.5.0"
}