package.json 1.7 KB

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