package.json 2.5 KB
{
  "_args": [
    [
      {
        "raw": "get-uri@1",
        "scope": null,
        "escapedName": "get-uri",
        "name": "get-uri",
        "rawSpec": "1",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/pac-proxy-agent"
    ]
  ],
  "_from": "get-uri@>=1.0.0 <2.0.0",
  "_id": "get-uri@1.1.0",
  "_inCache": true,
  "_location": "/get-uri",
  "_nodeVersion": "0.12.6",
  "_npmUser": {
    "name": "tootallnate",
    "email": "nathan@tootallnate.net"
  },
  "_npmVersion": "2.11.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "get-uri@1",
    "scope": null,
    "escapedName": "get-uri",
    "name": "get-uri",
    "rawSpec": "1",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/pac-proxy-agent"
  ],
  "_resolved": "https://registry.npmjs.org/get-uri/-/get-uri-1.1.0.tgz",
  "_shasum": "7375d04daf7fcb584b3632679cbdf339b51bb149",
  "_shrinkwrap": null,
  "_spec": "get-uri@1",
  "_where": "/Users/admin/Documents/workspace/programming/node_modules/pac-proxy-agent",
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://n8.io/"
  },
  "bugs": {
    "url": "https://github.com/TooTallNate/node-get-uri/issues"
  },
  "dependencies": {
    "data-uri-to-buffer": "0",
    "debug": "2",
    "extend": "3",
    "file-uri-to-path": "0",
    "ftp": "~0.3.5",
    "readable-stream": "2"
  },
  "description": "Returns a `stream.Readable` from a URI string",
  "devDependencies": {
    "ftpd": ">= 0.2.4 && < 1",
    "mocha": "2",
    "st": ">= 0.2.3 && < 1",
    "stream-to-array": "1"
  },
  "directories": {},
  "dist": {
    "shasum": "7375d04daf7fcb584b3632679cbdf339b51bb149",
    "tarball": "https://registry.npmjs.org/get-uri/-/get-uri-1.1.0.tgz"
  },
  "gitHead": "0358bd1de11469aebc6e7535b3bc9dfd8fd6c652",
  "homepage": "https://github.com/TooTallNate/node-get-uri#readme",
  "keywords": [
    "uri",
    "read",
    "readstream",
    "stream",
    "get",
    "http",
    "https",
    "ftp",
    "file",
    "data",
    "protocol",
    "url"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "tootallnate",
      "email": "nathan@tootallnate.net"
    }
  ],
  "name": "get-uri",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/node-get-uri.git"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "version": "1.1.0"
}