-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
33 lines (33 loc) · 967 Bytes
/
package-lock.json
File metadata and controls
33 lines (33 loc) · 967 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
33
{
"name": "nationscript",
"version": "2.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "nationscript",
"version": "2.1.0",
"license": "MPL-2.0",
"dependencies": {
"node-xml-stream-parser": "^1.0.12"
},
"devDependencies": {
"jsdoc-tsimport-plugin": "^1.0.5"
},
"engines": {
"node": ">=14.0.0"
}
},
"node_modules/jsdoc-tsimport-plugin": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/jsdoc-tsimport-plugin/-/jsdoc-tsimport-plugin-1.0.5.tgz",
"integrity": "sha512-6mvyF+tXdanf3zxEumTF9Uf/sXGlANP+XohSuiJiOVVWPGxi+3f2a2sy5Ew3W+0PMYUkcGYNxfYd5mMZsIHQpg==",
"dev": true
},
"node_modules/node-xml-stream-parser": {
"version": "1.0.12",
"resolved": "https://registry.npmjs.org/node-xml-stream-parser/-/node-xml-stream-parser-1.0.12.tgz",
"integrity": "sha512-qfUiDv1F6OMSltv2/ay32q7fp995OrA3TmEdlwFcxEjAQPiEAH+qi3jAh0QjOTXNbdLa5hoYhuBPCiylllGfjg=="
}
}
}