{ "_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": "range", "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": [ "/webpack-dev-middleware/schema-utils", "/webpack-dev-server/schema-utils" ], "_resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", "_shasum": "6e669400659eb74973bbf2e33327180a0996b520", "_spec": "ajv-formats@^2.1.1", "_where": "C:\\laragon\\www\\idlers\\node_modules\\webpack-dev-server\\node_modules\\schema-utils", "author": { "name": "Evgeny Poberezkin" }, "bugs": { "url": "https://github.com/ajv-validator/ajv-formats/issues" }, "bundleDependencies": false, "dependencies": { "ajv": "^8.0.0" }, "deprecated": false, "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" }