package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "centra@^2.7.0",
  3. "_id": "centra@2.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PbFMgMSrmgx6uxCdm57RUos9Tc3fclMvhLSATYN39XsDV29B89zZ3KA89jmY0vwSGazyU+uerqwa6t+KaodPcg==",
  6. "_location": "/centra",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "centra@^2.7.0",
  12. "name": "centra",
  13. "escapedName": "centra",
  14. "rawSpec": "^2.7.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.7.0"
  17. },
  18. "_requiredBy": [
  19. "/load-bmfont/phin"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/centra/-/centra-2.7.0.tgz",
  22. "_shasum": "4c8312a58436e8a718302011561db7e6a2b0ec18",
  23. "_spec": "centra@^2.7.0",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/load-bmfont/node_modules/phin",
  25. "author": {
  26. "name": "Ethan Davis"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/ethanent/centra/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "follow-redirects": "^1.15.6"
  34. },
  35. "deprecated": false,
  36. "description": "The core lightweight HTTP client for Node",
  37. "devDependencies": {
  38. "body-parser": "^1.20.2",
  39. "express": "^4.19.2"
  40. },
  41. "files": [
  42. "model/CentraRequest.js",
  43. "model/CentraResponse.js",
  44. "createRequest.js"
  45. ],
  46. "homepage": "https://github.com/ethanent/centra",
  47. "keywords": [
  48. "http",
  49. "https",
  50. "request",
  51. "fetch",
  52. "url",
  53. "lightweight"
  54. ],
  55. "license": "MIT",
  56. "main": "createRequest.js",
  57. "name": "centra",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/ethanent/centra.git"
  61. },
  62. "scripts": {
  63. "prepublishOnly": "npm test",
  64. "test": "node test.js --test-force-exit"
  65. },
  66. "version": "2.7.0"
  67. }