package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "har-validator@~4.2.1",
  6. "scope": null,
  7. "escapedName": "har-validator",
  8. "name": "har-validator",
  9. "rawSpec": "~4.2.1",
  10. "spec": ">=4.2.1 <4.3.0",
  11. "type": "range"
  12. },
  13. "/Users/gaudenz/git/drawio/etc/electron/node_modules/request"
  14. ]
  15. ],
  16. "_from": "har-validator@>=4.2.1 <4.3.0",
  17. "_id": "har-validator@4.2.1",
  18. "_inCache": true,
  19. "_location": "/har-validator",
  20. "_nodeVersion": "4.8.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/har-validator-4.2.1.tgz_1488636538686_0.5101928301155567"
  24. },
  25. "_npmUser": {
  26. "name": "ahmadnassri",
  27. "email": "ahmad@ahmadnassri.com"
  28. },
  29. "_npmVersion": "2.15.11",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "har-validator@~4.2.1",
  33. "scope": null,
  34. "escapedName": "har-validator",
  35. "name": "har-validator",
  36. "rawSpec": "~4.2.1",
  37. "spec": ">=4.2.1 <4.3.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/request"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz",
  44. "_shasum": "33481d0f1bbff600dd203d75812a6a5fba002e2a",
  45. "_shrinkwrap": null,
  46. "_spec": "har-validator@~4.2.1",
  47. "_where": "/Users/gaudenz/git/drawio/etc/electron/node_modules/request",
  48. "author": {
  49. "name": "Ahmad Nassri",
  50. "email": "ahmad@ahmadnassri.com",
  51. "url": "https://www.ahmadnassri.com/"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/ahmadnassri/har-validator/issues"
  55. },
  56. "config": {
  57. "commitizen": {
  58. "path": "./node_modules/cz-conventional-changelog"
  59. }
  60. },
  61. "dependencies": {
  62. "ajv": "^4.9.1",
  63. "har-schema": "^1.0.5"
  64. },
  65. "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
  66. "devDependencies": {
  67. "babel-cli": "^6.18.0",
  68. "babel-plugin-add-module-exports": "^0.2.1",
  69. "babel-preset-env": "1.1.10",
  70. "babel-register": "^6.18.0",
  71. "codeclimate-test-reporter": "^0.4.0",
  72. "cz-conventional-changelog": "^1.2.0",
  73. "echint": "^4.0.1",
  74. "semantic-release": "^6.3.2",
  75. "snazzy": "^6.0.0",
  76. "tap": "^10.0.0"
  77. },
  78. "directories": {},
  79. "dist": {
  80. "shasum": "33481d0f1bbff600dd203d75812a6a5fba002e2a",
  81. "tarball": "https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz"
  82. },
  83. "echint": {
  84. "ignore": [
  85. "lib/**"
  86. ]
  87. },
  88. "engines": {
  89. "node": ">=4"
  90. },
  91. "files": [
  92. "lib",
  93. "src"
  94. ],
  95. "gitHead": "06cb69e2da150de1643bfe511f0374f23b7a5b11",
  96. "homepage": "https://github.com/ahmadnassri/har-validator",
  97. "keywords": [
  98. "har",
  99. "cli",
  100. "ajv",
  101. "http",
  102. "archive",
  103. "validate",
  104. "validator"
  105. ],
  106. "license": "ISC",
  107. "main": "lib/node4/promise.js",
  108. "maintainers": [
  109. {
  110. "name": "ahmadnassri",
  111. "email": "ahmad@ahmadnassri.com"
  112. }
  113. ],
  114. "name": "har-validator",
  115. "optionalDependencies": {},
  116. "readme": "ERROR: No README data found!",
  117. "repository": {
  118. "type": "git",
  119. "url": "git+https://github.com/ahmadnassri/har-validator.git"
  120. },
  121. "scripts": {
  122. "codeclimate": "BABEL_ENV=test tap --coverage-report=text-lcov | codeclimate-test-reporter",
  123. "compile": "babel -q src",
  124. "coverage": "BABEL_ENV=test tap test --reporter silent --coverage --nyc-arg=--require --nyc-arg=babel-register",
  125. "pretest": "snazzy && echint",
  126. "semantic-release": "semantic-release pre && npm publish && semantic-release post",
  127. "test": "BABEL_ENV=test tap test --reporter spec --node-arg=--require --node-arg=babel-register",
  128. "test-one": "BABEL_ENV=test tap --reporter spec --node-arg=--require --node-arg=babel-register"
  129. },
  130. "standard": {
  131. "ignore": [
  132. "lib/**"
  133. ]
  134. },
  135. "version": "4.2.1"
  136. }