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

118 wiersze
2.7 KiB
JSON
Czysty Zwykły widok Historia

2017-07-31 06:59:18 +00:00
{
"_args": [
[
{
"raw": "ref@1",
"scope": null,
"escapedName": "ref",
"name": "ref",
"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@>=1.0.0 <2.0.0",
"_id": "ref@1.3.4",
"_inCache": true,
"_installable": true,
"_location": "/ref",
"_nodeVersion": "6.9.4",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/ref-1.3.4.tgz_1485550280182_0.7795254453085363"
},
"_npmUser": {
"name": "tootallnate",
"email": "nathan@tootallnate.net"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "ref@1",
"scope": null,
"escapedName": "ref",
"name": "ref",
"rawSpec": "1",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/ffi",
"/ref-struct"
],
"_resolved": "https://registry.npmjs.org/ref/-/ref-1.3.4.tgz",
"_shasum": "724d2bf8ac85f8c8db194d3d85be6efe416bc1e5",
"_shrinkwrap": null,
"_spec": "ref@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/issues"
},
"dependencies": {
"bindings": "1",
"debug": "2",
"nan": "2"
},
"description": "Turn Buffer instances into \"pointers\"",
"devDependencies": {
"dox": "0.4.4",
"highlight.js": "1",
"jade": "^0.35.0",
"marked": "^0.3.2",
"mocha": "*",
"weak": "1"
},
"directories": {},
"dist": {
"shasum": "724d2bf8ac85f8c8db194d3d85be6efe416bc1e5",
"tarball": "https://registry.npmjs.org/ref/-/ref-1.3.4.tgz"
},
"gitHead": "bb9d570157b6e2c0d593b87cd5f69953dada78b9",
"gypfile": true,
"homepage": "https://github.com/TooTallNate/ref#readme",
"keywords": [
"native",
"buffer",
"extensions",
"c++",
"pointer",
"reference",
"dereference",
"type",
"int",
"long",
"float",
"double",
"byte",
"64"
],
"license": "MIT",
"main": "./lib/ref.js",
"maintainers": [
{
"name": "tootallnate",
"email": "nathan@tootallnate.net"
}
],
"name": "ref",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/ref.git"
},
"scripts": {
"docs": "node docs/compile",
"install": "node-gyp rebuild",
"test": "mocha -gc --reporter spec --use_strict"
},
"version": "1.3.4"
}