package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "har-validator@5.0.3",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "har-validator@5.0.3",
  9. "_id": "har-validator@5.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-ukAsJmGU8VlW7xXg/PJCmT9qff0=",
  12. "_location": "/har-validator",
  13. "_optional": true,
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "har-validator@5.0.3",
  19. "name": "har-validator",
  20. "escapedName": "har-validator",
  21. "rawSpec": "5.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "5.0.3"
  24. },
  25. "_requiredBy": [
  26. "/request"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.0.3.tgz",
  29. "_spec": "5.0.3",
  30. "_where": "D:\\projects\\dealer_front",
  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/har-validator/issues"
  38. },
  39. "dependencies": {
  40. "ajv": "^5.1.0",
  41. "har-schema": "^2.0.0"
  42. },
  43. "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
  44. "devDependencies": {
  45. "echint": "^4.0.1",
  46. "standard": "^10.0.2",
  47. "tap": "^10.3.2"
  48. },
  49. "engines": {
  50. "node": ">=4"
  51. },
  52. "files": [
  53. "lib"
  54. ],
  55. "homepage": "https://github.com/ahmadnassri/har-validator",
  56. "keywords": [
  57. "har",
  58. "cli",
  59. "ajv",
  60. "http",
  61. "archive",
  62. "validate",
  63. "validator"
  64. ],
  65. "license": "ISC",
  66. "main": "lib/promise.js",
  67. "name": "har-validator",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/ahmadnassri/har-validator.git"
  71. },
  72. "scripts": {
  73. "coverage": "tap test --reporter silent --coverage",
  74. "lint": "standard && echint",
  75. "pretest": "npm run lint",
  76. "test": "tap test"
  77. },
  78. "version": "5.0.3"
  79. }