opencv
Version:
Node Bindings to OpenCV
93 lines (92 loc) • 2.23 kB
JSON
{
"_args": [
[
"node-pre-gyp@0.6.34",
"/home/peterbraden/repos/node-opencv"
]
],
"_from": "node-pre-gyp@0.6.34",
"_id": "node-pre-gyp@0.6.34",
"_inBundle": false,
"_integrity": "sha1-lK0ceYoR1/xnOBtQ1H+MwY2Xmfc=",
"_location": "/node-pre-gyp",
"_phantomChildren": {
"abbrev": "1.0.9",
"osenv": "0.1.4"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "node-pre-gyp@0.6.34",
"name": "node-pre-gyp",
"escapedName": "node-pre-gyp",
"rawSpec": "0.6.34",
"saveSpec": null,
"fetchSpec": "0.6.34"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.34.tgz",
"_spec": "0.6.34",
"_where": "/home/peterbraden/repos/node-opencv",
"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": "^4.0.1",
"npmlog": "^4.0.2",
"rc": "^1.1.7",
"request": "^2.81.0",
"rimraf": "^2.6.1",
"semver": "^5.3.0",
"tar": "^2.2.1",
"tar-pack": "^3.4.0"
},
"description": "Node.js native addon binary install tool",
"devDependencies": {
"aws-sdk": "^2.28.0",
"jshint": "^2.9.4",
"mocha": "^3.2.0",
"retire": "^1.2.12"
},
"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",
"name": "node-pre-gyp",
"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.34"
}