{
  "_args": [
    [
      "bops@1.0.0",
      "/var/www/html/recipes/api/node_modules/msgpack-stream"
    ]
  ],
  "_from": "bops@1.0.0",
  "_id": "bops@1.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/bops",
  "_nodeVersion": "5.1.0",
  "_npmUser": {
    "email": "chris@neversaw.us",
    "name": "chrisdickinson"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "name": "bops",
    "raw": "bops@1.0.0",
    "rawSpec": "1.0.0",
    "scope": null,
    "spec": "1.0.0",
    "type": "version"
  },
  "_requiredBy": [
    "/msgpack-stream"
  ],
  "_resolved": "https://registry.npmjs.org/bops/-/bops-1.0.0.tgz",
  "_shasum": "631a8928f1178417eb6f706cf69acdb5e5a4eaad",
  "_shrinkwrap": null,
  "_spec": "bops@1.0.0",
  "_where": "/var/www/html/recipes/api/node_modules/msgpack-stream",
  "author": {
    "email": "chris@neversaw.us",
    "name": "Chris Dickinson"
  },
  "browser": {
    "./copy.js": "./typedarray/copy.js",
    "./create.js": "./typedarray/create.js",
    "./from.js": "./typedarray/from.js",
    "./is.js": "./typedarray/is.js",
    "./join.js": "./typedarray/join.js",
    "./mapped.js": "./typedarray/mapped.js",
    "./read.js": "./typedarray/read.js",
    "./subarray.js": "./typedarray/subarray.js",
    "./to.js": "./typedarray/to.js",
    "./write.js": "./typedarray/write.js"
  },
  "bugs": {
    "url": "https://github.com/chrisdickinson/bops/issues"
  },
  "dependencies": {
    "base64-js": "1.0.2",
    "to-utf8": "0.0.1"
  },
  "description": "buffer operations",
  "devDependencies": {
    "tape": "~2.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "631a8928f1178417eb6f706cf69acdb5e5a4eaad",
    "tarball": "https://registry.npmjs.org/bops/-/bops-1.0.0.tgz"
  },
  "gitHead": "11f41e69b1ab4507027ac162981913b268445b4a",
  "homepage": "https://github.com/chrisdickinson/bops#readme",
  "keywords": [
    "binary",
    "buffer",
    "operations"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "chrisdickinson",
      "email": "chris@neversaw.us"
    }
  ],
  "name": "bops",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/chrisdickinson/bops.git"
  },
  "scripts": {
    "test": "node test/index.js"
  },
  "testling": {
    "browsers": [
      "chrome/20..canary",
      "firefox/15..nightly",
      "ipad/6",
      "iphone/6",
      "opera/11.6..latest",
      "safari/4..latest"
    ],
    "files": "test/index.js"
  },
  "version": "1.0.0"
}
