package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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.0.6",
  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. "/css-minimizer-webpack-plugin/schema-utils",
  24. "/eslint-webpack-plugin/schema-utils",
  25. "/mini-css-extract-plugin/schema-utils",
  26. "/terser-webpack-plugin/schema-utils",
  27. "/webpack-dev-middleware/schema-utils",
  28. "/webpack-dev-server/schema-utils",
  29. "/webpack/schema-utils"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/ajv-formats/-/ajv-formats-2.1.1.tgz",
  32. "_shasum": "6e669400659eb74973bbf2e33327180a0996b520",
  33. "_spec": "ajv-formats@^2.1.1",
  34. "_where": "E:\\vue_project\\el-table-column\\node_modules\\webpack\\node_modules\\schema-utils",
  35. "author": {
  36. "name": "Evgeny Poberezkin"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/ajv-validator/ajv-formats/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "ajv": "^8.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "Format validation for Ajv v7+",
  47. "devDependencies": {
  48. "@ajv-validator/config": "^0.3.0",
  49. "@types/jest": "^26.0.5",
  50. "@types/node": "^14.10.1",
  51. "@typescript-eslint/eslint-plugin": "^3.7.0",
  52. "@typescript-eslint/parser": "^3.7.0",
  53. "ajv": "^8.0.0",
  54. "eslint": "^7.5.0",
  55. "eslint-config-prettier": "^6.11.0",
  56. "husky": "^4.2.5",
  57. "jest": "^26.1.0",
  58. "json-schema-test": "^2.0.0",
  59. "lint-staged": "^10.2.11",
  60. "prettier": "^2.3.2",
  61. "ts-jest": "^26.1.3",
  62. "typescript": "^4.0.0"
  63. },
  64. "files": [
  65. "src/",
  66. "dist/"
  67. ],
  68. "homepage": "https://github.com/ajv-validator/ajv-formats#readme",
  69. "husky": {
  70. "hooks": {
  71. "pre-commit": "lint-staged && npm test"
  72. }
  73. },
  74. "keywords": [
  75. "Ajv",
  76. "JSON-Schema",
  77. "format",
  78. "validation"
  79. ],
  80. "license": "MIT",
  81. "lint-staged": {
  82. "*.{md,json,yaml,js,ts}": "prettier --write"
  83. },
  84. "main": "dist/index.js",
  85. "name": "ajv-formats",
  86. "peerDependencies": {
  87. "ajv": "^8.0.0"
  88. },
  89. "peerDependenciesMeta": {
  90. "ajv": {
  91. "optional": true
  92. }
  93. },
  94. "prettier": "@ajv-validator/config/prettierrc.json",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/ajv-validator/ajv-formats.git"
  98. },
  99. "scripts": {
  100. "build": "tsc",
  101. "ci-test": "npm run test",
  102. "eslint": "eslint --ext .ts ./src/**/*",
  103. "prettier:check": "prettier --list-different \"./**/*.{md,json,yaml,js,ts}\"",
  104. "prettier:write": "prettier --write \"./**/*.{md,json,yaml,js,ts}\"",
  105. "test": "npm run prettier:check && npm run build && npm run eslint && npm run test-cov",
  106. "test-cov": "jest --coverage",
  107. "test-spec": "jest"
  108. },
  109. "types": "dist/index.d.ts",
  110. "version": "2.1.1"
  111. }