package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "har-validator@2.0.6",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "har-validator@2.0.6",
  10. "_id": "har-validator@2.0.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-zcvAgYgmWtEZtqWnyKtw7s+10n0=",
  13. "_location": "/har-validator",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "har-validator@2.0.6",
  19. "name": "har-validator",
  20. "escapedName": "har-validator",
  21. "rawSpec": "2.0.6",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.6"
  24. },
  25. "_requiredBy": [
  26. "/request"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz",
  29. "_spec": "2.0.6",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Ahmad Nassri",
  33. "email": "ahmad@ahmadnassri.com",
  34. "url": "https://www.ahmadnassri.com/"
  35. },
  36. "bin": {
  37. "har-validator": "bin/har-validator"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/ahmadnassri/har-validator/issues"
  41. },
  42. "dependencies": {
  43. "chalk": "^1.1.1",
  44. "commander": "^2.9.0",
  45. "is-my-json-valid": "^2.12.4",
  46. "pinkie-promise": "^2.0.0"
  47. },
  48. "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
  49. "devDependencies": {
  50. "codeclimate-test-reporter": "0.2.1",
  51. "echint": "^1.5.1",
  52. "istanbul": "^0.4.2",
  53. "mocha": "^2.3.4",
  54. "require-directory": "^2.1.1",
  55. "should": "^8.1.1",
  56. "standard": "^5.4.1"
  57. },
  58. "echint": {
  59. "ignore": [
  60. "coverage/**"
  61. ]
  62. },
  63. "engines": {
  64. "node": ">=0.10"
  65. },
  66. "files": [
  67. "bin",
  68. "lib"
  69. ],
  70. "homepage": "https://github.com/ahmadnassri/har-validator",
  71. "keywords": [
  72. "har",
  73. "http",
  74. "archive",
  75. "validate",
  76. "validator"
  77. ],
  78. "license": "ISC",
  79. "main": "lib/index",
  80. "name": "har-validator",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/ahmadnassri/har-validator.git"
  84. },
  85. "scripts": {
  86. "codeclimate": "codeclimate < coverage/lcov.info",
  87. "coverage": "istanbul cover --dir coverage _mocha -- -R dot",
  88. "posttest": "npm run coverage",
  89. "pretest": "standard && echint",
  90. "test": "mocha"
  91. },
  92. "version": "2.0.6"
  93. }