package.json 3.0 KB

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