gdal-enhanced
Version:
Bindings to GDAL (Geospatial Data Abstraction Library) with non-default drivers
101 lines (100 loc) • 2.53 kB
JSON
{
"name": "node-pre-gyp",
"description": "Node.js native addon binary install tool",
"version": "0.6.36",
"keywords": [
"native",
"addon",
"module",
"c",
"c++",
"bindings",
"binary"
],
"license": "BSD-3-Clause",
"author": {
"name": "Dane Springmeyer",
"email": "dane@mapbox.com"
},
"repository": {
"type": "git",
"url": "git://github.com/mapbox/node-pre-gyp.git"
},
"bin": {
"node-pre-gyp": "./bin/node-pre-gyp"
},
"main": "./lib/node-pre-gyp.js",
"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"
},
"devDependencies": {
"aws-sdk": "^2.28.0",
"mocha": "^3.2.0",
"retire": "^1.2.12",
"jshint": "^2.9.4"
},
"jshintConfig": {
"node": true,
"globalstrict": true,
"undef": true,
"unused": true,
"noarg": true,
"mocha": true
},
"scripts": {
"pretest": "retire -n && jshint test/build.test.js test/s3_setup.test.js test/versioning.test.js",
"update-crosswalk": "node scripts/abi_crosswalk.js",
"test": "jshint lib lib/util scripts bin/node-pre-gyp && mocha -R spec --timeout 500000"
},
"gitHead": "964a6854e111ec4ea2287a8bf6f012acca755f6a",
"bugs": {
"url": "https://github.com/mapbox/node-pre-gyp/issues"
},
"homepage": "https://github.com/mapbox/node-pre-gyp#readme",
"_id": "node-pre-gyp@0.6.36",
"_shasum": "db604112cb74e0d477554e9b505b17abddfab786",
"_from": "node-pre-gyp@0.6.36",
"_npmVersion": "3.10.10",
"_nodeVersion": "6.10.3",
"_npmUser": {
"name": "springmeyer",
"email": "dane@mapbox.com"
},
"dist": {
"shasum": "db604112cb74e0d477554e9b505b17abddfab786",
"tarball": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.36.tgz"
},
"maintainers": [
{
"name": "bergwerkgis",
"email": "wb@bergwerk-gis.at"
},
{
"name": "kkaefer",
"email": "mail@kkaefer.com"
},
{
"name": "yhahn",
"email": "young@mapbox.com"
},
{
"name": "springmeyer",
"email": "dane@mapbox.com"
}
],
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/node-pre-gyp-0.6.36.tgz_1496189493690_0.5106917407829314"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.36.tgz",
"readme": "ERROR: No README data found!"
}