package.json 1.9 KB

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