package.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "har-schema@^1.0.5",
  6. "scope": null,
  7. "escapedName": "har-schema",
  8. "name": "har-schema",
  9. "rawSpec": "^1.0.5",
  10. "spec": ">=1.0.5 <2.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Documents/ola/OLA#4/OLA#4DOC/sys/node_modules/har-validator"
  14. ]
  15. ],
  16. "_from": "har-schema@>=1.0.5 <2.0.0",
  17. "_id": "har-schema@1.0.5",
  18. "_inCache": true,
  19. "_location": "/har-schema",
  20. "_nodeVersion": "4.6.2",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/har-schema-1.0.5.tgz_1480877746957_0.2995719478931278"
  24. },
  25. "_npmUser": {
  26. "name": "ahmadnassri",
  27. "email": "ahmad@ahmadnassri.com"
  28. },
  29. "_npmVersion": "2.15.11",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "har-schema@^1.0.5",
  33. "scope": null,
  34. "escapedName": "har-schema",
  35. "name": "har-schema",
  36. "rawSpec": "^1.0.5",
  37. "spec": ">=1.0.5 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/har-validator"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz",
  44. "_shasum": "d263135f43307c02c602afc8fe95970c0151369e",
  45. "_shrinkwrap": null,
  46. "_spec": "har-schema@^1.0.5",
  47. "_where": "/mnt/Data/bach/Documents/ola/OLA#4/OLA#4DOC/sys/node_modules/har-validator",
  48. "author": {
  49. "name": "Ahmad Nassri",
  50. "email": "ahmad@ahmadnassri.com",
  51. "url": "https://www.ahmadnassri.com/"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/ahmadnassri/har-schema/issues"
  55. },
  56. "config": {
  57. "commitizen": {
  58. "path": "./node_modules/cz-conventional-changelog"
  59. }
  60. },
  61. "contributors": [
  62. {
  63. "name": "Evgeny Poberezkin",
  64. "email": "e.poberezkin@me.com"
  65. }
  66. ],
  67. "dependencies": {},
  68. "description": "JSON Schema for HTTP Archive (HAR)",
  69. "devDependencies": {
  70. "ajv": "^4.9.1",
  71. "codeclimate-test-reporter": "^0.4.0",
  72. "cz-conventional-changelog": "^1.2.0",
  73. "echint": "^2.1.0",
  74. "semantic-release": "^6.3.2",
  75. "snazzy": "^5.0.0",
  76. "tap": "^8.0.1"
  77. },
  78. "directories": {},
  79. "dist": {
  80. "shasum": "d263135f43307c02c602afc8fe95970c0151369e",
  81. "tarball": "https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz"
  82. },
  83. "engines": {
  84. "node": ">=4"
  85. },
  86. "files": [
  87. "lib"
  88. ],
  89. "gitHead": "7dde6d47c93e82b6d7ef7514766d64c166de14d3",
  90. "homepage": "https://github.com/ahmadnassri/har-schema",
  91. "keywords": [
  92. "har",
  93. "http",
  94. "archive",
  95. "JSON",
  96. "schema",
  97. "JSON-schema"
  98. ],
  99. "license": "ISC",
  100. "main": "lib/index.js",
  101. "maintainers": [
  102. {
  103. "name": "esp",
  104. "email": "e.poberezkin@me.com"
  105. }
  106. ],
  107. "name": "har-schema",
  108. "optionalDependencies": {},
  109. "readme": "# HAR Schema [![version][npm-version]][npm-url] [![License][npm-license]][license-url]\n\n> JSON Schema for HTTP Archive ([HAR][spec]).\n\n[![Build Status][travis-image]][travis-url]\n[![Downloads][npm-downloads]][npm-url]\n[![Code Climate][codeclimate-quality]][codeclimate-url]\n[![Coverage Status][codeclimate-coverage]][codeclimate-url]\n[![Dependency Status][dependencyci-image]][dependencyci-url]\n[![Dependencies][david-image]][david-url]\n\n## Install\n\n```bash\nnpm install --only=production --save har-schema\n```\n\n## Usage\n\nCompatible with any [JSON Schema validation tool][validator].\n\n----\n> :copyright: [ahmadnassri.com](https://www.ahmadnassri.com/) &nbsp;&middot;&nbsp;\n> License: [ISC][license-url] &nbsp;&middot;&nbsp;\n> Github: [@ahmadnassri](https://github.com/ahmadnassri) &nbsp;&middot;&nbsp;\n> Twitter: [@ahmadnassri](https://twitter.com/ahmadnassri)\n\n[license-url]: http://choosealicense.com/licenses/isc/\n\n[travis-url]: https://travis-ci.org/ahmadnassri/har-schema\n[travis-image]: https://img.shields.io/travis/ahmadnassri/har-schema.svg?style=flat-square\n\n[npm-url]: https://www.npmjs.com/package/har-schema\n[npm-license]: https://img.shields.io/npm/l/har-schema.svg?style=flat-square\n[npm-version]: https://img.shields.io/npm/v/har-schema.svg?style=flat-square\n[npm-downloads]: https://img.shields.io/npm/dm/har-schema.svg?style=flat-square\n\n[codeclimate-url]: https://codeclimate.com/github/ahmadnassri/har-schema\n[codeclimate-quality]: https://img.shields.io/codeclimate/github/ahmadnassri/har-schema.svg?style=flat-square\n[codeclimate-coverage]: https://img.shields.io/codeclimate/coverage/github/ahmadnassri/har-schema.svg?style=flat-square\n\n[david-url]: https://david-dm.org/ahmadnassri/har-schema\n[david-image]: https://img.shields.io/david/ahmadnassri/har-schema.svg?style=flat-square\n\n[dependencyci-url]: https://dependencyci.com/github/ahmadnassri/har-schema\n[dependencyci-image]: https://dependencyci.com/github/ahmadnassri/har-schema/badge?style=flat-square\n\n[spec]: https://github.com/ahmadnassri/har-spec/blob/master/versions/1.2.md\n[validator]: https://github.com/ahmadnassri/har-validator\n",
  110. "readmeFilename": "README.md",
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/ahmadnassri/har-schema.git"
  114. },
  115. "scripts": {
  116. "codeclimate": "tap --coverage-report=text-lcov | codeclimate-test-reporter",
  117. "coverage": "tap test --reporter silent --coverage",
  118. "pretest": "snazzy && echint",
  119. "semantic-release": "semantic-release pre && npm publish && semantic-release post",
  120. "test": "tap test --reporter spec"
  121. },
  122. "version": "1.0.5"
  123. }