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.

118 lines
2.8 KiB

{
"_from": "prebuild@^4.1.1",
"_id": "prebuild@4.5.0",
"_inBundle": false,
"_integrity": "sha1-KqoN8gY7/4FKgDvU3JT/m2Tl3wA=",
"_location": "/prebuild",
"_phantomChildren": {
"ansi": "0.3.1",
"are-we-there-yet": "1.1.5",
"has-unicode": "2.0.1",
"lodash.pad": "4.5.1",
"lodash.padend": "4.6.1",
"lodash.padstart": "4.6.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "prebuild@^4.1.1",
"name": "prebuild",
"escapedName": "prebuild",
"rawSpec": "^4.1.1",
"saveSpec": null,
"fetchSpec": "^4.1.1"
},
"_requiredBy": [
"/leveldown"
],
"_resolved": "https://registry.npmjs.org/prebuild/-/prebuild-4.5.0.tgz",
"_shasum": "2aaa0df2063bff814a803bd4dc94ff9b64e5df00",
"_spec": "prebuild@^4.1.1",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/leveldown",
"author": {
"name": "Mathias Buus",
"url": "@mafintosh"
},
"bin": {
"prebuild": "./bin.js"
},
"bugs": {
"url": "https://github.com/mafintosh/prebuild/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Julian Gruber",
"email": "julian@juliangruber.com",
"url": "https://github.com/juliangruber"
},
{
"name": "Brett Lawson",
"email": "brett19@gmail.com",
"url": "https://github.com/brett19"
},
{
"name": "Pieter Hintjens",
"email": "ph@imatix.com",
"url": "https://github.com/hintjens"
},
{
"name": "Lars-Magnus Skog",
"email": "ralphtheninja@riseup.net",
"url": "https://github.com/ralphtheninja"
}
],
"dependencies": {
"async": "^1.4.0",
"execspawn": "^1.0.1",
"expand-template": "^1.0.0",
"ghreleases": "^1.0.2",
"github-from-package": "0.0.0",
"minimist": "^1.1.2",
"mkdirp": "^0.5.1",
"node-gyp": "^3.0.3",
"node-ninja": "^1.0.1",
"noop-logger": "^0.1.0",
"npmlog": "^2.0.0",
"os-homedir": "^1.0.1",
"pump": "^1.0.0",
"rc": "^1.0.3",
"simple-get": "^1.4.2",
"tar-fs": "^1.7.0",
"tar-stream": "^1.2.1",
"xtend": "^4.0.1"
},
"deprecated": false,
"description": "A command line tool for easily doing prebuilds for multiple version of node/iojs on a specific platform",
"devDependencies": {
"a-native-module": "^1.0.0",
"nsp": "^2.2.0",
"rimraf": "^2.4.2",
"standard": "^7.0.0",
"tape": "^4.0.1"
},
"homepage": "https://github.com/mafintosh/prebuild",
"keywords": [
"prebuilt",
"binaries",
"native",
"addon",
"module",
"c",
"c++",
"bindings",
"devops"
],
"license": "MIT",
"name": "prebuild",
"repository": {
"type": "git",
"url": "git+https://github.com/mafintosh/prebuild.git"
},
"scripts": {
"audit": "nsp check",
"lint": "standard",
"test": "tape test && npm run audit && npm run lint"
},
"version": "4.5.0"
}