-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
30 lines (30 loc) · 862 Bytes
/
package-lock.json
File metadata and controls
30 lines (30 loc) · 862 Bytes
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
{
"name": "ryse_two",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"mongod": "^2.0.0"
}
},
"node_modules/mongod": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/mongod/-/mongod-2.0.0.tgz",
"integrity": "sha512-J1it0yFsLH+y4EIBByEDPKUu+2AQlEMoRc4ugtKRlppQM6dh4oFEIJlpuCE1Cixt33Ni1gZQ+eaizWTqBc5MTA==",
"license": "MIT",
"dependencies": {
"promise-queue": "^2.2.3"
}
},
"node_modules/promise-queue": {
"version": "2.2.5",
"resolved": "https://registry.npmjs.org/promise-queue/-/promise-queue-2.2.5.tgz",
"integrity": "sha512-p/iXrPSVfnqPft24ZdNNLECw/UrtLTpT3jpAAMzl/o5/rDsGCPo3/CQS2611flL6LkoEJ3oQZw7C8Q80ZISXRQ==",
"license": "MIT",
"engines": {
"node": ">= 0.8.0"
}
}
}
}