package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "ajv-formats@2.1.0",
  3. "_id": "ajv-formats@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-USH2jBb+C/hIpwD2iRjp0pe0k+MvzG0mlSn/FIdCgQhUb9ALPRjt2KIQdfZDS9r0ZIeUAg7gOu9KL0PFqGqr5Q==",
  6. "_location": "/ajv-formats",
  7. "_phantomChildren": {
  8. "require-from-string": "2.0.2",
  9. "uri-js": "4.2.2"
  10. },
  11. "_requested": {
  12. "type": "version",
  13. "registry": true,
  14. "raw": "ajv-formats@2.1.0",
  15. "name": "ajv-formats",
  16. "escapedName": "ajv-formats",
  17. "rawSpec": "2.1.0",
  18. "saveSpec": null,
  19. "fetchSpec": "2.1.0"
  20. },
  21. "_requiredBy": [
  22. "/devextreme-schematics/@angular-devkit/core"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.0.tgz",
  25. "_shasum": "96eaf83e38d32108b66d82a9cb0cfa24886cdfeb",
  26. "_spec": "ajv-formats@2.1.0",
  27. "_where": "D:\\Thasleembanu\\Project\\Laps 2\\09-May-2023_Revathi\\BPM-UI\\node_modules\\devextreme-schematics\\node_modules\\@angular-devkit\\core",
  28. "author": {
  29. "name": "Evgeny Poberezkin"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/ajv-validator/ajv-formats/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "ajv": "^8.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Format validation for Ajv v7+",
  40. "devDependencies": {
  41. "@ajv-validator/config": "^0.3.0",
  42. "@types/jest": "^26.0.5",
  43. "@types/node": "^14.10.1",
  44. "@typescript-eslint/eslint-plugin": "^3.7.0",
  45. "@typescript-eslint/parser": "^3.7.0",
  46. "ajv": "^8.0.0",
  47. "eslint": "^7.5.0",
  48. "eslint-config-prettier": "^6.11.0",
  49. "husky": "^4.2.5",
  50. "jest": "^26.1.0",
  51. "json-schema-test": "^2.0.0",
  52. "lint-staged": "^10.2.11",
  53. "prettier": "^2.0.5",
  54. "ts-jest": "^26.1.3",
  55. "typescript": "^4.0.0"
  56. },
  57. "files": [
  58. "src/",
  59. "dist/"
  60. ],
  61. "homepage": "https://github.com/ajv-validator/ajv-formats#readme",
  62. "husky": {
  63. "hooks": {
  64. "pre-commit": "lint-staged && npm test"
  65. }
  66. },
  67. "keywords": [
  68. "Ajv",
  69. "JSON-Schema",
  70. "format",
  71. "validation"
  72. ],
  73. "license": "MIT",
  74. "lint-staged": {
  75. "*.{md,json,yaml,js,ts}": "prettier --write"
  76. },
  77. "main": "dist/index.js",
  78. "name": "ajv-formats",
  79. "peerDependencies": {
  80. "ajv": "^8.0.0"
  81. },
  82. "peerDependenciesMeta": {
  83. "ajv": {
  84. "optional": true
  85. }
  86. },
  87. "prettier": "@ajv-validator/config/prettierrc.json",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/ajv-validator/ajv-formats.git"
  91. },
  92. "scripts": {
  93. "build": "tsc",
  94. "ci-test": "npm run test",
  95. "eslint": "eslint --ext .ts ./src/**/*",
  96. "prettier:check": "prettier --list-different \"./**/*.{md,json,yaml,js,ts}\"",
  97. "prettier:write": "prettier --write \"./**/*.{md,json,yaml,js,ts}\"",
  98. "test": "npm run prettier:check && npm run build && npm run eslint && npm run test-cov",
  99. "test-cov": "jest --coverage",
  100. "test-spec": "jest"
  101. },
  102. "types": "dist/index.d.ts",
  103. "version": "2.1.0"
  104. }