-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage-lock.json
More file actions
78 lines (78 loc) · 2.53 KB
/
package-lock.json
File metadata and controls
78 lines (78 loc) · 2.53 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "IndoorGML2Json",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"amdefine": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/amdefine/-/amdefine-0.1.1.tgz",
"integrity": "sha1-tcdcUyBS3M1qOcAGTHcsjVegbNI="
},
"fs": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
"integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ="
},
"http": {
"version": "0.0.0",
"resolved": "https://registry.npmjs.org/http/-/http-0.0.0.tgz",
"integrity": "sha1-huYybSnF0Dnen6xYSkVon5KfT3I="
},
"is-wsl": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
"integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0="
},
"jsonix": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/jsonix/-/jsonix-2.4.1.tgz",
"integrity": "sha1-fKkUqFo2nyezDxPMDBWiJYuJSzM=",
"requires": {
"amdefine": "0.x.x",
"xmldom": ">=0.1.21",
"xmlhttprequest": "1.x.x"
}
},
"ogc-schemas": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/ogc-schemas/-/ogc-schemas-2.6.1.tgz",
"integrity": "sha1-CDSwDYA49W/t0gZGfzTBMOmXb5I=",
"requires": {
"jsonix": ">=2.4.0",
"w3c-schemas": ">=1.4.0"
}
},
"opn": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz",
"integrity": "sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==",
"requires": {
"is-wsl": "^1.1.0"
}
},
"readline": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/readline/-/readline-1.3.0.tgz",
"integrity": "sha1-xYDXfvLPyHUrEySYBg3JeTp6wBw="
},
"w3c-schemas": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/w3c-schemas/-/w3c-schemas-1.4.0.tgz",
"integrity": "sha1-9Nr+ktl69WqZs/qhUg9ZLfKZhCg=",
"requires": {
"jsonix": ">=2.4.0"
}
},
"xmldom": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.5.0.tgz",
"integrity": "sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA=="
},
"xmlhttprequest": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz",
"integrity": "sha1-Z/4HXFwk/vOfnWX197f+dRcZaPw="
}
}
}