package.json 3.0 KB

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