node-query/node_modules/sqlite3/node_modules/nan/package.json

82 lines
1.9 KiB
JSON

{
"name": "nan",
"version": "1.4.1",
"description": "Native Abstractions for Node.js: C++ header for Node 0.8->0.12 compatibility",
"main": "include_dirs.js",
"repository": {
"type": "git",
"url": "git://github.com/rvagg/nan.git"
},
"scripts": {
"test": "tap --gc test/js/*-test.js",
"rebuild-tests": "node-gyp rebuild --directory test"
},
"contributors": [
{
"name": "Rod Vagg",
"email": "r@va.gg",
"url": "https://github.com/rvagg"
},
{
"name": "Benjamin Byholm",
"email": "bbyholm@abo.fi",
"url": "https://github.com/kkoopa/"
},
{
"name": "Trevor Norris",
"email": "trev.norris@gmail.com",
"url": "https://github.com/trevnorris"
},
{
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "https://github.com/TooTallNate"
},
{
"name": "Brett Lawson",
"email": "brett19@gmail.com",
"url": "https://github.com/brett19"
},
{
"name": "Ben Noordhuis",
"email": "info@bnoordhuis.nl",
"url": "https://github.com/bnoordhuis"
}
],
"devDependencies": {
"bindings": "~1.2.1",
"node-gyp": "~1.0.2",
"tap": "~0.4.13",
"xtend": "~4.0.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/rvagg/nan/issues"
},
"homepage": "https://github.com/rvagg/nan",
"_id": "nan@1.4.1",
"_shasum": "0a2bb562c558b440005b1f7eb8b31ccbdb565d5f",
"_from": "nan@~1.4.1",
"_npmVersion": "1.4.9",
"_npmUser": {
"name": "kkoopa",
"email": "bbyholm@abo.fi"
},
"maintainers": [
{
"name": "rvagg",
"email": "rod@vagg.org"
},
{
"name": "kkoopa",
"email": "bbyholm@abo.fi"
}
],
"dist": {
"shasum": "0a2bb562c558b440005b1f7eb8b31ccbdb565d5f",
"tarball": "http://registry.npmjs.org/nan/-/nan-1.4.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/nan/-/nan-1.4.1.tgz"
}