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    
code / usr / share / code / resources / app / node_modules / string_decoder / package.json
Size: Mime:
{
  "_args": [
    [
      "string_decoder@https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
      "/vso/work/2/s"
    ]
  ],
  "_from": "string_decoder@>=0.10.0 <0.11.0",
  "_id": "string_decoder@0.10.31",
  "_inCache": true,
  "_location": "/string_decoder",
  "_phantomChildren": {},
  "_requested": {
    "name": "string_decoder",
    "raw": "string_decoder@https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
    "rawSpec": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
    "scope": null,
    "spec": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
    "type": "remote"
  },
  "_requiredBy": [
    "/bl/readable-stream",
    "/concat-stream/readable-stream",
    "/duplexer2/readable-stream",
    "/glob-stream/readable-stream",
    "/gulp-atom-electron/readable-stream",
    "/gulp-azure-storage/readable-stream",
    "/gulp-azure-storage/through2/readable-stream",
    "/gulp-buffer/readable-stream",
    "/gulp-flatmap/readable-stream",
    "/gulp-gm/readable-stream",
    "/gulp-image-resize/readable-stream",
    "/gulp-json-editor/readable-stream",
    "/gulp-remote-src/readable-stream",
    "/gulp-vinyl-zip/readable-stream",
    "/gulp/readable-stream",
    "/readable-stream",
    "/remap-istanbul/readable-stream",
    "/vinyl-fs/glob-stream/readable-stream"
  ],
  "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
  "_shasum": "62e203bc41766c6c28c9fc84301dab1c5310fa94",
  "_shrinkwrap": null,
  "_spec": "string_decoder@https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
  "_where": "/vso/work/2/s",
  "bugs": {
    "url": "https://github.com/rvagg/string_decoder/issues"
  },
  "dependencies": {},
  "description": "The string_decoder module from Node core",
  "devDependencies": {
    "tap": "~0.4.8"
  },
  "homepage": "https://github.com/rvagg/string_decoder",
  "keywords": [
    "string",
    "decoder",
    "browser",
    "browserify"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "string_decoder",
  "optionalDependencies": {},
  "readme": "**string_decoder.js** (`require('string_decoder')`) from Node.js core\n\nCopyright Joyent, Inc. and other Node contributors. See LICENCE file for details.\n\nVersion 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. **Prefer the stable version over the unstable.**\n\nThe *build/* directory contains a build script that will scrape the source from the [joyent/node](https://github.com/joyent/node) repo given a specific Node version.",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git://github.com/rvagg/string_decoder.git"
  },
  "scripts": {
    "test": "tap test/simple/*.js"
  },
  "version": "0.10.31"
}