租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

120 lines
3.0 KiB

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