package.json 1.8 KB

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