forked from balderdashy/sails-mysql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-shrinkwrap.json
70 lines (70 loc) · 2.41 KB
/
npm-shrinkwrap.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
{
"name": "sails-mysql",
"version": "0.12.2",
"dependencies": {
"async": {
"version": "1.5.2",
"from": "async@1.5.2",
"resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz"
},
"lodash": {
"version": "3.10.1",
"from": "lodash@3.10.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz"
},
"mysql": {
"version": "2.10.2",
"from": "mysql@2.10.2",
"resolved": "https://registry.npmjs.org/mysql/-/mysql-2.10.2.tgz",
"dependencies": {
"bignumber.js": {
"version": "2.1.4",
"from": "bignumber.js@2.1.4",
"resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-2.1.4.tgz"
},
"readable-stream": {
"version": "1.1.14",
"from": "readable-stream@>=1.1.13 <1.2.0",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
"dependencies": {
"core-util-is": {
"version": "1.0.2",
"from": "core-util-is@>=1.0.0 <1.1.0",
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz"
},
"isarray": {
"version": "0.0.1",
"from": "isarray@0.0.1",
"resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
},
"string_decoder": {
"version": "0.10.31",
"from": "string_decoder@>=0.10.0 <0.11.0",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
},
"inherits": {
"version": "2.0.1",
"from": "inherits@>=2.0.1 <2.1.0",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
}
}
}
}
},
"waterline-cursor": {
"version": "0.0.7",
"from": "waterline-cursor@0.0.7",
"resolved": "https://registry.npmjs.org/waterline-cursor/-/waterline-cursor-0.0.7.tgz"
},
"waterline-errors": {
"version": "0.10.1",
"from": "waterline-errors@0.10.1",
"resolved": "https://registry.npmjs.org/waterline-errors/-/waterline-errors-0.10.1.tgz"
},
"waterline-sequel": {
"version": "0.6.4",
"from": "waterline-sequel@0.6.4",
"resolved": "https://registry.npmjs.org/waterline-sequel/-/waterline-sequel-0.6.4.tgz"
}
}
}