| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "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"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:47 GMT+0800 (CST)",
- "_from": "get-uri@2.0.4",
- "_resolved": "https://registry.npm.taobao.org/get-uri/download/get-uri-2.0.4.tgz"
- }
|