package.json 2.2 KB

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