package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "har-schema@2.0.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "har-schema@2.0.0",
  9. "_id": "har-schema@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==",
  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. "/har-validator"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/har-schema/-/har-schema-2.0.0.tgz",
  28. "_spec": "2.0.0",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Ahmad Nassri",
  32. "email": "ahmad@ahmadnassri.com",
  33. "url": "https://www.ahmadnassri.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/ahmadnassri/har-schema/issues"
  37. },
  38. "config": {
  39. "commitizen": {
  40. "path": "./node_modules/cz-conventional-changelog"
  41. }
  42. },
  43. "contributors": [
  44. {
  45. "name": "Evgeny Poberezkin",
  46. "email": "e.poberezkin@me.com"
  47. }
  48. ],
  49. "description": "JSON Schema for HTTP Archive (HAR)",
  50. "devDependencies": {
  51. "ajv": "^5.0.0",
  52. "codeclimate-test-reporter": "^0.4.0",
  53. "cz-conventional-changelog": "^1.2.0",
  54. "echint": "^2.1.0",
  55. "semantic-release": "^6.3.2",
  56. "snazzy": "^5.0.0",
  57. "tap": "^8.0.1"
  58. },
  59. "engines": {
  60. "node": ">=4"
  61. },
  62. "files": [
  63. "lib"
  64. ],
  65. "homepage": "https://github.com/ahmadnassri/har-schema",
  66. "keywords": [
  67. "har",
  68. "http",
  69. "archive",
  70. "JSON",
  71. "schema",
  72. "JSON-schema"
  73. ],
  74. "license": "ISC",
  75. "main": "lib/index.js",
  76. "name": "har-schema",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/ahmadnassri/har-schema.git"
  80. },
  81. "scripts": {
  82. "codeclimate": "tap --coverage-report=text-lcov | codeclimate-test-reporter",
  83. "coverage": "tap test --reporter silent --coverage",
  84. "pretest": "snazzy && echint",
  85. "semantic-release": "semantic-release pre && npm publish && semantic-release post",
  86. "test": "tap test --reporter spec"
  87. },
  88. "version": "2.0.0"
  89. }