package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "har-validator@^1.6.1",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/request"
  6. ]
  7. ],
  8. "_from": "har-validator@>=1.6.1 <2.0.0",
  9. "_id": "har-validator@1.8.0",
  10. "_inCache": true,
  11. "_location": "/har-validator",
  12. "_nodeVersion": "0.12.2",
  13. "_npmUser": {
  14. "email": "ahmad@ahmadnassri.com",
  15. "name": "ahmadnassri"
  16. },
  17. "_npmVersion": "2.11.2",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "har-validator",
  21. "raw": "har-validator@^1.6.1",
  22. "rawSpec": "^1.6.1",
  23. "scope": null,
  24. "spec": ">=1.6.1 <2.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/request"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz",
  31. "_shasum": "d83842b0eb4c435960aeb108a067a3aa94c0eeb2",
  32. "_shrinkwrap": null,
  33. "_spec": "har-validator@^1.6.1",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/request",
  35. "author": {
  36. "email": "ahmad@ahmadnassri.com",
  37. "name": "Ahmad Nassri",
  38. "url": "https://www.ahmadnassri.com/"
  39. },
  40. "bin": {
  41. "har-validator": "bin/har-validator"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/ahmadnassri/har-validator/issues"
  45. },
  46. "dependencies": {
  47. "bluebird": "^2.9.30",
  48. "chalk": "^1.0.0",
  49. "commander": "^2.8.1",
  50. "is-my-json-valid": "^2.12.0"
  51. },
  52. "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
  53. "devDependencies": {
  54. "codeclimate-test-reporter": "0.0.4",
  55. "echint": "^1.3.0",
  56. "istanbul": "^0.3.15",
  57. "mocha": "^2.2.5",
  58. "require-directory": "^2.1.1",
  59. "should": "^7.0.1",
  60. "standard": "^4.3.1"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "d83842b0eb4c435960aeb108a067a3aa94c0eeb2",
  65. "tarball": "http://registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz"
  66. },
  67. "echint": {
  68. "ignore": [
  69. "coverage/**"
  70. ]
  71. },
  72. "engines": {
  73. "node": ">=0.10"
  74. },
  75. "files": [
  76. "bin",
  77. "lib"
  78. ],
  79. "gitHead": "8fd21c30edb23a1fed2d50b934d055d1be3dd7c9",
  80. "homepage": "https://github.com/ahmadnassri/har-validator",
  81. "installable": true,
  82. "keywords": [
  83. "archive",
  84. "har",
  85. "http",
  86. "validate",
  87. "validator"
  88. ],
  89. "license": "ISC",
  90. "main": "lib/index",
  91. "maintainers": [
  92. {
  93. "name": "ahmadnassri",
  94. "email": "ahmad@ahmadnassri.com"
  95. }
  96. ],
  97. "name": "har-validator",
  98. "optionalDependencies": {},
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/ahmadnassri/har-validator.git"
  102. },
  103. "scripts": {
  104. "codeclimate": "codeclimate < coverage/lcov.info",
  105. "coverage": "istanbul cover --dir coverage _mocha -- -R dot",
  106. "posttest": "npm run coverage",
  107. "pretest": "standard && echint",
  108. "test": "mocha"
  109. },
  110. "version": "1.8.0"
  111. }