package.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "ajv@^4.9.1",
  6. "scope": null,
  7. "escapedName": "ajv",
  8. "name": "ajv",
  9. "rawSpec": "^4.9.1",
  10. "spec": ">=4.9.1 <5.0.0",
  11. "type": "range"
  12. },
  13. "/Users/gaudenz/git/drawio/etc/electron/node_modules/har-validator"
  14. ]
  15. ],
  16. "_from": "ajv@>=4.9.1 <5.0.0",
  17. "_id": "ajv@4.11.8",
  18. "_inCache": true,
  19. "_location": "/ajv",
  20. "_nodeVersion": "4.6.1",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/ajv-4.11.8.tgz_1493407396661_0.6132844805251807"
  24. },
  25. "_npmUser": {
  26. "name": "esp",
  27. "email": "e.poberezkin@me.com"
  28. },
  29. "_npmVersion": "2.15.9",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "ajv@^4.9.1",
  33. "scope": null,
  34. "escapedName": "ajv",
  35. "name": "ajv",
  36. "rawSpec": "^4.9.1",
  37. "spec": ">=4.9.1 <5.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/har-validator"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz",
  44. "_shasum": "82ffb02b29e662ae53bdc20af15947706739c536",
  45. "_shrinkwrap": null,
  46. "_spec": "ajv@^4.9.1",
  47. "_where": "/Users/gaudenz/git/drawio/etc/electron/node_modules/har-validator",
  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. "json-stable-stringify": "^1.0.1"
  57. },
  58. "description": "Another JSON Schema Validator",
  59. "devDependencies": {
  60. "bluebird": "^3.1.5",
  61. "brfs": "^1.4.3",
  62. "browserify": "^14.1.0",
  63. "chai": "^3.5.0",
  64. "coveralls": "^2.11.4",
  65. "del-cli": "^0.2.1",
  66. "dot": "^1.0.3",
  67. "eslint": "^3.2.2",
  68. "gh-pages-generator": "^0.2.0",
  69. "glob": "^7.0.0",
  70. "if-node-version": "^1.0.0",
  71. "js-beautify": "^1.5.6",
  72. "jshint": "^2.8.0",
  73. "json-schema-test": "^1.1.1",
  74. "karma": "^1.0.0",
  75. "karma-chrome-launcher": "^2.0.0",
  76. "karma-mocha": "^1.1.1",
  77. "karma-phantomjs-launcher": "^1.0.0",
  78. "karma-sauce-launcher": "^1.1.0",
  79. "mocha": "^3.0.0",
  80. "nodent": "^3.0.17",
  81. "nyc": "^10.0.0",
  82. "phantomjs-prebuilt": "^2.1.4",
  83. "pre-commit": "^1.1.1",
  84. "regenerator": "0.9.7",
  85. "require-globify": "^1.3.0",
  86. "typescript": "^2.0.3",
  87. "uglify-js": "^2.6.1",
  88. "watch": "^1.0.0"
  89. },
  90. "directories": {},
  91. "dist": {
  92. "shasum": "82ffb02b29e662ae53bdc20af15947706739c536",
  93. "tarball": "https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz"
  94. },
  95. "files": [
  96. "lib/",
  97. "dist/",
  98. "scripts/",
  99. "LICENSE",
  100. ".tonic_example.js"
  101. ],
  102. "gitHead": "de9fad502273ade9bdcf976e418bdd5b61b14a07",
  103. "homepage": "https://github.com/epoberezkin/ajv",
  104. "keywords": [
  105. "JSON",
  106. "schema",
  107. "validator",
  108. "validation",
  109. "jsonschema",
  110. "json-schema",
  111. "json-schema-validator",
  112. "json-schema-validation"
  113. ],
  114. "license": "MIT",
  115. "main": "lib/ajv.js",
  116. "maintainers": [
  117. {
  118. "name": "blakeembrey",
  119. "email": "hello@blakeembrey.com"
  120. },
  121. {
  122. "name": "esp",
  123. "email": "e.poberezkin@me.com"
  124. }
  125. ],
  126. "name": "ajv",
  127. "nyc": {
  128. "exclude": [
  129. "**/spec/**",
  130. "node_modules"
  131. ],
  132. "reporter": [
  133. "lcov",
  134. "text-summary"
  135. ]
  136. },
  137. "optionalDependencies": {},
  138. "publishConfig": {
  139. "tag": "4.x"
  140. },
  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 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",
  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": "4.11.8",
  169. "webpack": "dist/ajv.bundle.js"
  170. }