租房小程序前端代码
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.

88 lines
2.1 KiB

6 months ago
2 months ago
6 months ago
2 months ago
6 months ago
2 months ago
6 months ago
2 months ago
6 months ago
2 months ago
6 months ago
2 months ago
6 months ago
  1. {
  2. "name": "urllib",
  3. "version": "2.44.0",
  4. "publishConfig": {
  5. "tag": "latest-2"
  6. },
  7. "description": "Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.",
  8. "keywords": [
  9. "urllib",
  10. "http",
  11. "urlopen",
  12. "curl",
  13. "wget",
  14. "request",
  15. "https"
  16. ],
  17. "author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)",
  18. "homepage": "https://github.com/node-modules/urllib",
  19. "main": "lib/index.js",
  20. "types": "lib/index.d.ts",
  21. "files": [
  22. "lib"
  23. ],
  24. "repository": {
  25. "type": "git",
  26. "url": "git://github.com/node-modules/urllib.git"
  27. },
  28. "scripts": {
  29. "tsd": "node test/tsd.js",
  30. "test-local": "mocha -t 30000 test/*.test.js",
  31. "test": "npm run lint && npm run test-local",
  32. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -t 30000 test/*.test.js",
  33. "ci": "npm run lint && npm run tsd && npm run test-cov",
  34. "lint": "jshint .",
  35. "contributor": "git-contributor"
  36. },
  37. "dependencies": {
  38. "any-promise": "^1.3.0",
  39. "content-type": "^1.0.2",
  40. "default-user-agent": "^1.0.0",
  41. "digest-header": "^1.0.0",
  42. "ee-first": "~1.1.1",
  43. "formstream": "^1.1.0",
  44. "humanize-ms": "^1.2.0",
  45. "iconv-lite": "^0.6.3",
  46. "pump": "^3.0.0",
  47. "qs": "^6.4.0",
  48. "statuses": "^1.3.1",
  49. "utility": "^1.16.1"
  50. },
  51. "peerDependencies": {
  52. "proxy-agent": "^5.0.0"
  53. },
  54. "peerDependenciesMeta": {
  55. "proxy-agent": {
  56. "optional": true
  57. }
  58. },
  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. "git-contributor": "2",
  69. "http-proxy": "^1.16.2",
  70. "istanbul": "*",
  71. "jshint": "*",
  72. "mkdirp": "^0.5.1",
  73. "mocha": "3",
  74. "muk": "^0.5.3",
  75. "pedding": "^1.1.0",
  76. "proxy-agent": "^5.0.0",
  77. "semver": "5",
  78. "spy": "^1.0.0",
  79. "tar": "^4.4.8",
  80. "through2": "^2.0.3",
  81. "tsd": "^0.18.0",
  82. "typescript": "^4.4.4"
  83. },
  84. "engines": {
  85. "node": ">= 0.10.0"
  86. },
  87. "license": "MIT"
  88. }