package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_from": "urllib@2.41.0",
  3. "_id": "urllib@2.41.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-pNXdxEv52L67jahLT+/7QE+Fup1y2Gc6EdmrAhQ6OpQIC2rl14oWwv9hvk1GXOZqEnJNwRXHABuwgPOs1CtL7g==",
  6. "_location": "/urllib",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "urllib@2.41.0",
  12. "name": "urllib",
  13. "escapedName": "urllib",
  14. "rawSpec": "2.41.0",
  15. "saveSpec": null,
  16. "fetchSpec": "2.41.0"
  17. },
  18. "_requiredBy": [
  19. "/ali-oss"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/urllib/-/urllib-2.41.0.tgz",
  22. "_shasum": "be15705e62af4eadcafcfeadda1014b526ae2d0d",
  23. "_spec": "urllib@2.41.0",
  24. "_where": "F:\\HBuilderProjects\\test\\node_modules\\ali-oss",
  25. "author": {
  26. "name": "fengmk2",
  27. "email": "fengmk2@gmail.com",
  28. "url": "https://fengmk2.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/node-modules/urllib/issues"
  32. },
  33. "bundleDependencies": false,
  34. "ci": {
  35. "type": "github",
  36. "os": {
  37. "github": "linux, windows, macos"
  38. },
  39. "version": "8, 10, 12, 14, 16"
  40. },
  41. "dependencies": {
  42. "any-promise": "^1.3.0",
  43. "content-type": "^1.0.2",
  44. "debug": "^2.6.9",
  45. "default-user-agent": "^1.0.0",
  46. "digest-header": "^1.0.0",
  47. "ee-first": "~1.1.1",
  48. "formstream": "^1.1.0",
  49. "humanize-ms": "^1.2.0",
  50. "iconv-lite": "^0.4.15",
  51. "ip": "^1.1.5",
  52. "pump": "^3.0.0",
  53. "qs": "^6.4.0",
  54. "statuses": "^1.3.1",
  55. "utility": "^1.16.1"
  56. },
  57. "deprecated": false,
  58. "description": "Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.",
  59. "devDependencies": {
  60. "@types/mocha": "^5.2.5",
  61. "@types/node": "^10.12.18",
  62. "agentkeepalive": "^4.0.0",
  63. "benchmark": "^2.1.4",
  64. "bluebird": "*",
  65. "busboy": "^0.2.14",
  66. "co": "*",
  67. "coffee": "1",
  68. "egg-ci": "^1.15.0",
  69. "git-contributor": "^1.0.10",
  70. "http-proxy": "^1.16.2",
  71. "istanbul": "*",
  72. "jshint": "*",
  73. "mkdirp": "^0.5.1",
  74. "mocha": "3",
  75. "muk": "^0.5.3",
  76. "pedding": "^1.1.0",
  77. "proxy-agent": "^5.0.0",
  78. "semver": "5",
  79. "spy": "^1.0.0",
  80. "tar": "^4.4.8",
  81. "through2": "^2.0.3",
  82. "tsd": "^0.18.0",
  83. "typescript": "^4.4.4"
  84. },
  85. "engines": {
  86. "node": ">= 0.10.0"
  87. },
  88. "files": [
  89. "lib"
  90. ],
  91. "homepage": "https://github.com/node-modules/urllib",
  92. "keywords": [
  93. "urllib",
  94. "http",
  95. "urlopen",
  96. "curl",
  97. "wget",
  98. "request",
  99. "https"
  100. ],
  101. "license": "MIT",
  102. "main": "lib/index.js",
  103. "name": "urllib",
  104. "peerDependencies": {
  105. "proxy-agent": "^5.0.0"
  106. },
  107. "peerDependenciesMeta": {
  108. "proxy-agent": {
  109. "optional": true
  110. }
  111. },
  112. "publishConfig": {
  113. "tag": "latest-2"
  114. },
  115. "repository": {
  116. "type": "git",
  117. "url": "git://github.com/node-modules/urllib.git"
  118. },
  119. "scripts": {
  120. "ci": "npm run lint && npm run tsd && npm run test-cov",
  121. "contributor": "git-contributor",
  122. "lint": "jshint .",
  123. "test": "npm run lint && npm run test-local",
  124. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -t 30000 test/*.test.js",
  125. "test-local": "mocha -t 30000 test/*.test.js",
  126. "tsd": "node test/tsd.js"
  127. },
  128. "types": "lib/index.d.ts",
  129. "version": "2.41.0"
  130. }