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

103 wiersze
2.5 KiB
JSON

{
"_args": [
[
{
"raw": "ref-struct@1",
"scope": null,
"escapedName": "ref-struct",
"name": "ref-struct",
"rawSpec": "1",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/home/viki/rust_cookbook/chapter8/code/node-to-rust/node_modules/ffi"
]
],
"_from": "ref-struct@>=1.0.0 <2.0.0",
"_id": "ref-struct@1.1.0",
"_inCache": true,
"_installable": true,
"_location": "/ref-struct",
"_nodeVersion": "4.4.5",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/ref-struct-1.1.0.tgz_1470198399420_0.7703484199009836"
},
"_npmUser": {
"name": "tootallnate",
"email": "nathan@tootallnate.net"
},
"_npmVersion": "2.15.5",
"_phantomChildren": {},
"_requested": {
"raw": "ref-struct@1",
"scope": null,
"escapedName": "ref-struct",
"name": "ref-struct",
"rawSpec": "1",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/ffi"
],
"_resolved": "https://registry.npmjs.org/ref-struct/-/ref-struct-1.1.0.tgz",
"_shasum": "5d5ee65ad41cefc3a5c5feb40587261e479edc13",
"_shrinkwrap": null,
"_spec": "ref-struct@1",
"_where": "/home/viki/rust_cookbook/chapter8/code/node-to-rust/node_modules/ffi",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://tootallnate.net"
},
"bugs": {
"url": "https://github.com/TooTallNate/ref-struct/issues"
},
"dependencies": {
"debug": "2",
"ref": "1"
},
"description": "Create ABI-compliant \"struct\" instances on top of Buffers",
"devDependencies": {
"bindings": "~1.2.0",
"mocha": "*",
"nan": "2",
"ref-array": "~1.1.2"
},
"directories": {},
"dist": {
"shasum": "5d5ee65ad41cefc3a5c5feb40587261e479edc13",
"tarball": "https://registry.npmjs.org/ref-struct/-/ref-struct-1.1.0.tgz"
},
"gitHead": "a4432a0cae3e5538b225a3556bed9a97f406fae6",
"homepage": "https://github.com/TooTallNate/ref-struct#readme",
"keywords": [
"struct",
"ref",
"abi",
"c",
"c++",
"ffi"
],
"license": "MIT",
"main": "./lib/struct.js",
"maintainers": [
{
"name": "tootallnate",
"email": "nathan@tootallnate.net"
}
],
"name": "ref-struct",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/ref-struct.git"
},
"scripts": {
"test": "node-gyp rebuild --directory test && mocha -gc --reporter spec"
},
"version": "1.1.0"
}