Files
Arbitrate-FrontendH5/node_modules/ajv-formats/package.json
T

114 lines
3.0 KiB
JSON
Raw Normal View History

2024-01-18 10:46:33 +08:00
{
2024-04-08 16:23:29 +08:00
"_args": [
[
"ajv-formats@2.1.1",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
2024-01-18 10:46:33 +08:00
],
2024-04-08 16:23:29 +08:00
"_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"
2024-01-18 10:46:33 +08:00
},
2024-04-08 16:23:29 +08:00
"_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"
2024-01-18 10:46:33 +08:00
},
2024-04-08 16:23:29 +08:00
"_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"
2024-01-18 10:46:33 +08:00
],
2024-04-08 16:23:29 +08:00
"_resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
"_spec": "2.1.1",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Evgeny Poberezkin"
},
2024-01-18 10:46:33 +08:00
"bugs": {
"url": "https://github.com/ajv-validator/ajv-formats/issues"
},
"dependencies": {
"ajv": "^8.0.0"
},
2024-04-08 16:23:29 +08:00
"description": "Format validation for Ajv v7+",
2024-01-18 10:46:33 +08:00
"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"
},
2024-04-08 16:23:29 +08:00
"files": [
"src/",
"dist/"
],
"homepage": "https://github.com/ajv-validator/ajv-formats#readme",
2024-01-18 10:46:33 +08:00
"husky": {
"hooks": {
"pre-commit": "lint-staged && npm test"
}
},
2024-04-08 16:23:29 +08:00
"keywords": [
"Ajv",
"JSON-Schema",
"format",
"validation"
],
"license": "MIT",
2024-01-18 10:46:33 +08:00
"lint-staged": {
"*.{md,json,yaml,js,ts}": "prettier --write"
2024-04-08 16:23:29 +08:00
},
"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"
2024-01-18 10:46:33 +08:00
}