Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
brackets / opt / brackets / www / node_modules / string_decoder / package.json
Size: Mime:
{
  "_args": [
    [
      {
        "raw": "string_decoder@https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
        "scope": null,
        "escapedName": "string_decoder",
        "name": "string_decoder",
        "rawSpec": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
        "spec": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
        "type": "remote"
      },
      "/home/brktbldr/jenkins/nb/label/linux64/brackets/dist"
    ]
  ],
  "_from": "string_decoder@>=1.0.3 <1.1.0",
  "_id": "string_decoder@1.0.3",
  "_inCache": true,
  "_location": "/string_decoder",
  "_phantomChildren": {},
  "_requested": {
    "raw": "string_decoder@https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
    "scope": null,
    "escapedName": "string_decoder",
    "name": "string_decoder",
    "rawSpec": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
    "spec": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
    "type": "remote"
  },
  "_requiredBy": [
    "/",
    "/readable-stream"
  ],
  "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
  "_shasum": "0fc67d7c141825de94282dd536bec6b9bce860ab",
  "_shrinkwrap": null,
  "_spec": "string_decoder@https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
  "_where": "/home/brktbldr/jenkins/nb/label/linux64/brackets/dist",
  "bugs": {
    "url": "https://github.com/rvagg/string_decoder/issues"
  },
  "dependencies": {
    "safe-buffer": "~5.1.0"
  },
  "description": "The string_decoder module from Node core",
  "devDependencies": {
    "babel-polyfill": "^6.23.0",
    "tap": "~0.4.8"
  },
  "homepage": "https://github.com/rvagg/string_decoder",
  "keywords": [
    "string",
    "decoder",
    "browser",
    "browserify"
  ],
  "license": "MIT",
  "main": "lib/string_decoder.js",
  "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 && node test/verify-dependencies"
  },
  "version": "1.0.3"
}