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