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

121 wiersze
2.7 KiB
JSON

{
"_args": [
[
{
"raw": "ffi",
"scope": null,
"escapedName": "ffi",
"name": "ffi",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/home/viki/rust_cookbook/chapter8/code/node-to-rust"
]
],
"_from": "ffi@latest",
"_id": "ffi@2.2.0",
"_inCache": true,
"_installable": true,
"_location": "/ffi",
"_nodeVersion": "7.0.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/ffi-2.2.0.tgz_1477771032787_0.04706223588436842"
},
"_npmUser": {
"name": "tootallnate",
"email": "nathan@tootallnate.net"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"raw": "ffi",
"scope": null,
"escapedName": "ffi",
"name": "ffi",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/ffi/-/ffi-2.2.0.tgz",
"_shasum": "bf18b04666a29f71227ed56895d5430af47042fa",
"_shrinkwrap": null,
"_spec": "ffi",
"_where": "/home/viki/rust_cookbook/chapter8/code/node-to-rust",
"author": {
"name": "Rick Branson"
},
"bugs": {
"url": "http://github.com/node-ffi/node-ffi/issues"
},
"contributors": [
{
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://tootallnate.net"
},
{
"name": "Gabor Mezo",
"email": "gabor.mezo@outlook.com",
"url": "https://github.com/unbornchikken"
}
],
"dependencies": {
"bindings": "~1.2.0",
"debug": "2",
"nan": "2",
"ref": "1",
"ref-struct": "1"
},
"description": "A foreign function interface (FFI) for Node.js",
"devDependencies": {
"fs-extra": "^0.23.1",
"mocha": "*",
"ref-array": "1"
},
"directories": {},
"dist": {
"shasum": "bf18b04666a29f71227ed56895d5430af47042fa",
"tarball": "https://registry.npmjs.org/ffi/-/ffi-2.2.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"gitHead": "67aa2c3b277be55cc563f73f32ac9730f6abcbef",
"gypfile": true,
"homepage": "http://github.com/node-ffi/node-ffi",
"keywords": [
"foreign",
"function",
"interface",
"ffi",
"libffi",
"binding",
"c"
],
"license": "MIT",
"main": "./lib/ffi",
"maintainers": [
{
"name": "tootallnate",
"email": "nathan@tootallnate.net"
}
],
"name": "ffi",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/node-ffi/node-ffi.git"
},
"scripts": {
"install": "node-gyp rebuild",
"test": "node-gyp rebuild --directory test && mocha -gc --reporter spec"
},
"version": "2.2.0"
}