package.json 2.7 KB

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