-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
27 lines (27 loc) · 1.02 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
{
"name": "parcel-source-map-cli",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@parcel/source-map": {
"version": "2.0.0-alpha.4.20",
"resolved": "https://registry.npmjs.org/@parcel/source-map/-/source-map-2.0.0-alpha.4.20.tgz",
"integrity": "sha512-OQwPRkB9/i8MlmVSVBGuqnrnrMFphtHKLIA4VGgvXxlFgjS1G3BqYK1mALI5HVjrq3gFoJHSF/VXShQwiNofEw==",
"requires": {
"node-addon-api": "^3.0.0",
"node-gyp-build": "^4.2.3"
}
},
"node-addon-api": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.1.0.tgz",
"integrity": "sha512-flmrDNB06LIl5lywUz7YlNGZH/5p0M7W28k8hzd9Lshtdh1wshD2Y+U4h9LD6KObOy1f+fEVdgprPrEymjM5uw=="
},
"node-gyp-build": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.2.3.tgz",
"integrity": "sha512-MN6ZpzmfNCRM+3t57PTJHgHyw/h4OWnZ6mR8P5j/uZtqQr46RRuDE/P+g3n0YR/AiYXeWixZZzaip77gdICfRg=="
}
}
}