1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "ajv@8.6.2",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "ajv@8.6.2",
|
---|
10 | "_id": "ajv@8.6.2",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w==",
|
---|
13 | "_location": "/ajv",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "ajv@8.6.2",
|
---|
19 | "name": "ajv",
|
---|
20 | "escapedName": "ajv",
|
---|
21 | "rawSpec": "8.6.2",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "8.6.2"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/@angular-devkit/core",
|
---|
27 | "/ajv-formats"
|
---|
28 | ],
|
---|
29 | "_resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.2.tgz",
|
---|
30 | "_spec": "8.6.2",
|
---|
31 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
32 | "author": {
|
---|
33 | "name": "Evgeny Poberezkin"
|
---|
34 | },
|
---|
35 | "bugs": {
|
---|
36 | "url": "https://github.com/ajv-validator/ajv/issues"
|
---|
37 | },
|
---|
38 | "collective": {
|
---|
39 | "type": "opencollective",
|
---|
40 | "url": "https://opencollective.com/ajv"
|
---|
41 | },
|
---|
42 | "dependencies": {
|
---|
43 | "fast-deep-equal": "^3.1.1",
|
---|
44 | "json-schema-traverse": "^1.0.0",
|
---|
45 | "require-from-string": "^2.0.2",
|
---|
46 | "uri-js": "^4.2.2"
|
---|
47 | },
|
---|
48 | "description": "Another JSON Schema Validator",
|
---|
49 | "devDependencies": {
|
---|
50 | "@ajv-validator/config": "^0.3.0",
|
---|
51 | "@rollup/plugin-commonjs": "^19.0.0",
|
---|
52 | "@rollup/plugin-json": "^4.1.0",
|
---|
53 | "@rollup/plugin-node-resolve": "^13.0.0",
|
---|
54 | "@rollup/plugin-typescript": "^8.2.1",
|
---|
55 | "@types/chai": "^4.2.12",
|
---|
56 | "@types/mocha": "^8.0.3",
|
---|
57 | "@types/node": "^16.3.2",
|
---|
58 | "@types/require-from-string": "^1.2.0",
|
---|
59 | "@typescript-eslint/eslint-plugin": "^3.8.0",
|
---|
60 | "@typescript-eslint/parser": "^3.8.0",
|
---|
61 | "@vuepress/shared-utils": "^1.8.2",
|
---|
62 | "ajv-formats": "^2.0.0",
|
---|
63 | "chai": "^4.0.1",
|
---|
64 | "cross-env": "^7.0.2",
|
---|
65 | "dayjs": "^1.10.4",
|
---|
66 | "dayjs-plugin-utc": "^0.1.2",
|
---|
67 | "eslint": "^7.8.1",
|
---|
68 | "eslint-config-prettier": "^7.0.0",
|
---|
69 | "glob": "^7.0.0",
|
---|
70 | "husky": "^7.0.1",
|
---|
71 | "if-node-version": "^1.0.0",
|
---|
72 | "jimp": "^0.16.1",
|
---|
73 | "js-beautify": "^1.7.3",
|
---|
74 | "json-schema-test": "^2.0.0",
|
---|
75 | "karma": "^6.0.0",
|
---|
76 | "karma-chrome-launcher": "^3.0.0",
|
---|
77 | "karma-mocha": "^2.0.0",
|
---|
78 | "lint-staged": "^11.0.0",
|
---|
79 | "mocha": "^8.0.1",
|
---|
80 | "node-fetch": "^2.6.1",
|
---|
81 | "nyc": "^15.0.0",
|
---|
82 | "prettier": "^2.3.1",
|
---|
83 | "rollup": "^2.44.0",
|
---|
84 | "rollup-plugin-terser": "^7.0.2",
|
---|
85 | "ts-node": "^10.0.0",
|
---|
86 | "tsify": "^5.0.2",
|
---|
87 | "typescript": "^4.2.0",
|
---|
88 | "vuepress": "^1.8.2"
|
---|
89 | },
|
---|
90 | "files": [
|
---|
91 | "lib/",
|
---|
92 | "dist/",
|
---|
93 | ".runkit_example.js"
|
---|
94 | ],
|
---|
95 | "funding": {
|
---|
96 | "type": "github",
|
---|
97 | "url": "https://github.com/sponsors/epoberezkin"
|
---|
98 | },
|
---|
99 | "homepage": "https://ajv.js.org",
|
---|
100 | "husky": {
|
---|
101 | "hooks": {
|
---|
102 | "pre-commit": "lint-staged && npm test"
|
---|
103 | }
|
---|
104 | },
|
---|
105 | "keywords": [
|
---|
106 | "JSON",
|
---|
107 | "schema",
|
---|
108 | "validator",
|
---|
109 | "validation",
|
---|
110 | "jsonschema",
|
---|
111 | "json-schema",
|
---|
112 | "json-schema-validator",
|
---|
113 | "json-schema-validation"
|
---|
114 | ],
|
---|
115 | "license": "MIT",
|
---|
116 | "lint-staged": {
|
---|
117 | "*.{json,yaml,js,ts}": "prettier --write"
|
---|
118 | },
|
---|
119 | "main": "dist/ajv.js",
|
---|
120 | "name": "ajv",
|
---|
121 | "nyc": {
|
---|
122 | "exclude": [
|
---|
123 | "**/spec/**",
|
---|
124 | "node_modules"
|
---|
125 | ],
|
---|
126 | "reporter": [
|
---|
127 | "lcov",
|
---|
128 | "text-summary"
|
---|
129 | ]
|
---|
130 | },
|
---|
131 | "prettier": "@ajv-validator/config/prettierrc.json",
|
---|
132 | "repository": {
|
---|
133 | "type": "git",
|
---|
134 | "url": "git+https://github.com/ajv-validator/ajv.git"
|
---|
135 | },
|
---|
136 | "runkitExampleFilename": ".runkit_example.js",
|
---|
137 | "scripts": {
|
---|
138 | "benchmark": "npm i && npm run build && npm link && cd ./benchmark && npm link ajv && npm i && node ./jtd",
|
---|
139 | "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",
|
---|
140 | "bundle": "rm -rf bundle && rollup -c",
|
---|
141 | "docs:build": "./scripts/prepare-site && vuepress build docs",
|
---|
142 | "docs:dev": "./scripts/prepare-site && vuepress dev docs",
|
---|
143 | "eslint": "eslint \"lib/**/*.ts\" \"spec/**/*.*s\" scripts --ignore-pattern spec/JSON-Schema-Test-Suite",
|
---|
144 | "json-tests": "rm -rf spec/_json/*.js && node scripts/jsontests",
|
---|
145 | "prepublish": "npm run build",
|
---|
146 | "prettier:check": "prettier --list-different \"./**/*.{json,yaml,js,ts}\"",
|
---|
147 | "prettier:write": "prettier --write \"./**/*.{json,yaml,js,ts}\"",
|
---|
148 | "test": "npm run json-tests && npm run prettier:check && npm run eslint && npm link && npm link ajv && npm run test-cov",
|
---|
149 | "test-all": "npm run test-cov && if-node-version 12 npm run test-browser",
|
---|
150 | "test-browser": "rm -rf .browser && npm run bundle && scripts/prepare-tests && karma start",
|
---|
151 | "test-ci": "AJV_FULL_TEST=true npm test",
|
---|
152 | "test-codegen": "nyc cross-env TS_NODE_PROJECT=spec/tsconfig.json mocha -r ts-node/register 'spec/codegen.spec.ts' -R spec",
|
---|
153 | "test-cov": "nyc npm run test-spec",
|
---|
154 | "test-debug": "npm run test-spec -- --inspect-brk",
|
---|
155 | "test-karma": "karma start",
|
---|
156 | "test-spec": "cross-env TS_NODE_PROJECT=spec/tsconfig.json mocha -r ts-node/register \"spec/**/*.spec.{ts,js}\" -R dot -g \\(.recursiveRef.with.no..recursiveAnchor\\|.dynamicRef.with.no..dynamicAnchor\\).in.the.initial.target.schema.resource -i"
|
---|
157 | },
|
---|
158 | "types": "dist/ajv.d.ts",
|
---|
159 | "version": "8.6.2"
|
---|
160 | }
|
---|