package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "urllib@2.25.3",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "urllib@2.25.3",
  9. "_id": "urllib@2.25.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-CqPp/0GWdX09HwdnjypiW9U7mPzV8dfDyxhMnHyamT7vd6Ht+pmb2VgYh0hNw5luDjxEH81ElWxCWebQ0VNzWw==",
  12. "_location": "/urllib",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "urllib@2.25.3",
  18. "name": "urllib",
  19. "escapedName": "urllib",
  20. "rawSpec": "2.25.3",
  21. "saveSpec": null,
  22. "fetchSpec": "2.25.3"
  23. },
  24. "_requiredBy": [
  25. "/ali-oss"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/urllib/-/urllib-2.25.3.tgz",
  28. "_spec": "2.25.3",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "fengmk2",
  32. "email": "fengmk2@gmail.com",
  33. "url": "https://fengmk2.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/node-modules/urllib/issues"
  37. },
  38. "dependencies": {
  39. "any-promise": "^1.3.0",
  40. "content-type": "^1.0.2",
  41. "debug": "^2.6.0",
  42. "default-user-agent": "^1.0.0",
  43. "digest-header": "^0.0.1",
  44. "ee-first": "~1.1.1",
  45. "humanize-ms": "^1.2.0",
  46. "iconv-lite": "^0.4.15",
  47. "proxy-agent": "^2.1.0",
  48. "qs": "^6.4.0",
  49. "statuses": "^1.3.1",
  50. "utility": "^1.12.0"
  51. },
  52. "description": "Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.",
  53. "devDependencies": {
  54. "agentkeepalive": "^2.2.0",
  55. "autod": "*",
  56. "bluebird": "*",
  57. "busboy": "^0.2.14",
  58. "co": "*",
  59. "coffee": "1",
  60. "formstream": "^1.1.0",
  61. "http-proxy": "^1.16.2",
  62. "intelli-espower-loader": "^1.0.1",
  63. "istanbul": "*",
  64. "jshint": "*",
  65. "mocha": "3",
  66. "muk": "^0.4.0",
  67. "pedding": "^1.1.0",
  68. "power-assert": "^1.4.2",
  69. "semver": "5",
  70. "tar": "^2.2.1",
  71. "through2": "^2.0.3"
  72. },
  73. "engines": {
  74. "node": ">= 0.10.0"
  75. },
  76. "files": [
  77. "lib"
  78. ],
  79. "homepage": "http://github.com/node-modules/urllib",
  80. "keywords": [
  81. "urllib",
  82. "http",
  83. "urlopen",
  84. "curl",
  85. "wget",
  86. "request",
  87. "https"
  88. ],
  89. "license": "MIT",
  90. "main": "lib/index.js",
  91. "name": "urllib",
  92. "repository": {
  93. "type": "git",
  94. "url": "git://github.com/node-modules/urllib.git"
  95. },
  96. "scripts": {
  97. "autod": "autod -w --prefix '^' -t test -e examples",
  98. "ci": "npm run lint && npm run test-cov",
  99. "lint": "jshint .",
  100. "test": "npm run lint && npm run test-local",
  101. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -t 30000 -r intelli-espower-loader test/*.test.js",
  102. "test-local": "mocha -t 30000 -r intelli-espower-loader test/*.test.js"
  103. },
  104. "version": "2.25.3"
  105. }