You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
2.0 KiB
70 lines
2.0 KiB
{
|
|
"name": "prebuild-install",
|
|
"version": "5.3.0",
|
|
"description": "A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platform",
|
|
"scripts": {
|
|
"test": "verify-travis-appveyor && tape test/*-test.js && npm run lint",
|
|
"lint": "standard"
|
|
},
|
|
"keywords": [
|
|
"prebuilt",
|
|
"binaries",
|
|
"native",
|
|
"addon",
|
|
"module",
|
|
"c",
|
|
"c++",
|
|
"bindings",
|
|
"devops",
|
|
"napi"
|
|
],
|
|
"dependencies": {
|
|
"detect-libc": "^1.0.3",
|
|
"expand-template": "^2.0.3",
|
|
"github-from-package": "0.0.0",
|
|
"minimist": "^1.2.0",
|
|
"mkdirp": "^0.5.1",
|
|
"napi-build-utils": "^1.0.1",
|
|
"node-abi": "^2.7.0",
|
|
"noop-logger": "^0.1.1",
|
|
"npmlog": "^4.0.1",
|
|
"os-homedir": "^1.0.1",
|
|
"pump": "^2.0.1",
|
|
"rc": "^1.2.7",
|
|
"simple-get": "^2.7.0",
|
|
"tar-fs": "^1.13.0",
|
|
"tunnel-agent": "^0.6.0",
|
|
"which-pm-runs": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"a-native-module": "^1.0.0",
|
|
"nock": "^9.2.5",
|
|
"rimraf": "^2.5.2",
|
|
"standard": "^10.0.3",
|
|
"tape": "^4.5.1",
|
|
"verify-travis-appveyor": "^2.0.1"
|
|
},
|
|
"bin": "./bin.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/prebuild/prebuild-install.git"
|
|
},
|
|
"author": "Mathias Buus (@mafintosh)",
|
|
"contributors": [
|
|
"Julian Gruber <julian@juliangruber.com> (https://github.com/juliangruber)",
|
|
"Brett Lawson <brett19@gmail.com> (https://github.com/brett19)",
|
|
"Pieter Hintjens <ph@imatix.com> (https://github.com/hintjens)",
|
|
"Lars-Magnus Skog <ralphtheninja@riseup.net> (https://github.com/ralphtheninja)",
|
|
"Jesús Leganés Combarro <piranna@gmail.com> (https://github.com/piranna)",
|
|
"Mathias Küsel <mathiask@hotmail.de> (https://github.com/mathiask88)",
|
|
"Lukas Geiger <lukas.geiger94@gmail.com> (https://github.com/lgeiger)"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/prebuild/prebuild-install/issues"
|
|
},
|
|
"homepage": "https://github.com/prebuild/prebuild-install",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
}
|
|
|