-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage-lock.json
44 lines (44 loc) · 1.44 KB
/
package-lock.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
{
"name": "reaction-subscription-billing",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"bluebird": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.11.0.tgz",
"integrity": "sha1-U0uQM8AiyVecVro7Plpcqvu2UOE="
},
"lodash.isplainobject": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
"integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs="
},
"object-assign": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
},
"qs": {
"version": "6.0.4",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.0.4.tgz",
"integrity": "sha1-UQGdhHIMk5uCc36EVWp4Izjs6ns="
},
"strip": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/strip/-/strip-3.0.0.tgz",
"integrity": "sha1-dQ/JMxUqfTWvC3Qg5lF4m5FMw14="
},
"stripe": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-5.0.0.tgz",
"integrity": "sha512-kfhIXoNFSH1u+ffEbJhRESfVxOL7rm/ci7IVoyFGBAeV9OsVVqiYWM13K1wnGJL9ZQGXEhd/0p6NfPcWjAZW2w==",
"requires": {
"bluebird": "2.11.0",
"lodash.isplainobject": "4.0.6",
"object-assign": "4.1.1",
"qs": "6.0.4"
}
}
}
}