package.json 2.7 KB

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