| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- {
- "_from": "ajv@^8.9.0",
- "_id": "ajv@8.12.0",
- "_inBundle": false,
- "_integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
- "_location": "/css-minimizer-webpack-plugin/ajv",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "ajv@^8.9.0",
- "name": "ajv",
- "escapedName": "ajv",
- "rawSpec": "^8.9.0",
- "saveSpec": null,
- "fetchSpec": "^8.9.0"
- },
- "_requiredBy": [
- "/css-minimizer-webpack-plugin/schema-utils"
- ],
- "_resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
- "_shasum": "d1a0527323e22f53562c567c00991577dfbe19d1",
- "_spec": "ajv@^8.9.0",
- "_where": "E:\\2023\\5\\myjadmin\\node_modules\\css-minimizer-webpack-plugin\\node_modules\\schema-utils",
- "author": {
- "name": "Evgeny Poberezkin"
- },
- "bugs": {
- "url": "https://github.com/ajv-validator/ajv/issues"
- },
- "bundleDependencies": false,
- "collective": {
- "type": "opencollective",
- "url": "https://opencollective.com/ajv"
- },
- "dependencies": {
- "fast-deep-equal": "^3.1.1",
- "json-schema-traverse": "^1.0.0",
- "require-from-string": "^2.0.2",
- "uri-js": "^4.2.2"
- },
- "deprecated": false,
- "description": "Another JSON Schema Validator",
- "devDependencies": {
- "@ajv-validator/config": "^0.3.0",
- "@rollup/plugin-commonjs": "^24.0.0",
- "@rollup/plugin-json": "^6.0.0",
- "@rollup/plugin-node-resolve": "^15.0.1",
- "@rollup/plugin-typescript": "^10.0.1",
- "@types/chai": "^4.2.12",
- "@types/mocha": "^10.0.0",
- "@types/node": "^18.11.9",
- "@types/require-from-string": "^1.2.0",
- "@typescript-eslint/eslint-plugin": "^3.8.0",
- "@typescript-eslint/parser": "^3.8.0",
- "ajv-formats": "^3.0.0-rc.0",
- "browserify": "^17.0.0",
- "chai": "^4.0.1",
- "cross-env": "^7.0.2",
- "dayjs": "^1.10.4",
- "dayjs-plugin-utc": "^0.1.2",
- "eslint": "^7.8.1",
- "eslint-config-prettier": "^7.0.0",
- "fast-uri": "^2.1.0",
- "glob": "^8.0.2",
- "husky": "^8.0.2",
- "if-node-version": "^1.0.0",
- "jimp": "^0.16.1",
- "js-beautify": "^1.7.3",
- "json-schema-test": "^2.0.0",
- "karma": "^6.0.0",
- "karma-chrome-launcher": "^3.0.0",
- "karma-mocha": "^2.0.0",
- "lint-staged": "^13.0.3",
- "mocha": "^10.0.0",
- "module-from-string": "^3.1.3",
- "node-fetch": "^3.0.0",
- "nyc": "^15.0.0",
- "prettier": "^2.3.1",
- "re2": "^1.16.0",
- "rollup": "^2.44.0",
- "rollup-plugin-terser": "^7.0.2",
- "ts-node": "^10.0.0",
- "tsify": "^5.0.2",
- "typescript": "^4.8.0"
- },
- "files": [
- "lib/",
- "dist/",
- ".runkit_example.js"
- ],
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/epoberezkin"
- },
- "homepage": "https://ajv.js.org",
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged && npm test"
- }
- },
- "keywords": [
- "JSON",
- "schema",
- "validator",
- "validation",
- "jsonschema",
- "json-schema",
- "json-schema-validator",
- "json-schema-validation"
- ],
- "license": "MIT",
- "lint-staged": {
- "*.{json,yaml,js,ts}": "prettier --write"
- },
- "main": "dist/ajv.js",
- "name": "ajv",
- "nyc": {
- "exclude": [
- "**/spec/**",
- "node_modules"
- ],
- "reporter": [
- "lcov",
- "text-summary"
- ]
- },
- "prettier": "@ajv-validator/config/prettierrc.json",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ajv-validator/ajv.git"
- },
- "runkitExampleFilename": ".runkit_example.js",
- "scripts": {
- "benchmark": "npm i && npm run build && npm link && cd ./benchmark && npm link --legacy-peer-deps ajv && npm i && node ./jtd",
- "build": "rm -rf dist && tsc && cp -r lib/refs dist && rm dist/refs/json-schema-2019-09/index.ts && rm dist/refs/json-schema-2020-12/index.ts && rm dist/refs/jtd-schema.ts",
- "bundle": "rm -rf bundle && node ./scripts/bundle.js ajv ajv7 ajv7 && node ./scripts/bundle.js 2019 ajv2019 ajv2019 && node ./scripts/bundle.js 2020 ajv2020 ajv2020 && node ./scripts/bundle.js jtd ajvJTD ajvJTD",
- "docs:build": "./scripts/prepare-site && vuepress build docs",
- "docs:dev": "./scripts/prepare-site && vuepress dev docs",
- "eslint": "eslint \"lib/**/*.ts\" \"spec/**/*.*s\" --ignore-pattern spec/JSON-Schema-Test-Suite",
- "json-tests": "rm -rf spec/_json/*.js && node scripts/jsontests",
- "prepublish": "npm run build",
- "prettier:check": "prettier --list-different \"./**/*.{json,yaml,js,ts}\"",
- "prettier:write": "prettier --write \"./**/*.{json,yaml,js,ts}\"",
- "rollup": "rm -rf bundle && rollup -c",
- "test": "npm run json-tests && npm run prettier:check && npm run eslint && npm link && npm link --legacy-peer-deps ajv && npm run test-cov",
- "test-all": "npm run test-cov && if-node-version 12 npm run test-browser",
- "test-browser": "rm -rf .browser && npm run bundle && scripts/prepare-tests && karma start",
- "test-ci": "AJV_FULL_TEST=true npm test",
- "test-codegen": "nyc cross-env TS_NODE_PROJECT=spec/tsconfig.json mocha -r ts-node/register 'spec/codegen.spec.ts' -R spec",
- "test-cov": "nyc npm run test-spec",
- "test-debug": "npm run test-spec -- --inspect-brk",
- "test-karma": "karma start",
- "test-spec": "cross-env TS_NODE_PROJECT=spec/tsconfig.json mocha -r ts-node/register \"spec/**/*.spec.{ts,js}\" -R dot"
- },
- "types": "dist/ajv.d.ts",
- "version": "8.12.0"
- }
|