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    
pm2 / usr / local / lib / pm2 / node_modules / get-uri / package.json
Size: Mime:
{
  "name": "get-uri",
  "version": "2.0.4",
  "description": "Returns a `stream.Readable` from a URI string",
  "main": "index.js",
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/node-get-uri.git"
  },
  "keywords": [
    "uri",
    "read",
    "readstream",
    "stream",
    "get",
    "http",
    "https",
    "ftp",
    "file",
    "data",
    "protocol",
    "url"
  ],
  "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TooTallNate/node-get-uri/issues"
  },
  "devDependencies": {
    "ftpd": "sstur/nodeftpd",
    "mocha": "3",
    "st": "^0.5.5",
    "stream-to-array": "2"
  },
  "dependencies": {
    "data-uri-to-buffer": "1",
    "ftp": "~0.3.10",
    "debug": "2",
    "extend": "~3.0.2",
    "file-uri-to-path": "1",
    "readable-stream": "2"
  }

,"_resolved": "https://registry.npmjs.org/get-uri/-/get-uri-2.0.4.tgz"
,"_integrity": "sha512-v7LT/s8kVjs+Tx0ykk1I+H/rbpzkHvuIq87LmeXptcf5sNWm9uQiwjNAt94SJPA1zOlCntmnOlJvVWKmzsxG8Q=="
,"_from": "get-uri@2.0.4"
}