package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "har-validator@5.1.3",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "har-validator@5.1.3",
  9. "_id": "har-validator@5.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==",
  12. "_location": "/har-validator",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "har-validator@5.1.3",
  18. "name": "har-validator",
  19. "escapedName": "har-validator",
  20. "rawSpec": "5.1.3",
  21. "saveSpec": null,
  22. "fetchSpec": "5.1.3"
  23. },
  24. "_requiredBy": [
  25. "/request"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz",
  28. "_spec": "5.1.3",
  29. "_where": "E:\\item\\newItem\\admin",
  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.5.5",
  40. "har-schema": "^2.0.0"
  41. },
  42. "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
  43. "devDependencies": {
  44. "tap": "^12.0.1"
  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. "lint:deps": "npx updated",
  72. "lint:ec": "npx editorconfig-checker .",
  73. "lint:js": "npx eslint .",
  74. "lint:md": "npx remark --quiet --frail .",
  75. "open:coverage": "opener coverage/lcov-report/index.html",
  76. "test": "tap test --coverage-report=lcov --no-browser"
  77. },
  78. "version": "5.1.3"
  79. }