UI for Zipcoin Blue

package.json 4.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "ajv@^5.1.5",
  6. "scope": null,
  7. "escapedName": "ajv",
  8. "name": "ajv",
  9. "rawSpec": "^5.1.5",
  10. "spec": ">=5.1.5 <6.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/webpack"
  14. ]
  15. ],
  16. "_from": "ajv@>=5.1.5 <6.0.0",
  17. "_id": "ajv@5.5.2",
  18. "_inCache": true,
  19. "_location": "/ajv",
  20. "_nodeVersion": "6.9.1",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/ajv-5.5.2.tgz_1513456518424_0.9640620034188032"
  24. },
  25. "_npmUser": {
  26. "name": "esp",
  27. "email": "e.poberezkin@me.com"
  28. },
  29. "_npmVersion": "3.10.8",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "ajv@^5.1.5",
  33. "scope": null,
  34. "escapedName": "ajv",
  35. "name": "ajv",
  36. "rawSpec": "^5.1.5",
  37. "spec": ">=5.1.5 <6.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/webpack"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz",
  44. "_shasum": "73b5eeca3fab653e3d3f9422b341ad42205dc965",
  45. "_shrinkwrap": null,
  46. "_spec": "ajv@^5.1.5",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/webpack",
  48. "author": {
  49. "name": "Evgeny Poberezkin"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/epoberezkin/ajv/issues"
  53. },
  54. "dependencies": {
  55. "co": "^4.6.0",
  56. "fast-deep-equal": "^1.0.0",
  57. "fast-json-stable-stringify": "^2.0.0",
  58. "json-schema-traverse": "^0.3.0"
  59. },
  60. "description": "Another JSON Schema Validator",
  61. "devDependencies": {
  62. "ajv-async": "^0.1.0",
  63. "bluebird": "^3.1.5",
  64. "brfs": "^1.4.3",
  65. "browserify": "^14.1.0",
  66. "chai": "^4.0.1",
  67. "coveralls": "^3.0.0",
  68. "del-cli": "^1.1.0",
  69. "dot": "^1.0.3",
  70. "eslint": "^4.1.0",
  71. "gh-pages-generator": "^0.2.0",
  72. "glob": "^7.0.0",
  73. "if-node-version": "^1.0.0",
  74. "js-beautify": "^1.7.3",
  75. "jshint": "^2.9.4",
  76. "json-schema-test": "^2.0.0",
  77. "karma": "^1.0.0",
  78. "karma-chrome-launcher": "^2.0.0",
  79. "karma-mocha": "^1.1.1",
  80. "karma-phantomjs-launcher": "^1.0.0",
  81. "karma-sauce-launcher": "^1.1.0",
  82. "mocha": "^4.0.0",
  83. "nodent": "^3.0.17",
  84. "nyc": "^11.0.2",
  85. "phantomjs-prebuilt": "^2.1.4",
  86. "pre-commit": "^1.1.1",
  87. "regenerator": "^0.12.2",
  88. "require-globify": "^1.3.0",
  89. "typescript": "^2.6.2",
  90. "uglify-js": "^3.1.5",
  91. "watch": "^1.0.0"
  92. },
  93. "directories": {},
  94. "dist": {
  95. "shasum": "73b5eeca3fab653e3d3f9422b341ad42205dc965",
  96. "tarball": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz"
  97. },
  98. "files": [
  99. "lib/",
  100. "dist/",
  101. "scripts/",
  102. "LICENSE",
  103. ".tonic_example.js"
  104. ],
  105. "gitHead": "cecd4ecca66abee0441a8277c647856b09454f82",
  106. "homepage": "https://github.com/epoberezkin/ajv",
  107. "keywords": [
  108. "JSON",
  109. "schema",
  110. "validator",
  111. "validation",
  112. "jsonschema",
  113. "json-schema",
  114. "json-schema-validator",
  115. "json-schema-validation"
  116. ],
  117. "license": "MIT",
  118. "main": "lib/ajv.js",
  119. "maintainers": [
  120. {
  121. "name": "blakeembrey",
  122. "email": "hello@blakeembrey.com"
  123. },
  124. {
  125. "name": "esp",
  126. "email": "e.poberezkin@me.com"
  127. }
  128. ],
  129. "name": "ajv",
  130. "nyc": {
  131. "exclude": [
  132. "**/spec/**",
  133. "node_modules"
  134. ],
  135. "reporter": [
  136. "lcov",
  137. "text-summary"
  138. ]
  139. },
  140. "optionalDependencies": {},
  141. "readme": "ERROR: No README data found!",
  142. "repository": {
  143. "type": "git",
  144. "url": "git+https://github.com/epoberezkin/ajv.git"
  145. },
  146. "scripts": {
  147. "build": "del-cli lib/dotjs/*.js && node scripts/compile-dots.js",
  148. "bundle": "node ./scripts/bundle.js . Ajv pure_getters",
  149. "bundle-all": "del-cli dist && npm run bundle && npm run bundle-regenerator && npm run bundle-nodent",
  150. "bundle-beautify": "node ./scripts/bundle.js js-beautify",
  151. "bundle-nodent": "node ./scripts/bundle.js nodent",
  152. "bundle-regenerator": "node ./scripts/bundle.js regenerator",
  153. "eslint": "if-node-version \">=4\" eslint lib/*.js lib/compile/*.js spec/*.js scripts",
  154. "jshint": "jshint lib/*.js lib/**/*.js --exclude lib/dotjs/**/*",
  155. "prepublish": "npm run build && npm run bundle-all",
  156. "test": "npm run jshint && npm run eslint && npm run test-ts && npm run build && npm run test-cov && if-node-version 4 npm run test-browser",
  157. "test-browser": "del-cli .browser && npm run bundle-all && scripts/prepare-tests && npm run test-karma",
  158. "test-cov": "nyc npm run test-spec",
  159. "test-debug": "mocha spec/*.spec.js --debug-brk -R spec",
  160. "test-fast": "AJV_FAST_TEST=true npm run test-spec",
  161. "test-karma": "karma start --single-run --browsers PhantomJS",
  162. "test-spec": "mocha spec/*.spec.js -R spec $(if-node-version 7 echo --harmony-async-await)",
  163. "test-ts": "tsc --target ES5 --noImplicitAny lib/ajv.d.ts",
  164. "watch": "watch 'npm run build' ./lib/dot"
  165. },
  166. "tonicExampleFilename": ".tonic_example.js",
  167. "typings": "lib/ajv.d.ts",
  168. "version": "5.5.2"
  169. }