package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_from": "urllib@^2.33.1",
  3. "_id": "urllib@2.38.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1tvjdL74oT9aV4X+SIjE1BXyes5PbfhHKhK4IlhoKhKqk4nD5/lXE90v10WZ02kELWIPI4w7ADneEQ4i7dPjiQ==",
  6. "_location": "/urllib",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "urllib@^2.33.1",
  12. "name": "urllib",
  13. "escapedName": "urllib",
  14. "rawSpec": "^2.33.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.33.1"
  17. },
  18. "_requiredBy": [
  19. "/ali-oss"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/urllib/-/urllib-2.38.1.tgz",
  22. "_shasum": "d5398c91a3b6a3a066f5beae7b90e959c13ef4c4",
  23. "_spec": "urllib@^2.33.1",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\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": "^0.0.1",
  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. "proxy-agent": "^5.0.0",
  53. "pump": "^3.0.0",
  54. "qs": "^6.4.0",
  55. "statuses": "^1.3.1",
  56. "utility": "^1.16.1"
  57. },
  58. "deprecated": false,
  59. "description": "Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.",
  60. "devDependencies": {
  61. "@types/mocha": "^5.2.5",
  62. "@types/node": "^10.12.18",
  63. "agentkeepalive": "^4.0.0",
  64. "autod": "*",
  65. "benchmark": "^2.1.4",
  66. "bluebird": "*",
  67. "busboy": "^0.2.14",
  68. "co": "*",
  69. "coffee": "1",
  70. "egg-ci": "^1.15.0",
  71. "git-contributor": "^1.0.10",
  72. "http-proxy": "^1.16.2",
  73. "intelli-espower-loader": "^1.0.1",
  74. "istanbul": "*",
  75. "jshint": "*",
  76. "mkdirp": "^0.5.1",
  77. "mocha": "3",
  78. "muk": "^0.5.3",
  79. "pedding": "^1.1.0",
  80. "power-assert": "^1.4.2",
  81. "semver": "5",
  82. "spy": "^1.0.0",
  83. "tar": "^4.4.8",
  84. "through2": "^2.0.3",
  85. "tsd": "^0.18.0",
  86. "typescript": "^4.4.4"
  87. },
  88. "engines": {
  89. "node": ">= 0.10.0"
  90. },
  91. "files": [
  92. "lib"
  93. ],
  94. "homepage": "https://github.com/node-modules/urllib",
  95. "keywords": [
  96. "urllib",
  97. "http",
  98. "urlopen",
  99. "curl",
  100. "wget",
  101. "request",
  102. "https"
  103. ],
  104. "license": "MIT",
  105. "main": "lib/index.js",
  106. "name": "urllib",
  107. "repository": {
  108. "type": "git",
  109. "url": "git://github.com/node-modules/urllib.git"
  110. },
  111. "scripts": {
  112. "autod": "autod -w --prefix '^' -t test -e examples",
  113. "ci": "npm run lint && npm run tsd && npm run test-cov",
  114. "contributor": "git-contributor",
  115. "lint": "jshint .",
  116. "test": "npm run lint && npm run test-local",
  117. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -t 30000 -r intelli-espower-loader test/*.test.js",
  118. "test-local": "mocha -t 30000 -r intelli-espower-loader test/*.test.js",
  119. "tsd": "node test/tsd.js"
  120. },
  121. "types": "lib/index.d.ts",
  122. "version": "2.38.1"
  123. }