linx-simulator2/node_modules/ref-struct/package.json
2019-09-18 11:11:16 +03:00

67 lines
1.6 KiB
JSON

{
"_from": "ref-struct@*",
"_id": "ref-struct@1.1.0",
"_inBundle": false,
"_integrity": "sha1-XV7mWtQc78Olxf60BYcmHkee3BM=",
"_location": "/ref-struct",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ref-struct@*",
"name": "ref-struct",
"escapedName": "ref-struct",
"rawSpec": "*",
"saveSpec": null,
"fetchSpec": "*"
},
"_requiredBy": [
"/ogg-packet"
],
"_resolved": "https://registry.npmjs.org/ref-struct/-/ref-struct-1.1.0.tgz",
"_shasum": "5d5ee65ad41cefc3a5c5feb40587261e479edc13",
"_spec": "ref-struct@*",
"_where": "/home/sergiu/linx-audio-simulator/node_modules/ogg-packet",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://tootallnate.net"
},
"bugs": {
"url": "https://github.com/TooTallNate/ref-struct/issues"
},
"bundleDependencies": false,
"dependencies": {
"debug": "2",
"ref": "1"
},
"deprecated": false,
"description": "Create ABI-compliant \"struct\" instances on top of Buffers",
"devDependencies": {
"bindings": "~1.2.0",
"mocha": "*",
"nan": "2",
"ref-array": "~1.1.2"
},
"homepage": "https://github.com/TooTallNate/ref-struct#readme",
"keywords": [
"struct",
"ref",
"abi",
"c",
"c++",
"ffi"
],
"license": "MIT",
"main": "./lib/struct.js",
"name": "ref-struct",
"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"
}