{
  "_args": [
    [
      {
        "raw": "string_decoder@~1.0.0",
        "scope": null,
        "escapedName": "string_decoder",
        "name": "string_decoder",
        "rawSpec": "~1.0.0",
        "spec": ">=1.0.0 <1.1.0",
        "type": "range"
      },
      "/home/jesus/sketchbook/dev/git/node-serialport/node_modules/readable-stream"
    ]
  ],
  "_from": "string_decoder@>=1.0.0 <1.1.0",
  "_id": "string_decoder@1.0.1",
  "_inCache": true,
  "_location": "/string_decoder",
  "_nodeVersion": "6.10.1",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/string_decoder-1.0.1.tgz_1495181944293_0.23547686799429357"
  },
  "_npmUser": {
    "name": "matteo.collina",
    "email": "hello@matteocollina.com"
  },
  "_npmVersion": "4.6.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "string_decoder@~1.0.0",
    "scope": null,
    "escapedName": "string_decoder",
    "name": "string_decoder",
    "rawSpec": "~1.0.0",
    "spec": ">=1.0.0 <1.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/readable-stream"
  ],
  "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.1.tgz",
  "_shasum": "62e200f039955a6810d8df0a33ffc0f013662d98",
  "_shrinkwrap": null,
  "_spec": "string_decoder@~1.0.0",
  "_where": "/home/jesus/sketchbook/dev/git/node-serialport/node_modules/readable-stream",
  "bugs": {
    "url": "https://github.com/rvagg/string_decoder/issues"
  },
  "dependencies": {
    "safe-buffer": "^5.0.1"
  },
  "description": "The string_decoder module from Node core",
  "devDependencies": {
    "babel-polyfill": "^6.23.0",
    "tap": "~0.4.8"
  },
  "directories": {},
  "dist": {
    "shasum": "62e200f039955a6810d8df0a33ffc0f013662d98",
    "tarball": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.1.tgz"
  },
  "gitHead": "2c3f24bebf91134e0138629bc7109401085b17dd",
  "homepage": "https://github.com/rvagg/string_decoder",
  "keywords": [
    "string",
    "decoder",
    "browser",
    "browserify"
  ],
  "license": "MIT",
  "main": "lib/string_decoder.js",
  "maintainers": [
    {
      "name": "matteo.collina",
      "email": "hello@matteocollina.com"
    },
    {
      "name": "substack",
      "email": "substack@gmail.com"
    },
    {
      "name": "rvagg",
      "email": "rod@vagg.org"
    }
  ],
  "name": "string_decoder",
  "optionalDependencies": {},
  "readme": "# string_decoder\n\n***Node-core v7.0.0 string_decoder for userland***\n\n\n[![NPM](https://nodei.co/npm/string_decoder.png?downloads=true&downloadRank=true)](https://nodei.co/npm/string_decoder/)\n[![NPM](https://nodei.co/npm-dl/string_decoder.png?&months=6&height=3)](https://nodei.co/npm/string_decoder/)\n\n\n```bash\nnpm install --save string_decoder\n```\n\n***Node-core string_decoderstring_decoder for userland***\n\nThis package is a mirror of the string_decoder implementation in Node-core.\n\nFull documentation may be found on the [Node.js website](https://nodejs.org/dist/v7.8.0/docs/api/).\n\nAs of version 1.0.0 **string_decoder** uses semantic versioning.\n\n## Previous versions\n\nPrevious version numbers match the versions found in Node core, e.g. 0.10.24 matches Node 0.10.24, likewise 0.11.10 matches Node 0.11.10.\n\n## Update\n\nThe *build/* directory contains a build script that will scrape the source from the [nodejs/node](https://github.com/nodejs/node) repo given a specific Node version.\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git://github.com/rvagg/string_decoder.git"
  },
  "scripts": {
    "test": "tap test/parallel/*.js"
  },
  "version": "1.0.1"
}
