UNPKG

php-embed

Version:

Bidirectional interoperability between PHP and Node.js in a single process

139 lines (138 loc) 3.24 kB
{ "_args": [ [ "node-pre-gyp@~0.6.11", "/home/cananian/Projects/Wikimedia/node-php-embed/clean/node-php-embed" ] ], "_from": "node-pre-gyp@>=0.6.11 <0.7.0", "_id": "node-pre-gyp@0.6.15", "_inCache": true, "_location": "/node-pre-gyp", "_npmUser": { "email": "dane@mapbox.com", "name": "springmeyer" }, "_npmVersion": "1.4.28", "_phantomChildren": {}, "_requested": { "name": "node-pre-gyp", "raw": "node-pre-gyp@~0.6.11", "rawSpec": "~0.6.11", "scope": null, "spec": ">=0.6.11 <0.7.0", "type": "range" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.15.tgz", "_shasum": "c90e0fa3c96ab6718a0a102bbaec56f180b3182b", "_shrinkwrap": null, "_spec": "node-pre-gyp@~0.6.11", "_where": "/home/cananian/Projects/Wikimedia/node-php-embed/clean/node-php-embed", "author": { "email": "dane@mapbox.com", "name": "Dane Springmeyer" }, "bin": { "node-pre-gyp": "./bin/node-pre-gyp" }, "bugs": { "url": "https://github.com/mapbox/node-pre-gyp/issues" }, "bundleDependencies": [ "mkdirp", "nopt", "npmlog", "rc", "request", "rimraf", "semver", "tar", "tar-pack" ], "dependencies": { "mkdirp": "~0.5.0", "nopt": "~3.0.1", "npmlog": "~1.2.0", "rc": "~1.1.0", "request": "2.x", "rimraf": "~2.4.0", "semver": "~5.0.1", "tar": "~2.2.0", "tar-pack": "~3.1.0" }, "description": "Node.js native addon binary install tool", "devDependencies": { "aws-sdk": "*", "jshint": "^2.5.10", "mocha": "1.x", "retire": "0.3.x" }, "directories": {}, "dist": { "shasum": "c90e0fa3c96ab6718a0a102bbaec56f180b3182b", "tarball": "http://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.15.tgz" }, "engineStrict": true, "engines": { "node": ">= 0.8.0" }, "gitHead": "34224b4264db52441f94d4a91ed0b2d28cadf762", "homepage": "https://github.com/mapbox/node-pre-gyp", "installable": true, "jshintConfig": { "globalstrict": true, "mocha": true, "noarg": true, "node": true, "undef": true, "unused": true }, "keywords": [ "addon", "binary", "bindings", "c", "c++", "module", "native" ], "license": "BSD", "main": "./lib/node-pre-gyp.js", "maintainers": [ { "name": "springmeyer", "email": "dane@dbsgeo.com" }, { "name": "bergwerkgis", "email": "wb@bergwerk-gis.at" }, { "name": "mikemorris", "email": "michael.patrick.morris@gmail.com" }, { "name": "kkaefer", "email": "kkaefer@gmail.com" }, { "name": "yhahn", "email": "young@developmentseed.org" } ], "name": "node-pre-gyp", "optionalDependencies": {}, "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.15" }