package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "ajv-formats@2.1.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "ajv-formats@2.1.1",
  9. "_id": "ajv-formats@2.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
  12. "_location": "/ajv-formats",
  13. "_phantomChildren": {
  14. "fast-deep-equal": "3.1.3",
  15. "require-from-string": "2.0.2",
  16. "uri-js": "4.2.2"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "ajv-formats@2.1.1",
  22. "name": "ajv-formats",
  23. "escapedName": "ajv-formats",
  24. "rawSpec": "2.1.1",
  25. "saveSpec": null,
  26. "fetchSpec": "2.1.1"
  27. },
  28. "_requiredBy": [
  29. "/vue-puzzle-vcode/schema-utils"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
  32. "_spec": "2.1.1",
  33. "_where": "E:\\item\\newItem\\admin",
  34. "author": {
  35. "name": "Evgeny Poberezkin"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/ajv-validator/ajv-formats/issues"
  39. },
  40. "dependencies": {
  41. "ajv": "^8.0.0"
  42. },
  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. }