1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
| {
| "_args": [
| [
| "get-uri@2.0.3",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "get-uri@2.0.3",
| "_id": "get-uri@2.0.3",
| "_inBundle": false,
| "_integrity": "sha512-x5j6Ks7FOgLD/GlvjKwgu7wdmMR55iuRHhn8hj/+gA+eSbxQvZ+AEomq+3MgVEZj1vpi738QahGbCCSIDtXtkw==",
| "_location": "/get-uri",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "get-uri@2.0.3",
| "name": "get-uri",
| "escapedName": "get-uri",
| "rawSpec": "2.0.3",
| "saveSpec": null,
| "fetchSpec": "2.0.3"
| },
| "_requiredBy": [
| "/pac-proxy-agent"
| ],
| "_resolved": "https://registry.npmjs.org/get-uri/-/get-uri-2.0.3.tgz",
| "_spec": "2.0.3",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "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": "2",
| "debug": "4",
| "extend": "~3.0.2",
| "file-uri-to-path": "1",
| "ftp": "~0.3.10",
| "readable-stream": "3"
| },
| "description": "Returns a `stream.Readable` from a URI string",
| "devDependencies": {
| "ftpd": "github:sstur/nodeftpd",
| "mocha": "5",
| "st": "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.3"
| }
|
|