1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "ajv-keywords@3.5.2",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "ajv-keywords@^3.5.2",
|
---|
10 | "_id": "ajv-keywords@3.5.2",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
|
---|
13 | "_location": "/ajv-keywords",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "range",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "ajv-keywords@^3.5.2",
|
---|
19 | "name": "ajv-keywords",
|
---|
20 | "escapedName": "ajv-keywords",
|
---|
21 | "rawSpec": "^3.5.2",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "^3.5.2"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/copy-webpack-plugin/schema-utils",
|
---|
27 | "/css-minimizer-webpack-plugin/schema-utils",
|
---|
28 | "/mini-css-extract-plugin/schema-utils",
|
---|
29 | "/schema-utils",
|
---|
30 | "/terser-webpack-plugin/schema-utils",
|
---|
31 | "/webpack-dev-middleware/schema-utils",
|
---|
32 | "/webpack-dev-server/schema-utils",
|
---|
33 | "/webpack/schema-utils"
|
---|
34 | ],
|
---|
35 | "_resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
|
---|
36 | "_shasum": "31f29da5ab6e00d1c2d329acf7b5929614d5014d",
|
---|
37 | "_spec": "ajv-keywords@^3.5.2",
|
---|
38 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\schema-utils",
|
---|
39 | "author": {
|
---|
40 | "name": "Evgeny Poberezkin"
|
---|
41 | },
|
---|
42 | "bugs": {
|
---|
43 | "url": "https://github.com/epoberezkin/ajv-keywords/issues"
|
---|
44 | },
|
---|
45 | "bundleDependencies": false,
|
---|
46 | "deprecated": false,
|
---|
47 | "description": "Custom JSON-Schema keywords for Ajv validator",
|
---|
48 | "devDependencies": {
|
---|
49 | "ajv": "^6.9.1",
|
---|
50 | "ajv-pack": "^0.3.0",
|
---|
51 | "chai": "^4.2.0",
|
---|
52 | "coveralls": "^3.0.2",
|
---|
53 | "dot": "^1.1.1",
|
---|
54 | "eslint": "^7.2.0",
|
---|
55 | "glob": "^7.1.3",
|
---|
56 | "istanbul": "^0.4.3",
|
---|
57 | "js-beautify": "^1.8.9",
|
---|
58 | "json-schema-test": "^2.0.0",
|
---|
59 | "mocha": "^8.0.1",
|
---|
60 | "pre-commit": "^1.1.3",
|
---|
61 | "uuid": "^8.1.0"
|
---|
62 | },
|
---|
63 | "files": [
|
---|
64 | "index.js",
|
---|
65 | "ajv-keywords.d.ts",
|
---|
66 | "keywords"
|
---|
67 | ],
|
---|
68 | "homepage": "https://github.com/epoberezkin/ajv-keywords#readme",
|
---|
69 | "keywords": [
|
---|
70 | "JSON-Schema",
|
---|
71 | "ajv",
|
---|
72 | "keywords"
|
---|
73 | ],
|
---|
74 | "license": "MIT",
|
---|
75 | "main": "index.js",
|
---|
76 | "name": "ajv-keywords",
|
---|
77 | "peerDependencies": {
|
---|
78 | "ajv": "^6.9.1"
|
---|
79 | },
|
---|
80 | "repository": {
|
---|
81 | "type": "git",
|
---|
82 | "url": "git+https://github.com/epoberezkin/ajv-keywords.git"
|
---|
83 | },
|
---|
84 | "scripts": {
|
---|
85 | "build": "node node_modules/ajv/scripts/compile-dots.js node_modules/ajv/lib keywords",
|
---|
86 | "eslint": "eslint index.js keywords/*.js spec",
|
---|
87 | "prepublish": "npm run build",
|
---|
88 | "test": "npm run build && npm run eslint && npm run test-cov",
|
---|
89 | "test-cov": "istanbul cover -x 'spec/**' node_modules/mocha/bin/_mocha -- spec/*.spec.js -R spec",
|
---|
90 | "test-spec": "mocha spec/*.spec.js -R spec"
|
---|
91 | },
|
---|
92 | "typings": "ajv-keywords.d.ts",
|
---|
93 | "version": "3.5.2"
|
---|
94 | }
|
---|