{
  "_args": [
    [
      {
        "raw": "json-buffer@3.0.0",
        "scope": null,
        "escapedName": "json-buffer",
        "name": "json-buffer",
        "rawSpec": "3.0.0",
        "spec": "3.0.0",
        "type": "version"
      },
      "/home/zkochan/src/pnpm/packages/pnpm/node_modules/keyv"
    ]
  ],
  "_from": "json-buffer@3.0.0",
  "_id": "json-buffer@3.0.0",
  "_inCache": true,
  "_location": "/json-buffer",
  "_nodeVersion": "6.5.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/json-buffer-3.0.0.tgz_1500312568079_0.3351021413691342"
  },
  "_npmUser": {
    "name": "dominictarr",
    "email": "dominic.tarr@gmail.com"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "json-buffer@3.0.0",
    "scope": null,
    "escapedName": "json-buffer",
    "name": "json-buffer",
    "rawSpec": "3.0.0",
    "spec": "3.0.0",
    "type": "version"
  },
  "_requiredBy": [
    "/keyv"
  ],
  "_resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz",
  "_shasum": "5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898",
  "_shrinkwrap": null,
  "_spec": "json-buffer@3.0.0",
  "_where": "/home/zkochan/src/pnpm/packages/pnpm/node_modules/keyv",
  "author": {
    "name": "Dominic Tarr",
    "email": "dominic.tarr@gmail.com",
    "url": "http://dominictarr.com"
  },
  "bugs": {
    "url": "https://github.com/dominictarr/json-buffer/issues"
  },
  "dependencies": {},
  "description": "JSON parse & stringify that supports binary via bops & base64",
  "devDependencies": {
    "tape": "^4.6.3"
  },
  "directories": {},
  "dist": {
    "shasum": "5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898",
    "tarball": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz"
  },
  "gitHead": "da6fe4c61fd9a5e7b450aecb079219794733b245",
  "homepage": "https://github.com/dominictarr/json-buffer",
  "license": "MIT",
  "maintainers": [
    {
      "name": "dominictarr",
      "email": "dominic.tarr@gmail.com"
    }
  ],
  "name": "json-buffer",
  "optionalDependencies": {},
  "readme": "# json-buffer\n\nJSON functions that can convert buffers!\n\n[![build status](https://secure.travis-ci.org/dominictarr/json-buffer.png)](http://travis-ci.org/dominictarr/json-buffer)\n\n[![testling badge](https://ci.testling.com/dominictarr/json-buffer.png)](https://ci.testling.com/dominictarr/json-buffer)\n\nJSON mangles buffers by converting to an array...\nwhich isn't helpful. json-buffers converts to base64 instead,\nand deconverts base64 to a buffer.\n\n``` js\nvar JSONB = require('json-buffer')\nvar Buffer = require('buffer').Buffer\n\nvar str = JSONB.stringify(new Buffer('hello there!'))\n\nconsole.log(JSONB.parse(str)) //GET a BUFFER back\n```\n\n## License\n\nMIT\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git://github.com/dominictarr/json-buffer.git"
  },
  "scripts": {
    "test": "set -e; for t in test/*.js; do node $t; done"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/8..latest",
      "firefox/17..latest",
      "firefox/nightly",
      "chrome/22..latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2..latest"
    ]
  },
  "version": "3.0.0"
}
