UI for Zipcoin Blue

package.json 3.0KB

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