waitpid2
Version:
Complete native binding to the waitpid() syscall
135 lines (134 loc) • 3.3 kB
JSON
{
"_args": [
[
{
"raw": "node-pre-gyp",
"scope": null,
"escapedName": "node-pre-gyp",
"name": "node-pre-gyp",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/home/joshiggins/backup/gits/node-waitpid"
]
],
"_from": "node-pre-gyp@latest",
"_id": "node-pre-gyp@0.6.33",
"_inCache": true,
"_location": "/node-pre-gyp",
"_nodeVersion": "4.7.2",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/node-pre-gyp-0.6.33.tgz_1486012902452_0.33904882124625146"
},
"_npmUser": {
"name": "springmeyer",
"email": "dane@mapbox.com"
},
"_npmVersion": "2.15.11",
"_phantomChildren": {},
"_requested": {
"raw": "node-pre-gyp",
"scope": null,
"escapedName": "node-pre-gyp",
"name": "node-pre-gyp",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.33.tgz",
"_shasum": "640ac55198f6a925972e0c16c4ac26a034d5ecc9",
"_shrinkwrap": null,
"_spec": "node-pre-gyp",
"_where": "/home/joshiggins/backup/gits/node-waitpid",
"author": {
"name": "Dane Springmeyer",
"email": "dane@mapbox.com"
},
"bin": {
"node-pre-gyp": "./bin/node-pre-gyp"
},
"bugs": {
"url": "https://github.com/mapbox/node-pre-gyp/issues"
},
"dependencies": {
"mkdirp": "~0.5.1",
"nopt": "~3.0.6",
"npmlog": "^4.0.1",
"rc": "~1.1.6",
"request": "^2.79.0",
"rimraf": "~2.5.4",
"semver": "~5.3.0",
"tar": "~2.2.1",
"tar-pack": "~3.3.0"
},
"description": "Node.js native addon binary install tool",
"devDependencies": {
"aws-sdk": "^2.7.7",
"jshint": "^2.9.4",
"mocha": "^3.2.0",
"retire": "^1.2.10"
},
"directories": {},
"dist": {
"shasum": "640ac55198f6a925972e0c16c4ac26a034d5ecc9",
"tarball": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.33.tgz"
},
"gitHead": "a597beb973e690e82452946c380fd8e94f40d3f5",
"homepage": "https://github.com/mapbox/node-pre-gyp#readme",
"jshintConfig": {
"node": true,
"globalstrict": true,
"undef": true,
"unused": true,
"noarg": true,
"mocha": true
},
"keywords": [
"native",
"addon",
"module",
"c",
"c++",
"bindings",
"binary"
],
"license": "BSD-3-Clause",
"main": "./lib/node-pre-gyp.js",
"maintainers": [
{
"name": "bergwerkgis",
"email": "wb@bergwerk-gis.at"
},
{
"name": "kkaefer",
"email": "mail@kkaefer.com"
},
{
"name": "springmeyer",
"email": "dane@mapbox.com"
},
{
"name": "yhahn",
"email": "young@mapbox.com"
}
],
"name": "node-pre-gyp",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/mapbox/node-pre-gyp.git"
},
"scripts": {
"prepublish": "retire -n && npm ls && jshint test/build.test.js test/s3_setup.test.js test/versioning.test.js",
"test": "jshint lib lib/util scripts bin/node-pre-gyp && mocha -R spec --timeout 500000",
"update-crosswalk": "node scripts/abi_crosswalk.js"
},
"version": "0.6.33"
}