1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_from": "ref@1",
- "_id": "ref@1.3.5",
- "_inBundle": false,
- "_integrity": "sha512-2cBCniTtxcGUjDpvFfVpw323a83/0RLSGJJY5l5lcomZWhYpU2cuLdsvYqMixvsdLJ9+sTdzEkju8J8ZHDM2nA==",
- "_location": "/ref",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "ref@1",
- "name": "ref",
- "escapedName": "ref",
- "rawSpec": "1",
- "saveSpec": null,
- "fetchSpec": "1"
- },
- "_requiredBy": [
- "/ref-struct"
- ],
- "_resolved": "https://registry.npmjs.org/ref/-/ref-1.3.5.tgz",
- "_shasum": "0e33f080cdb94a3d95312b2b3b1fd0f82044ca0f",
- "_spec": "ref@1",
- "_where": "/home/tdedhar/Documents/viki/node_modules/ref-struct",
- "author": {
- "name": "Nathan Rajlich",
- "email": "nathan@tootallnate.net",
- "url": "http://tootallnate.net"
- },
- "bugs": {
- "url": "https://github.com/TooTallNate/ref/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "bindings": "1",
- "debug": "2",
- "nan": "2"
- },
- "deprecated": false,
- "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"
- },
- "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",
- "name": "ref",
- "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.5"
- }
|