*add node-gyp-build-optional-packages
This commit is contained in:
parent
0a73d099f5
commit
158331ef8b
|
@ -6,7 +6,8 @@
|
|||
"ast-matcher": "^1.1.1",
|
||||
"loady": "^0.0.5",
|
||||
"magic-string": "^0.27.0",
|
||||
"node-gyp-build": "^4.5.0"
|
||||
"node-gyp-build": "^4.5.0",
|
||||
"node-gyp-build-optional-packages": "^5.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.11.14",
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -182,6 +182,7 @@ __metadata:
|
|||
loady: ^0.0.5
|
||||
magic-string: ^0.27.0
|
||||
node-gyp-build: ^4.5.0
|
||||
node-gyp-build-optional-packages: ^5.0.5
|
||||
prettier: ^2.8.1
|
||||
rollup: ^3.7.4
|
||||
typescript: ^4.9.4
|
||||
|
@ -934,6 +935,17 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"node-gyp-build-optional-packages@npm:^5.0.5":
|
||||
version: 5.0.5
|
||||
resolution: "node-gyp-build-optional-packages@npm:5.0.5"
|
||||
bin:
|
||||
node-gyp-build-optional-packages: bin.js
|
||||
node-gyp-build-optional-packages-optional: optional.js
|
||||
node-gyp-build-optional-packages-test: build-test.js
|
||||
checksum: d0d1119237479b74c6b3de74fd51e3c9e39a656e5c3d2db7d7b6cdc613a952a926f63fba691066dbb2034524faf63678ff05f79394cc5ce21922815f83532eaf
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"node-gyp-build@npm:^4.5.0":
|
||||
version: 4.5.0
|
||||
resolution: "node-gyp-build@npm:4.5.0"
|
||||
|
|
Loading…
Reference in New Issue