| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_args": [
- [
- "get-uri@2.0.1",
- "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
- ]
- ],
- "_from": "get-uri@2.0.1",
- "_id": "get-uri@2.0.1",
- "_inBundle": false,
- "_integrity": "sha512-7aelVrYqCLuVjq2kEKRTH8fXPTC0xKTkM+G7UlFkEwCXY3sFbSxvY375JoFowOAYbkaU47SrBvOefUlLZZ+6QA==",
- "_location": "/get-uri",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "get-uri@2.0.1",
- "name": "get-uri",
- "escapedName": "get-uri",
- "rawSpec": "2.0.1",
- "saveSpec": null,
- "fetchSpec": "2.0.1"
- },
- "_requiredBy": [
- "/pac-proxy-agent"
- ],
- "_resolved": "https://registry.npmjs.org/get-uri/-/get-uri-2.0.1.tgz",
- "_spec": "2.0.1",
- "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
- "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": "1",
- "debug": "2",
- "extend": "3",
- "file-uri-to-path": "1",
- "ftp": "~0.3.10",
- "readable-stream": "2"
- },
- "description": "Returns a `stream.Readable` from a URI string",
- "devDependencies": {
- "ftpd": "github:sstur/nodeftpd",
- "mocha": "3",
- "st": ">= 0.2.3 && < 1",
- "stream-to-array": "2"
- },
- "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",
- "name": "get-uri",
- "repository": {
- "type": "git",
- "url": "git://github.com/TooTallNate/node-get-uri.git"
- },
- "scripts": {
- "test": "mocha --reporter spec"
- },
- "version": "2.0.1"
- }
|