-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
48 lines (48 loc) · 1.43 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
45
46
47
48
{
"name": "waypointnda.com",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"devDependencies": {
"json": "^11.0.0",
"mustache": "^4.2.0"
}
},
"node_modules/json": {
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/json/-/json-11.0.0.tgz",
"integrity": "sha512-N/ITv3Yw9Za8cGxuQqSqrq6RHnlaHWZkAFavcfpH/R52522c26EbihMxnY7A1chxfXJ4d+cEFIsyTgfi9GihrA==",
"dev": true,
"bin": {
"json": "lib/json.js"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/mustache": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
"integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
"dev": true,
"bin": {
"mustache": "bin/mustache"
}
}
},
"dependencies": {
"json": {
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/json/-/json-11.0.0.tgz",
"integrity": "sha512-N/ITv3Yw9Za8cGxuQqSqrq6RHnlaHWZkAFavcfpH/R52522c26EbihMxnY7A1chxfXJ4d+cEFIsyTgfi9GihrA==",
"dev": true
},
"mustache": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
"integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
"dev": true
}
}
}