package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "har-validator@5.1.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  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. "fast-json-stable-stringify": "2.0.0"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "har-validator@5.1.3",
  20. "name": "har-validator",
  21. "escapedName": "har-validator",
  22. "rawSpec": "5.1.3",
  23. "saveSpec": null,
  24. "fetchSpec": "5.1.3"
  25. },
  26. "_requiredBy": [
  27. "/@aspnet/signalr/request",
  28. "/universal-analytics/request"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz",
  31. "_spec": "5.1.3",
  32. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  33. "author": {
  34. "name": "Ahmad Nassri",
  35. "email": "ahmad@ahmadnassri.com",
  36. "url": "https://www.ahmadnassri.com/"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/ahmadnassri/node-har-validator/issues"
  40. },
  41. "dependencies": {
  42. "ajv": "^6.5.5",
  43. "har-schema": "^2.0.0"
  44. },
  45. "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
  46. "devDependencies": {
  47. "tap": "^12.0.1"
  48. },
  49. "engines": {
  50. "node": ">=6"
  51. },
  52. "files": [
  53. "lib"
  54. ],
  55. "homepage": "https://github.com/ahmadnassri/node-har-validator",
  56. "keywords": [
  57. "har",
  58. "cli",
  59. "ajv",
  60. "http",
  61. "archive",
  62. "validate",
  63. "validator"
  64. ],
  65. "license": "MIT",
  66. "main": "lib/promise.js",
  67. "name": "har-validator",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/ahmadnassri/node-har-validator.git"
  71. },
  72. "scripts": {
  73. "lint": "npx run-p lint:*",
  74. "lint:deps": "npx updated",
  75. "lint:ec": "npx editorconfig-checker .",
  76. "lint:js": "npx eslint .",
  77. "lint:md": "npx remark --quiet --frail .",
  78. "open:coverage": "opener coverage/lcov-report/index.html",
  79. "test": "tap test --coverage-report=lcov --no-browser"
  80. },
  81. "version": "5.1.3"
  82. }