package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "har-validator@5.1.5",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "har-validator@5.1.5",
  10. "_id": "har-validator@5.1.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-HwgDufjLIMD6E4It8ezds2veHv0=",
  13. "_location": "/har-validator",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "har-validator@5.1.5",
  19. "name": "har-validator",
  20. "escapedName": "har-validator",
  21. "rawSpec": "5.1.5",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.5"
  24. },
  25. "_requiredBy": [
  26. "/request"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/har-validator/download/har-validator-5.1.5.tgz",
  29. "_spec": "5.1.5",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "Ahmad Nassri",
  33. "email": "ahmad@ahmadnassri.com",
  34. "url": "https://www.ahmadnassri.com/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/ahmadnassri/node-har-validator/issues"
  38. },
  39. "dependencies": {
  40. "ajv": "^6.12.3",
  41. "har-schema": "^2.0.0"
  42. },
  43. "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
  44. "devDependencies": {
  45. "tap": "^14.10.8"
  46. },
  47. "engines": {
  48. "node": ">=6"
  49. },
  50. "files": [
  51. "lib"
  52. ],
  53. "homepage": "https://github.com/ahmadnassri/node-har-validator",
  54. "keywords": [
  55. "har",
  56. "cli",
  57. "ajv",
  58. "http",
  59. "archive",
  60. "validate",
  61. "validator"
  62. ],
  63. "license": "MIT",
  64. "main": "lib/promise.js",
  65. "name": "har-validator",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/ahmadnassri/node-har-validator.git"
  69. },
  70. "scripts": {
  71. "lint": "npx run-p lint:*",
  72. "test": "tap test --no-coverage",
  73. "test:coverage": "tap test --coverage-report=lcov --no-browser"
  74. },
  75. "version": "5.1.5"
  76. }