package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "name": "urllib",
  3. "version": "2.36.1",
  4. "description": "Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.",
  5. "keywords": [
  6. "urllib",
  7. "http",
  8. "urlopen",
  9. "curl",
  10. "wget",
  11. "request",
  12. "https"
  13. ],
  14. "author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)",
  15. "homepage": "https://github.com/node-modules/urllib",
  16. "main": "lib/index.js",
  17. "types": "lib/index.d.ts",
  18. "files": [
  19. "lib"
  20. ],
  21. "repository": {
  22. "type": "git",
  23. "url": "git://github.com/node-modules/urllib.git"
  24. },
  25. "scripts": {
  26. "test-local": "mocha -t 30000 -r intelli-espower-loader test/*.test.js",
  27. "test": "npm run lint && npm run test-local",
  28. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -t 30000 -r intelli-espower-loader test/*.test.js",
  29. "ci": "npm run lint && npm run test-cov",
  30. "lint": "jshint .",
  31. "autod": "autod -w --prefix '^' -t test -e examples",
  32. "contributor": "git-contributor"
  33. },
  34. "dependencies": {
  35. "any-promise": "^1.3.0",
  36. "content-type": "^1.0.2",
  37. "debug": "^2.6.9",
  38. "default-user-agent": "^1.0.0",
  39. "digest-header": "^0.0.1",
  40. "ee-first": "~1.1.1",
  41. "formstream": "^1.1.0",
  42. "humanize-ms": "^1.2.0",
  43. "iconv-lite": "^0.4.15",
  44. "ip": "^1.1.5",
  45. "proxy-agent": "^3.1.0",
  46. "pump": "^3.0.0",
  47. "qs": "^6.4.0",
  48. "statuses": "^1.3.1",
  49. "utility": "^1.16.1"
  50. },
  51. "devDependencies": {
  52. "@types/mocha": "^5.2.5",
  53. "@types/node": "^10.12.18",
  54. "agentkeepalive": "^4.0.0",
  55. "autod": "*",
  56. "benchmark": "^2.1.4",
  57. "bluebird": "*",
  58. "busboy": "^0.2.14",
  59. "co": "*",
  60. "coffee": "1",
  61. "egg-ci": "^1.15.0",
  62. "git-contributor": "^1.0.10",
  63. "http-proxy": "^1.16.2",
  64. "intelli-espower-loader": "^1.0.1",
  65. "istanbul": "*",
  66. "jshint": "*",
  67. "mkdirp": "^0.5.1",
  68. "mocha": "3",
  69. "muk": "^0.5.3",
  70. "pedding": "^1.1.0",
  71. "power-assert": "^1.4.2",
  72. "semver": "5",
  73. "spy": "^1.0.0",
  74. "tar": "^4.4.8",
  75. "through2": "^2.0.3",
  76. "typescript": "^3.2.2"
  77. },
  78. "engines": {
  79. "node": ">= 0.10.0"
  80. },
  81. "ci": {
  82. "type": "github",
  83. "os": {
  84. "github": "linux, windows, macos"
  85. },
  86. "version": "6, 8, 10, 12, 14"
  87. },
  88. "license": "MIT",
  89. "__npminstall_done": "Thu Dec 24 2020 20:20:39 GMT+0800 (CST)",
  90. "_from": "urllib@2.36.1",
  91. "_resolved": "https://registry.npm.taobao.org/urllib/download/urllib-2.36.1.tgz"
  92. }