-
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) · 893 Bytes
/
package-lock.json
File metadata and controls
30 lines (30 loc) · 893 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": "@hgargg-0710/xml",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@hgargg-0710/xml",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"@hgargg-0710/one": "0.1.2",
"@hgargg-0710/parsers.js": "0.1.3"
}
},
"node_modules/@hgargg-0710/one": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/@hgargg-0710/one/-/one-0.1.2.tgz",
"integrity": "sha512-WqoJZjUgkApXHNA/f5ok65ACESSvY59NNLZPinq3ZkveJrSOCfFo+aAY+CXz3iTdl0V+Ll2JMHGhYMhsj57Pyw=="
},
"node_modules/@hgargg-0710/parsers.js": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/@hgargg-0710/parsers.js/-/parsers.js-0.1.3.tgz",
"integrity": "sha512-B/YSQ1ifXzcleB+92UqOzjrdaJFDr8VaLciDSdTLDCWlUpu7rRZ1ZSw7l0zDPqn4TexQMEsj+7Pea9jKGp3UDg==",
"dependencies": {
"@hgargg-0710/one": "0.1.2"
}
}
}
}