package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "har-validator@~5.1.3",
  3. "_id": "har-validator@5.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==",
  6. "_location": "/har-validator",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "har-validator@~5.1.3",
  12. "name": "har-validator",
  13. "escapedName": "har-validator",
  14. "rawSpec": "~5.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "~5.1.3"
  17. },
  18. "_requiredBy": [
  19. "/request"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz",
  22. "_shasum": "1ef89ebd3e4996557675eed9893110dc350fa080",
  23. "_spec": "har-validator@~5.1.3",
  24. "_where": "C:\\Users\\Jzdsh\\Desktop\\附近养车网uni-app\\附近养车网\\node_modules\\request",
  25. "author": {
  26. "name": "Ahmad Nassri",
  27. "email": "ahmad@ahmadnassri.com",
  28. "url": "https://www.ahmadnassri.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/ahmadnassri/node-har-validator/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "ajv": "^6.5.5",
  36. "har-schema": "^2.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
  40. "devDependencies": {
  41. "tap": "^12.0.1"
  42. },
  43. "engines": {
  44. "node": ">=6"
  45. },
  46. "files": [
  47. "lib"
  48. ],
  49. "homepage": "https://github.com/ahmadnassri/node-har-validator",
  50. "keywords": [
  51. "har",
  52. "cli",
  53. "ajv",
  54. "http",
  55. "archive",
  56. "validate",
  57. "validator"
  58. ],
  59. "license": "MIT",
  60. "main": "lib/promise.js",
  61. "name": "har-validator",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/ahmadnassri/node-har-validator.git"
  65. },
  66. "scripts": {
  67. "lint": "npx run-p lint:*",
  68. "lint:deps": "npx updated",
  69. "lint:ec": "npx editorconfig-checker .",
  70. "lint:js": "npx eslint .",
  71. "lint:md": "npx remark --quiet --frail .",
  72. "open:coverage": "opener coverage/lcov-report/index.html",
  73. "test": "tap test --coverage-report=lcov --no-browser"
  74. },
  75. "version": "5.1.3"
  76. }