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.

66 lines
1.8 KiB

4 years ago
  1. {
  2. "_from": "httpx@^2.1.2",
  3. "_id": "httpx@2.2.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-looS7tQlnLtXCxV5s/L9hshrrFiY/8IDQ2mIt7FnK/Bll2qDEjWPLsuRmZ6ZOXJZZZ1turs5Pf0d9vzUrPkqOw==",
  6. "_location": "/httpx",
  7. "_phantomChildren": {
  8. "ms": "2.1.2"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "httpx@^2.1.2",
  14. "name": "httpx",
  15. "escapedName": "httpx",
  16. "rawSpec": "^2.1.2",
  17. "saveSpec": null,
  18. "fetchSpec": "^2.1.2"
  19. },
  20. "_requiredBy": [
  21. "/@alicloud/pop-core"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/httpx/-/httpx-2.2.4.tgz",
  24. "_shasum": "a06f0fbc27286c76e67667601793bf3253713052",
  25. "_spec": "httpx@^2.1.2",
  26. "_where": "E:\\gitwork\\tcb-mix-mall\\cloudfunctions-tcb\\mix-aliyun-sms\\node_modules\\@alicloud\\pop-core",
  27. "author": {
  28. "name": "Jackson Tian"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/JacksonTian/httpx/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@types/node": "^12.0.2",
  36. "debug": "^4.1.1"
  37. },
  38. "deprecated": false,
  39. "description": "http(s) module with power",
  40. "devDependencies": {
  41. "coveralls": "^2.11.15",
  42. "eslint": "^6.6.0",
  43. "mocha": "^4",
  44. "nyc": "^12.0.2",
  45. "socks-proxy-agent": "^5.0.0"
  46. },
  47. "files": [
  48. "lib"
  49. ],
  50. "homepage": "https://github.com/JacksonTian/httpx",
  51. "license": "MIT",
  52. "main": "lib/index.js",
  53. "name": "httpx",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/JacksonTian/httpx.git"
  57. },
  58. "scripts": {
  59. "ci": "npm run test-cov && cat ./coverage/lcov.info | coveralls",
  60. "lint": "eslint --fix lib",
  61. "test": "mocha --reporter spec --timeout 3000 test/*.test.js",
  62. "test-cov": "nyc -r=lcov -r=html -r=text -r=json mocha -t 3000 -R spec test/*.test.js"
  63. },
  64. "types": "lib/index.d.ts",
  65. "version": "2.2.4"
  66. }