package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "get-uri@3",
  3. "_id": "get-uri@3.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+5s0SJbGoyiJTZZ2JTpFPLMPSch72KEqGOTvQsBqg0RBWvwhWUSYZFAtz3TPW0GXJuLBJPts1E241iHg+VRfhg==",
  6. "_location": "/get-uri",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "get-uri@3",
  12. "name": "get-uri",
  13. "escapedName": "get-uri",
  14. "rawSpec": "3",
  15. "saveSpec": null,
  16. "fetchSpec": "3"
  17. },
  18. "_requiredBy": [
  19. "/pac-proxy-agent"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/get-uri/-/get-uri-3.0.2.tgz",
  22. "_shasum": "f0ef1356faabc70e1f9404fa3b66b2ba9bfc725c",
  23. "_spec": "get-uri@3",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\pac-proxy-agent",
  25. "author": {
  26. "name": "Nathan Rajlich",
  27. "email": "nathan@tootallnate.net",
  28. "url": "http://n8.io/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/TooTallNate/node-get-uri/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@tootallnate/once": "1",
  36. "data-uri-to-buffer": "3",
  37. "debug": "4",
  38. "file-uri-to-path": "2",
  39. "fs-extra": "^8.1.0",
  40. "ftp": "^0.3.10"
  41. },
  42. "deprecated": false,
  43. "description": "Returns a `stream.Readable` from a URI string",
  44. "devDependencies": {
  45. "@types/debug": "4",
  46. "@types/fs-extra": "^8.0.1",
  47. "@types/ftp": "^0.3.30",
  48. "@types/node": "^12.12.11",
  49. "@typescript-eslint/eslint-plugin": "1.6.0",
  50. "@typescript-eslint/parser": "1.1.0",
  51. "eslint": "5.16.0",
  52. "eslint-config-airbnb": "17.1.0",
  53. "eslint-config-prettier": "4.1.0",
  54. "eslint-import-resolver-typescript": "1.1.1",
  55. "eslint-plugin-import": "2.16.0",
  56. "eslint-plugin-jsx-a11y": "6.2.1",
  57. "eslint-plugin-react": "7.12.4",
  58. "ftpd": "https://files-jg1s1zt9l.n8.io/ftpd-v0.2.14.tgz",
  59. "mocha": "^6.2.2",
  60. "rimraf": "^3.0.0",
  61. "st": "^1.2.2",
  62. "stream-to-array": "2",
  63. "typescript": "^3.7.3"
  64. },
  65. "engines": {
  66. "node": ">= 6"
  67. },
  68. "files": [
  69. "dist"
  70. ],
  71. "homepage": "https://github.com/TooTallNate/node-get-uri#readme",
  72. "keywords": [
  73. "uri",
  74. "read",
  75. "readstream",
  76. "stream",
  77. "get",
  78. "http",
  79. "https",
  80. "ftp",
  81. "file",
  82. "data",
  83. "protocol",
  84. "url"
  85. ],
  86. "license": "MIT",
  87. "main": "./dist/index.js",
  88. "name": "get-uri",
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/TooTallNate/node-get-uri.git"
  92. },
  93. "scripts": {
  94. "build": "tsc",
  95. "prebuild": "rimraf dist",
  96. "prepublishOnly": "npm run build",
  97. "test": "mocha --reporter spec",
  98. "test-lint": "eslint src --ext .js,.ts"
  99. },
  100. "types": "./dist/index.d.ts",
  101. "version": "3.0.2"
  102. }