1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "ajv-errors@1.0.1",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "ajv-errors@1.0.1",
|
---|
10 | "_id": "ajv-errors@1.0.1",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==",
|
---|
13 | "_location": "/ajv-errors",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "ajv-errors@1.0.1",
|
---|
19 | "name": "ajv-errors",
|
---|
20 | "escapedName": "ajv-errors",
|
---|
21 | "rawSpec": "1.0.1",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "1.0.1"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/webpack-dev-server/schema-utils"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz",
|
---|
29 | "_spec": "1.0.1",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": "",
|
---|
32 | "bugs": {
|
---|
33 | "url": "https://github.com/epoberezkin/ajv-errors/issues"
|
---|
34 | },
|
---|
35 | "description": "Custom error messages in JSON-Schema for Ajv validator",
|
---|
36 | "devDependencies": {
|
---|
37 | "ajv": "^5.0.0",
|
---|
38 | "coveralls": "^2.11.16",
|
---|
39 | "dot": "^1.1.1",
|
---|
40 | "eslint": "^3.17.0",
|
---|
41 | "glob": "^7.1.1",
|
---|
42 | "js-beautify": "^1.6.12",
|
---|
43 | "mocha": "^3.2.0",
|
---|
44 | "nyc": "^10.1.2",
|
---|
45 | "pre-commit": "^1.2.2"
|
---|
46 | },
|
---|
47 | "files": [
|
---|
48 | "lib"
|
---|
49 | ],
|
---|
50 | "homepage": "https://github.com/epoberezkin/ajv-errors#readme",
|
---|
51 | "keywords": [
|
---|
52 | "ajv",
|
---|
53 | "json-schema",
|
---|
54 | "validator",
|
---|
55 | "error",
|
---|
56 | "messages"
|
---|
57 | ],
|
---|
58 | "license": "MIT",
|
---|
59 | "main": "index.js",
|
---|
60 | "name": "ajv-errors",
|
---|
61 | "nyc": {
|
---|
62 | "exclude": [
|
---|
63 | "**/spec/**",
|
---|
64 | "node_modules"
|
---|
65 | ],
|
---|
66 | "reporter": [
|
---|
67 | "lcov",
|
---|
68 | "text-summary"
|
---|
69 | ]
|
---|
70 | },
|
---|
71 | "peerDependencies": {
|
---|
72 | "ajv": ">=5.0.0"
|
---|
73 | },
|
---|
74 | "repository": {
|
---|
75 | "type": "git",
|
---|
76 | "url": "git+https://github.com/epoberezkin/ajv-errors.git"
|
---|
77 | },
|
---|
78 | "scripts": {
|
---|
79 | "build": "node node_modules/ajv/scripts/compile-dots.js node_modules/ajv/lib lib",
|
---|
80 | "eslint": "eslint *.js spec",
|
---|
81 | "prepublish": "npm run build",
|
---|
82 | "test": "npm run eslint && npm run build && npm run test-cov",
|
---|
83 | "test-cov": "nyc npm run test-spec",
|
---|
84 | "test-spec": "mocha spec/*.spec.js -R spec"
|
---|
85 | },
|
---|
86 | "version": "1.0.1"
|
---|
87 | }
|
---|