123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "_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/tdedhar/Documents/viki/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"
- }
|