package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "har-schema@1.0.5",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "har-schema@1.0.5",
  10. "_id": "har-schema@1.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-f8xf2GOR6Rgwc9FPTLNzgwB+JQ2/zMauYXSWmX5YV5acex6VomT0ocSuwR7BfXo5MpHi+jL+saaux2fwsGJDKQ==",
  13. "_location": "/less/har-schema",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "har-schema@1.0.5",
  20. "name": "har-schema",
  21. "escapedName": "har-schema",
  22. "rawSpec": "1.0.5",
  23. "saveSpec": null,
  24. "fetchSpec": "1.0.5"
  25. },
  26. "_requiredBy": [
  27. "/less/har-validator"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz",
  30. "_spec": "1.0.5",
  31. "_where": "E:\\2023\\5\\myjadmin",
  32. "author": {
  33. "name": "Ahmad Nassri",
  34. "email": "ahmad@ahmadnassri.com",
  35. "url": "https://www.ahmadnassri.com/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/ahmadnassri/har-schema/issues"
  39. },
  40. "config": {
  41. "commitizen": {
  42. "path": "./node_modules/cz-conventional-changelog"
  43. }
  44. },
  45. "contributors": [
  46. {
  47. "name": "Evgeny Poberezkin",
  48. "email": "e.poberezkin@me.com"
  49. }
  50. ],
  51. "description": "JSON Schema for HTTP Archive (HAR)",
  52. "devDependencies": {
  53. "ajv": "^4.9.1",
  54. "codeclimate-test-reporter": "^0.4.0",
  55. "cz-conventional-changelog": "^1.2.0",
  56. "echint": "^2.1.0",
  57. "semantic-release": "^6.3.2",
  58. "snazzy": "^5.0.0",
  59. "tap": "^8.0.1"
  60. },
  61. "engines": {
  62. "node": ">=4"
  63. },
  64. "files": [
  65. "lib"
  66. ],
  67. "homepage": "https://github.com/ahmadnassri/har-schema",
  68. "keywords": [
  69. "har",
  70. "http",
  71. "archive",
  72. "JSON",
  73. "schema",
  74. "JSON-schema"
  75. ],
  76. "license": "ISC",
  77. "main": "lib/index.js",
  78. "name": "har-schema",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/ahmadnassri/har-schema.git"
  82. },
  83. "scripts": {
  84. "codeclimate": "tap --coverage-report=text-lcov | codeclimate-test-reporter",
  85. "coverage": "tap test --reporter silent --coverage",
  86. "pretest": "snazzy && echint",
  87. "semantic-release": "semantic-release pre && npm publish && semantic-release post",
  88. "test": "tap test --reporter spec"
  89. },
  90. "version": "1.0.5"
  91. }