package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "har-validator@5.1.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "har-validator@5.1.3",
  10. "_id": "har-validator@5.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-HvievT5JllV2de7ZiTEQ3DUPoIA=",
  13. "_location": "/har-validator",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "har-validator@5.1.3",
  19. "name": "har-validator",
  20. "escapedName": "har-validator",
  21. "rawSpec": "5.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.3"
  24. },
  25. "_requiredBy": [
  26. "/request"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/har-validator/download/har-validator-5.1.3.tgz",
  29. "_spec": "5.1.3",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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/node-har-validator/issues"
  38. },
  39. "dependencies": {
  40. "ajv": "^6.5.5",
  41. "har-schema": "^2.0.0"
  42. },
  43. "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
  44. "devDependencies": {
  45. "tap": "^12.0.1"
  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. "lint:deps": "npx updated",
  73. "lint:ec": "npx editorconfig-checker .",
  74. "lint:js": "npx eslint .",
  75. "lint:md": "npx remark --quiet --frail .",
  76. "open:coverage": "opener coverage/lcov-report/index.html",
  77. "test": "tap test --coverage-report=lcov --no-browser"
  78. },
  79. "version": "5.1.3"
  80. }