package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "http-assert@1.5.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "http-assert@1.5.0",
  9. "_id": "http-assert@1.5.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-uPpH7OKX4H25hBmU6G1jWNaqJGpTXxey+YOUizJUAgu0AjLUeC8D73hTrhvDS5D+GJN1DN1+hhc/eF/wpxtp0w==",
  12. "_location": "/http-assert",
  13. "_phantomChildren": {
  14. "inherits": "2.0.4",
  15. "setprototypeof": "1.2.0",
  16. "toidentifier": "1.0.1"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "http-assert@1.5.0",
  22. "name": "http-assert",
  23. "escapedName": "http-assert",
  24. "rawSpec": "1.5.0",
  25. "saveSpec": null,
  26. "fetchSpec": "1.5.0"
  27. },
  28. "_requiredBy": [
  29. "/koa"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/http-assert/-/http-assert-1.5.0.tgz",
  32. "_spec": "1.5.0",
  33. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  34. "bugs": {
  35. "url": "https://github.com/jshttp/http-assert/issues"
  36. },
  37. "dependencies": {
  38. "deep-equal": "~1.0.1",
  39. "http-errors": "~1.8.0"
  40. },
  41. "description": "assert with status codes",
  42. "devDependencies": {
  43. "eslint": "7.32.0",
  44. "eslint-config-standard": "14.1.1",
  45. "eslint-plugin-import": "2.24.2",
  46. "eslint-plugin-markdown": "2.2.0",
  47. "eslint-plugin-node": "11.1.0",
  48. "eslint-plugin-promise": "4.3.1",
  49. "eslint-plugin-standard": "4.1.0",
  50. "istanbul": "0.4.5",
  51. "mocha": "9.1.0"
  52. },
  53. "engines": {
  54. "node": ">= 0.8"
  55. },
  56. "files": [
  57. "HISTORY.md",
  58. "LICENSE",
  59. "README.md",
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/jshttp/http-assert#readme",
  63. "keywords": [
  64. "assert",
  65. "http"
  66. ],
  67. "license": "MIT",
  68. "name": "http-assert",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/jshttp/http-assert.git"
  72. },
  73. "scripts": {
  74. "lint": "eslint .",
  75. "test": "mocha --reporter spec --bail --check-leaks test/",
  76. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  77. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  78. },
  79. "version": "1.5.0"
  80. }