package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "get-uri@2.0.4",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "get-uri@2.0.4",
  10. "_id": "get-uri@2.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-v7LT/s8kVjs+Tx0ykk1I+H/rbpzkHvuIq87LmeXptcf5sNWm9uQiwjNAt94SJPA1zOlCntmnOlJvVWKmzsxG8Q==",
  13. "_location": "/get-uri",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "get-uri@2.0.4",
  19. "name": "get-uri",
  20. "escapedName": "get-uri",
  21. "rawSpec": "2.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.4"
  24. },
  25. "_requiredBy": [
  26. "/pac-proxy-agent"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/get-uri/-/get-uri-2.0.4.tgz",
  29. "_spec": "2.0.4",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Nathan Rajlich",
  33. "email": "nathan@tootallnate.net",
  34. "url": "http://n8.io/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/TooTallNate/node-get-uri/issues"
  38. },
  39. "dependencies": {
  40. "data-uri-to-buffer": "1",
  41. "debug": "2",
  42. "extend": "~3.0.2",
  43. "file-uri-to-path": "1",
  44. "ftp": "~0.3.10",
  45. "readable-stream": "2"
  46. },
  47. "description": "Returns a `stream.Readable` from a URI string",
  48. "devDependencies": {
  49. "ftpd": "github:sstur/nodeftpd",
  50. "mocha": "3",
  51. "st": "^0.5.5",
  52. "stream-to-array": "2"
  53. },
  54. "homepage": "https://github.com/TooTallNate/node-get-uri#readme",
  55. "keywords": [
  56. "uri",
  57. "read",
  58. "readstream",
  59. "stream",
  60. "get",
  61. "http",
  62. "https",
  63. "ftp",
  64. "file",
  65. "data",
  66. "protocol",
  67. "url"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "get-uri",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/TooTallNate/node-get-uri.git"
  75. },
  76. "scripts": {
  77. "test": "mocha --reporter spec"
  78. },
  79. "version": "2.0.4"
  80. }