{
  "_args": [
    [
      "shared-structs@1.3.3",
      "/usr/src/lmangani/node-peafowl/example"
    ]
  ],
  "_from": "shared-structs@1.3.3",
  "_id": "shared-structs@1.3.3",
  "_inBundle": false,
  "_integrity": "sha512-V+Yq1VrlwxDNq7NyzHAigbN3KOiPAzSBloXoP2IjdGb1Spc/igfc4/eQCqp8DqhqhmxygX8bFgMp7CjhBl96gQ==",
  "_location": "/shared-structs",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "shared-structs@1.3.3",
    "name": "shared-structs",
    "escapedName": "shared-structs",
    "rawSpec": "1.3.3",
    "saveSpec": null,
    "fetchSpec": "1.3.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/shared-structs/-/shared-structs-1.3.3.tgz",
  "_spec": "1.3.3",
  "_where": "/usr/src/lmangani/node-peafowl/example",
  "author": {
    "name": "Mathias Buus",
    "url": "@mafintosh"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/shared-structs/issues"
  },
  "dependencies": {
    "generate-function": "^2.0.0"
  },
  "description": "Share a struct backed by the same underlying buffer between C and JavaScript",
  "devDependencies": {
    "tape": "^4.9.1"
  },
  "homepage": "https://github.com/mafintosh/shared-structs",
  "license": "MIT",
  "main": "index.js",
  "name": "shared-structs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mafintosh/shared-structs.git"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "version": "1.3.3"
}
