-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage-lock.json
More file actions
32 lines (32 loc) · 870 Bytes
/
package-lock.json
File metadata and controls
32 lines (32 loc) · 870 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
31
32
{
"name": "gatech-swapr-server-node",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"is-npm-not-yarn": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/is-npm-not-yarn/-/is-npm-not-yarn-2.0.4.tgz",
"integrity": "sha1-zfZMicv9VkrZSYCDgnIxd6EJ7Dk=",
"dev": true,
"requires": {
"slash": "1.0.0"
}
},
"slash": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
"integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=",
"dev": true
},
"use-yarn": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/use-yarn/-/use-yarn-2.1.0.tgz",
"integrity": "sha1-xWK9Z9WHrMIjW2jxyzLo9n3mGsM=",
"dev": true,
"requires": {
"is-npm-not-yarn": "2.0.4"
}
}
}
}