package.json 833 字节
{
  "name": "ref-struct",
  "description": "Create ABI-compliant \"struct\" instances on top of Buffers",
  "keywords": [
    "struct",
    "ref",
    "abi",
    "c",
    "c++",
    "ffi"
  ],
  "version": "1.1.0",
  "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/ref-struct.git"
  },
  "main": "./lib/struct.js",
  "license": "MIT",
  "scripts": {
    "test": "node-gyp rebuild --directory test && mocha -gc --reporter spec"
  },
  "dependencies": {
    "debug": "2",
    "ref": "1"
  },
  "devDependencies": {
    "bindings": "~1.2.0",
    "nan": "2",
    "mocha": "*",
    "ref-array": "~1.1.2"
  },
  "_from": "ref-struct@1.1.0",
  "_resolved": "http://registry.npm.taobao.org/ref-struct/download/ref-struct-1.1.0.tgz"
}