[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "ajv-keywords@3.5.2",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
[6a3a178] | 7 | ],
|
---|
[59329aa] | 8 | "_development": true,
|
---|
[e29cc2e] | 9 | "_from": "ajv-keywords@^3.5.2",
|
---|
[59329aa] | 10 | "_id": "ajv-keywords@3.5.2",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
|
---|
[e29cc2e] | 13 | "_location": "/ajv-keywords",
|
---|
[59329aa] | 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
[e29cc2e] | 16 | "type": "range",
|
---|
[59329aa] | 17 | "registry": true,
|
---|
[e29cc2e] | 18 | "raw": "ajv-keywords@^3.5.2",
|
---|
[59329aa] | 19 | "name": "ajv-keywords",
|
---|
| 20 | "escapedName": "ajv-keywords",
|
---|
[e29cc2e] | 21 | "rawSpec": "^3.5.2",
|
---|
[59329aa] | 22 | "saveSpec": null,
|
---|
[e29cc2e] | 23 | "fetchSpec": "^3.5.2"
|
---|
[59329aa] | 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
[e29cc2e] | 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",
|
---|
[59329aa] | 33 | "/webpack/schema-utils"
|
---|
[6a3a178] | 34 | ],
|
---|
[59329aa] | 35 | "_resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
|
---|
[e29cc2e] | 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",
|
---|
[59329aa] | 39 | "author": {
|
---|
| 40 | "name": "Evgeny Poberezkin"
|
---|
| 41 | },
|
---|
[6a3a178] | 42 | "bugs": {
|
---|
| 43 | "url": "https://github.com/epoberezkin/ajv-keywords/issues"
|
---|
| 44 | },
|
---|
[e29cc2e] | 45 | "bundleDependencies": false,
|
---|
| 46 | "deprecated": false,
|
---|
[59329aa] | 47 | "description": "Custom JSON-Schema keywords for Ajv validator",
|
---|
[6a3a178] | 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"
|
---|
[59329aa] | 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"
|
---|
[6a3a178] | 94 | }
|
---|