Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_from": "ajv@^6.5.3",
  3. "_id": "ajv@6.5.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7q7gtRQDJSyuEHjuVgHoUa2VuemFiCMrfQc9Tc08XTAc4Zj/5U1buQJ0HU6i7fKjXU09SVgSmxa4sLvuvS8Iyg==",
  6. "_location": "/ajv",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ajv@^6.5.3",
  12. "name": "ajv",
  13. "escapedName": "ajv",
  14. "rawSpec": "^6.5.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.5.3"
  17. },
  18. "_requiredBy": [
  19. "/eslint",
  20. "/table"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/ajv/-/ajv-6.5.5.tgz",
  23. "_shasum": "cf97cdade71c6399a92c6d6c4177381291b781a1",
  24. "_spec": "ajv@^6.5.3",
  25. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/eslint",
  26. "author": {
  27. "name": "Evgeny Poberezkin"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/epoberezkin/ajv/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "fast-deep-equal": "^2.0.1",
  35. "fast-json-stable-stringify": "^2.0.0",
  36. "json-schema-traverse": "^0.4.1",
  37. "uri-js": "^4.2.2"
  38. },
  39. "deprecated": false,
  40. "description": "Another JSON Schema Validator",
  41. "devDependencies": {
  42. "ajv-async": "^1.0.0",
  43. "bluebird": "3.5.1",
  44. "brfs": "^2.0.0",
  45. "browserify": "^16.2.0",
  46. "chai": "^4.0.1",
  47. "coveralls": "^3.0.1",
  48. "del-cli": "^1.1.0",
  49. "dot": "^1.0.3",
  50. "eslint": "^5.0.0",
  51. "gh-pages-generator": "^0.2.3",
  52. "glob": "^7.0.0",
  53. "if-node-version": "^1.0.0",
  54. "js-beautify": "^1.7.3",
  55. "jshint": "^2.9.4",
  56. "json-schema-test": "^2.0.0",
  57. "karma": "^3.0.0",
  58. "karma-chrome-launcher": "^2.2.0",
  59. "karma-mocha": "^1.1.1",
  60. "karma-sauce-launcher": "^1.1.0",
  61. "mocha": "^5.1.1",
  62. "nyc": "^12.0.1",
  63. "pre-commit": "^1.1.1",
  64. "require-globify": "^1.3.0",
  65. "typescript": "^2.8.3",
  66. "uglify-js": "^3.3.24",
  67. "watch": "^1.0.0"
  68. },
  69. "files": [
  70. "lib/",
  71. "dist/",
  72. "scripts/",
  73. "LICENSE",
  74. ".tonic_example.js"
  75. ],
  76. "homepage": "https://github.com/epoberezkin/ajv",
  77. "keywords": [
  78. "JSON",
  79. "schema",
  80. "validator",
  81. "validation",
  82. "jsonschema",
  83. "json-schema",
  84. "json-schema-validator",
  85. "json-schema-validation"
  86. ],
  87. "license": "MIT",
  88. "main": "lib/ajv.js",
  89. "name": "ajv",
  90. "nyc": {
  91. "exclude": [
  92. "**/spec/**",
  93. "node_modules"
  94. ],
  95. "reporter": [
  96. "lcov",
  97. "text-summary"
  98. ]
  99. },
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/epoberezkin/ajv.git"
  103. },
  104. "scripts": {
  105. "build": "del-cli lib/dotjs/*.js '!lib/dotjs/index.js' && node scripts/compile-dots.js",
  106. "bundle": "del-cli dist && node ./scripts/bundle.js . Ajv pure_getters",
  107. "bundle-beautify": "node ./scripts/bundle.js js-beautify",
  108. "eslint": "eslint lib/*.js lib/compile/*.js spec/*.js scripts",
  109. "jshint": "jshint lib/*.js lib/**/*.js --exclude lib/dotjs/**/*",
  110. "prepublish": "npm run build && npm run bundle",
  111. "test": "npm run jshint && npm run eslint && npm run test-ts && npm run build && npm run test-cov && if-node-version 8 npm run test-browser",
  112. "test-browser": "del-cli .browser && npm run bundle && scripts/prepare-tests && npm run test-karma",
  113. "test-cov": "nyc npm run test-spec",
  114. "test-debug": "mocha spec/*.spec.js --debug-brk -R spec",
  115. "test-fast": "AJV_FAST_TEST=true npm run test-spec",
  116. "test-karma": "karma start",
  117. "test-spec": "mocha spec/*.spec.js -R spec",
  118. "test-ts": "tsc --target ES5 --noImplicitAny lib/ajv.d.ts",
  119. "watch": "watch 'npm run build' ./lib/dot"
  120. },
  121. "tonicExampleFilename": ".tonic_example.js",
  122. "typings": "lib/ajv.d.ts",
  123. "version": "6.5.5"
  124. }