package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "har-validator@~2.0.6",
  6. "scope": null,
  7. "escapedName": "har-validator",
  8. "name": "har-validator",
  9. "rawSpec": "~2.0.6",
  10. "spec": ">=2.0.6 <2.1.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/request"
  14. ]
  15. ],
  16. "_from": "har-validator@>=2.0.6 <2.1.0",
  17. "_id": "har-validator@2.0.6",
  18. "_inCache": true,
  19. "_location": "/har-validator",
  20. "_nodeVersion": "5.2.0",
  21. "_npmUser": {
  22. "name": "ahmadnassri",
  23. "email": "ahmad@ahmadnassri.com"
  24. },
  25. "_npmVersion": "3.3.12",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "har-validator@~2.0.6",
  29. "scope": null,
  30. "escapedName": "har-validator",
  31. "name": "har-validator",
  32. "rawSpec": "~2.0.6",
  33. "spec": ">=2.0.6 <2.1.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/request"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz",
  40. "_shasum": "cdcbc08188265ad119b6a5a7c8ab70eecfb5d27d",
  41. "_shrinkwrap": null,
  42. "_spec": "har-validator@~2.0.6",
  43. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/request",
  44. "author": {
  45. "name": "Ahmad Nassri",
  46. "email": "ahmad@ahmadnassri.com",
  47. "url": "https://www.ahmadnassri.com/"
  48. },
  49. "bin": {
  50. "har-validator": "bin/har-validator"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/ahmadnassri/har-validator/issues"
  54. },
  55. "dependencies": {
  56. "chalk": "^1.1.1",
  57. "commander": "^2.9.0",
  58. "is-my-json-valid": "^2.12.4",
  59. "pinkie-promise": "^2.0.0"
  60. },
  61. "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
  62. "devDependencies": {
  63. "codeclimate-test-reporter": "0.2.1",
  64. "echint": "^1.5.1",
  65. "istanbul": "^0.4.2",
  66. "mocha": "^2.3.4",
  67. "require-directory": "^2.1.1",
  68. "should": "^8.1.1",
  69. "standard": "^5.4.1"
  70. },
  71. "directories": {},
  72. "dist": {
  73. "shasum": "cdcbc08188265ad119b6a5a7c8ab70eecfb5d27d",
  74. "tarball": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz"
  75. },
  76. "echint": {
  77. "ignore": [
  78. "coverage/**"
  79. ]
  80. },
  81. "engines": {
  82. "node": ">=0.10"
  83. },
  84. "files": [
  85. "bin",
  86. "lib"
  87. ],
  88. "gitHead": "92ccddad2e5d13e6e32c764e06c347d67805b211",
  89. "homepage": "https://github.com/ahmadnassri/har-validator",
  90. "keywords": [
  91. "har",
  92. "http",
  93. "archive",
  94. "validate",
  95. "validator"
  96. ],
  97. "license": "ISC",
  98. "main": "lib/index",
  99. "maintainers": [
  100. {
  101. "name": "ahmadnassri",
  102. "email": "ahmad@ahmadnassri.com"
  103. }
  104. ],
  105. "name": "har-validator",
  106. "optionalDependencies": {},
  107. "readme": "ERROR: No README data found!",
  108. "repository": {
  109. "type": "git",
  110. "url": "git+https://github.com/ahmadnassri/har-validator.git"
  111. },
  112. "scripts": {
  113. "codeclimate": "codeclimate < coverage/lcov.info",
  114. "coverage": "istanbul cover --dir coverage _mocha -- -R dot",
  115. "posttest": "npm run coverage",
  116. "pretest": "standard && echint",
  117. "test": "mocha"
  118. },
  119. "version": "2.0.6"
  120. }