package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "har-validator@~5.1.3",
  3. "_id": "har-validator@5.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==",
  6. "_location": "/har-validator",
  7. "_phantomChildren": {
  8. "fast-deep-equal": "3.1.3",
  9. "fast-json-stable-stringify": "2.1.0",
  10. "uri-js": "4.4.1"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "har-validator@~5.1.3",
  16. "name": "har-validator",
  17. "escapedName": "har-validator",
  18. "rawSpec": "~5.1.3",
  19. "saveSpec": null,
  20. "fetchSpec": "~5.1.3"
  21. },
  22. "_requiredBy": [
  23. "/request"
  24. ],
  25. "_resolved": "https://registry.npmmirror.com/har-validator/-/har-validator-5.1.5.tgz",
  26. "_shasum": "1f0803b9f8cb20c0fa13822df1ecddb36bde1efd",
  27. "_spec": "har-validator@~5.1.3",
  28. "_where": "/data/wwwroot/qimall/node/node_modules/request",
  29. "author": {
  30. "name": "Ahmad Nassri",
  31. "email": "ahmad@ahmadnassri.com",
  32. "url": "https://www.ahmadnassri.com/"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/ahmadnassri/node-har-validator/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "ajv": "^6.12.3",
  40. "har-schema": "^2.0.0"
  41. },
  42. "deprecated": "this library is no longer supported",
  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. }