package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "get-uri",
  3. "version": "2.0.4",
  4. "description": "Returns a `stream.Readable` from a URI string",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha --reporter spec"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/TooTallNate/node-get-uri.git"
  12. },
  13. "keywords": [
  14. "uri",
  15. "read",
  16. "readstream",
  17. "stream",
  18. "get",
  19. "http",
  20. "https",
  21. "ftp",
  22. "file",
  23. "data",
  24. "protocol",
  25. "url"
  26. ],
  27. "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
  28. "license": "MIT",
  29. "bugs": {
  30. "url": "https://github.com/TooTallNate/node-get-uri/issues"
  31. },
  32. "devDependencies": {
  33. "ftpd": "sstur/nodeftpd",
  34. "mocha": "3",
  35. "st": "^0.5.5",
  36. "stream-to-array": "2"
  37. },
  38. "dependencies": {
  39. "data-uri-to-buffer": "1",
  40. "ftp": "~0.3.10",
  41. "debug": "2",
  42. "extend": "~3.0.2",
  43. "file-uri-to-path": "1",
  44. "readable-stream": "2"
  45. },
  46. "__npminstall_done": "Thu Dec 24 2020 20:20:47 GMT+0800 (CST)",
  47. "_from": "get-uri@2.0.4",
  48. "_resolved": "https://registry.npm.taobao.org/get-uri/download/get-uri-2.0.4.tgz"
  49. }