mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
33 lines
1003 B
JSON
33 lines
1003 B
JSON
{
|
|
"name": "node-gyp-build",
|
|
"version": "4.3.0",
|
|
"description": "Build tool and bindings loader for node-gyp that supports prebuilds",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"array-shuffle": "^1.0.1",
|
|
"standard": "^14.0.0",
|
|
"tape": "^5.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && node test"
|
|
},
|
|
"bin": {
|
|
"node-gyp-build": "./bin.js",
|
|
"node-gyp-build-optional": "./optional.js",
|
|
"node-gyp-build-test": "./build-test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/prebuild/node-gyp-build.git"
|
|
},
|
|
"author": "Mathias Buus (@mafintosh)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/prebuild/node-gyp-build/issues"
|
|
},
|
|
"homepage": "https://github.com/prebuild/node-gyp-build"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.3.0.tgz"
|
|
,"_integrity": "sha512-iWjXZvmboq0ja1pUGULQBexmxq8CV4xBhX7VDOTbL7ZR4FOowwY/VOtRxBN/yKxmdGoIp4j5ysNT4u3S2pDQ3Q=="
|
|
,"_from": "node-gyp-build@4.3.0"
|
|
} |