123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- {
- "_args": [
- [
- "ajv-formats@2.1.1",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_development": true,
- "_from": "ajv-formats@2.1.1",
- "_id": "ajv-formats@2.1.1",
- "_inBundle": false,
- "_integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
- "_location": "/ajv-formats",
- "_phantomChildren": {
- "fast-deep-equal": "3.1.3",
- "require-from-string": "2.0.2",
- "uri-js": "4.4.1"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "ajv-formats@2.1.1",
- "name": "ajv-formats",
- "escapedName": "ajv-formats",
- "rawSpec": "2.1.1",
- "saveSpec": null,
- "fetchSpec": "2.1.1"
- },
- "_requiredBy": [
- "/css-minimizer-webpack-plugin/schema-utils",
- "/eslint-webpack-plugin/schema-utils",
- "/mini-css-extract-plugin/schema-utils",
- "/webpack-dev-middleware/schema-utils",
- "/webpack-dev-server/schema-utils"
- ],
- "_resolved": "https://registry.npmmirror.com/ajv-formats/-/ajv-formats-2.1.1.tgz",
- "_spec": "2.1.1",
- "_where": "/Users/mac/projects/mime/mine",
- "author": {
- "name": "Evgeny Poberezkin"
- },
- "bugs": {
- "url": "https://github.com/ajv-validator/ajv-formats/issues"
- },
- "dependencies": {
- "ajv": "^8.0.0"
- },
- "description": "Format validation for Ajv v7+",
- "devDependencies": {
- "@ajv-validator/config": "^0.3.0",
- "@types/jest": "^26.0.5",
- "@types/node": "^14.10.1",
- "@typescript-eslint/eslint-plugin": "^3.7.0",
- "@typescript-eslint/parser": "^3.7.0",
- "ajv": "^8.0.0",
- "eslint": "^7.5.0",
- "eslint-config-prettier": "^6.11.0",
- "husky": "^4.2.5",
- "jest": "^26.1.0",
- "json-schema-test": "^2.0.0",
- "lint-staged": "^10.2.11",
- "prettier": "^2.3.2",
- "ts-jest": "^26.1.3",
- "typescript": "^4.0.0"
- },
- "files": [
- "src/",
- "dist/"
- ],
- "homepage": "https://github.com/ajv-validator/ajv-formats#readme",
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged && npm test"
- }
- },
- "keywords": [
- "Ajv",
- "JSON-Schema",
- "format",
- "validation"
- ],
- "license": "MIT",
- "lint-staged": {
- "*.{md,json,yaml,js,ts}": "prettier --write"
- },
- "main": "dist/index.js",
- "name": "ajv-formats",
- "peerDependencies": {
- "ajv": "^8.0.0"
- },
- "peerDependenciesMeta": {
- "ajv": {
- "optional": true
- }
- },
- "prettier": "@ajv-validator/config/prettierrc.json",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ajv-validator/ajv-formats.git"
- },
- "scripts": {
- "build": "tsc",
- "ci-test": "npm run test",
- "eslint": "eslint --ext .ts ./src/**/*",
- "prettier:check": "prettier --list-different \"./**/*.{md,json,yaml,js,ts}\"",
- "prettier:write": "prettier --write \"./**/*.{md,json,yaml,js,ts}\"",
- "test": "npm run prettier:check && npm run build && npm run eslint && npm run test-cov",
- "test-cov": "jest --coverage",
- "test-spec": "jest"
- },
- "types": "dist/index.d.ts",
- "version": "2.1.1"
- }
|