Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

139 rindas
3.8 KiB

pirms 4 gadiem
  1. {
  2. "_args": [
  3. [
  4. "ajv@6.12.6",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ajv@6.12.6",
  10. "_id": "ajv@6.12.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  13. "_location": "/ajv",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ajv@6.12.6",
  19. "name": "ajv",
  20. "escapedName": "ajv",
  21. "rawSpec": "6.12.6",
  22. "saveSpec": null,
  23. "fetchSpec": "6.12.6"
  24. },
  25. "_requiredBy": [
  26. "/@eslint/eslintrc",
  27. "/eslint",
  28. "/table"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  31. "_spec": "6.12.6",
  32. "_where": "/home/ubuntu/etherpad-lite",
  33. "author": {
  34. "name": "Evgeny Poberezkin"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/ajv-validator/ajv/issues"
  38. },
  39. "collective": {
  40. "type": "opencollective",
  41. "url": "https://opencollective.com/ajv"
  42. },
  43. "dependencies": {
  44. "fast-deep-equal": "^3.1.1",
  45. "fast-json-stable-stringify": "^2.0.0",
  46. "json-schema-traverse": "^0.4.1",
  47. "uri-js": "^4.2.2"
  48. },
  49. "description": "Another JSON Schema Validator",
  50. "devDependencies": {
  51. "ajv-async": "^1.0.0",
  52. "bluebird": "^3.5.3",
  53. "brfs": "^2.0.0",
  54. "browserify": "^16.2.0",
  55. "chai": "^4.0.1",
  56. "coveralls": "^3.0.1",
  57. "del-cli": "^3.0.0",
  58. "dot": "^1.0.3",
  59. "eslint": "^7.3.1",
  60. "gh-pages-generator": "^0.2.3",
  61. "glob": "^7.0.0",
  62. "if-node-version": "^1.0.0",
  63. "js-beautify": "^1.7.3",
  64. "jshint": "^2.10.2",
  65. "json-schema-test": "^2.0.0",
  66. "karma": "^5.0.0",
  67. "karma-chrome-launcher": "^3.0.0",
  68. "karma-mocha": "^2.0.0",
  69. "karma-sauce-launcher": "^4.1.3",
  70. "mocha": "^8.0.1",
  71. "nyc": "^15.0.0",
  72. "pre-commit": "^1.1.1",
  73. "require-globify": "^1.3.0",
  74. "typescript": "^3.9.5",
  75. "uglify-js": "^3.6.9",
  76. "watch": "^1.0.0"
  77. },
  78. "files": [
  79. "lib/",
  80. "dist/",
  81. "scripts/",
  82. "LICENSE",
  83. ".tonic_example.js"
  84. ],
  85. "funding": {
  86. "type": "github",
  87. "url": "https://github.com/sponsors/epoberezkin"
  88. },
  89. "homepage": "https://github.com/ajv-validator/ajv",
  90. "keywords": [
  91. "JSON",
  92. "schema",
  93. "validator",
  94. "validation",
  95. "jsonschema",
  96. "json-schema",
  97. "json-schema-validator",
  98. "json-schema-validation"
  99. ],
  100. "license": "MIT",
  101. "main": "lib/ajv.js",
  102. "name": "ajv",
  103. "nyc": {
  104. "exclude": [
  105. "**/spec/**",
  106. "node_modules"
  107. ],
  108. "reporter": [
  109. "lcov",
  110. "text-summary"
  111. ]
  112. },
  113. "repository": {
  114. "type": "git",
  115. "url": "git+https://github.com/ajv-validator/ajv.git"
  116. },
  117. "scripts": {
  118. "build": "del-cli lib/dotjs/*.js \"!lib/dotjs/index.js\" && node scripts/compile-dots.js",
  119. "bundle": "del-cli dist && node ./scripts/bundle.js . Ajv pure_getters",
  120. "bundle-beautify": "node ./scripts/bundle.js js-beautify",
  121. "eslint": "eslint lib/{compile/,}*.js spec/{**/,}*.js scripts --ignore-pattern spec/JSON-Schema-Test-Suite",
  122. "jshint": "jshint lib/{compile/,}*.js",
  123. "lint": "npm run jshint && npm run eslint",
  124. "prepublish": "npm run build && npm run bundle",
  125. "test": "npm run lint && npm run build && npm run test-all",
  126. "test-all": "npm run test-cov && if-node-version 10 npm run test-browser",
  127. "test-browser": "del-cli .browser && npm run bundle && scripts/prepare-tests && npm run test-karma",
  128. "test-cov": "nyc npm run test-spec",
  129. "test-debug": "npm run test-spec -- --inspect-brk",
  130. "test-fast": "AJV_FAST_TEST=true npm run test-spec",
  131. "test-karma": "karma start",
  132. "test-spec": "mocha spec/{**/,}*.spec.js -R spec",
  133. "test-ts": "tsc --target ES5 --noImplicitAny --noEmit spec/typescript/index.ts",
  134. "watch": "watch \"npm run build\" ./lib/dot"
  135. },
  136. "tonicExampleFilename": ".tonic_example.js",
  137. "typings": "lib/ajv.d.ts",
  138. "version": "6.12.6"
  139. }