package.json 2.2 KB

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