Rust-Programming-Cookbook/Chapter08/node-to-rust/node_modules/nan/package.json

139 wiersze
3.4 KiB
JSON

{
"_args": [
[
{
"raw": "nan@2",
"scope": null,
"escapedName": "nan",
"name": "nan",
"rawSpec": "2",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"/home/viki/rust_cookbook/chapter8/code/node-to-rust/node_modules/ffi"
]
],
"_from": "nan@>=2.0.0 <3.0.0",
"_id": "nan@2.6.2",
"_inCache": true,
"_installable": true,
"_location": "/nan",
"_nodeVersion": "7.5.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/nan-2.6.2.tgz_1492029516320_0.2352329883724451"
},
"_npmUser": {
"name": "kkoopa",
"email": "bbyholm@abo.fi"
},
"_npmVersion": "4.1.2",
"_phantomChildren": {},
"_requested": {
"raw": "nan@2",
"scope": null,
"escapedName": "nan",
"name": "nan",
"rawSpec": "2",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/ffi",
"/ref"
],
"_resolved": "https://registry.npmjs.org/nan/-/nan-2.6.2.tgz",
"_shasum": "e4ff34e6c95fdfb5aecc08de6596f43605a7db45",
"_shrinkwrap": null,
"_spec": "nan@2",
"_where": "/home/viki/rust_cookbook/chapter8/code/node-to-rust/node_modules/ffi",
"bugs": {
"url": "https://github.com/nodejs/nan/issues"
},
"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"
},
{
"name": "David Siegel",
"email": "david@artcom.de",
"url": "https://github.com/agnat"
},
{
"name": "Michael Ira Krufky",
"email": "mkrufky@gmail.com",
"url": "https://github.com/mkrufky"
}
],
"dependencies": {},
"description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 7 compatibility",
"devDependencies": {
"bindings": "~1.2.1",
"commander": "^2.8.1",
"glob": "^5.0.14",
"node-gyp": "~3.0.1",
"readable-stream": "^2.1.4",
"tap": "~0.7.1",
"xtend": "~4.0.0"
},
"directories": {},
"dist": {
"shasum": "e4ff34e6c95fdfb5aecc08de6596f43605a7db45",
"tarball": "https://registry.npmjs.org/nan/-/nan-2.6.2.tgz"
},
"gitHead": "f0b2f64c1e5317888f2e12fdefb2f105e7018552",
"homepage": "https://github.com/nodejs/nan#readme",
"license": "MIT",
"main": "include_dirs.js",
"maintainers": [
{
"name": "rvagg",
"email": "rod@vagg.org"
},
{
"name": "kkoopa",
"email": "bbyholm@abo.fi"
}
],
"name": "nan",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/nodejs/nan.git"
},
"scripts": {
"docs": "doc/.build.sh",
"rebuild-tests": "node-gyp rebuild --msvs_version=2013 --directory test",
"test": "tap --gc --stderr test/js/*-test.js"
},
"version": "2.6.2"
}