package.json 2.9 KB

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