package.json 3.0 KB

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