package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "ajv-keywords@3.4.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "ajv-keywords@3.4.1",
  9. "_id": "ajv-keywords@3.4.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ==",
  12. "_location": "/ajv-keywords",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ajv-keywords@3.4.1",
  18. "name": "ajv-keywords",
  19. "escapedName": "ajv-keywords",
  20. "rawSpec": "3.4.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.4.1"
  23. },
  24. "_requiredBy": [
  25. "/file-loader/schema-utils",
  26. "/raw-loader/schema-utils",
  27. "/schema-utils",
  28. "/style-loader/schema-utils",
  29. "/webpack"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.4.1.tgz",
  32. "_spec": "3.4.1",
  33. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  34. "author": {
  35. "name": "Evgeny Poberezkin"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/epoberezkin/ajv-keywords/issues"
  39. },
  40. "description": "Custom JSON-Schema keywords for Ajv validator",
  41. "devDependencies": {
  42. "ajv": "^6.9.1",
  43. "ajv-pack": "^0.3.0",
  44. "chai": "^4.2.0",
  45. "coveralls": "^3.0.2",
  46. "dot": "^1.1.1",
  47. "eslint": "^6.0.0",
  48. "glob": "^7.1.3",
  49. "istanbul": "^0.4.3",
  50. "js-beautify": "^1.8.9",
  51. "json-schema-test": "^2.0.0",
  52. "mocha": "^6.0.0",
  53. "pre-commit": "^1.1.3",
  54. "uuid": "^3.3.2"
  55. },
  56. "files": [
  57. "index.js",
  58. "keywords"
  59. ],
  60. "homepage": "https://github.com/epoberezkin/ajv-keywords#readme",
  61. "keywords": [
  62. "JSON-Schema",
  63. "ajv",
  64. "keywords"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "ajv-keywords",
  69. "peerDependencies": {
  70. "ajv": "^6.9.1"
  71. },
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/epoberezkin/ajv-keywords.git"
  75. },
  76. "scripts": {
  77. "build": "node node_modules/ajv/scripts/compile-dots.js node_modules/ajv/lib keywords",
  78. "eslint": "eslint index.js keywords/*.js spec",
  79. "prepublish": "npm run build",
  80. "test": "npm run build && npm run eslint && npm run test-cov",
  81. "test-cov": "istanbul cover -x 'spec/**' node_modules/mocha/bin/_mocha -- spec/*.spec.js -R spec",
  82. "test-spec": "mocha spec/*.spec.js -R spec"
  83. },
  84. "version": "3.4.1"
  85. }