package.json 3.6 KB

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