source: imaps-frontend/node_modules/ajv-keywords/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.8 KB
Line 
1{
2 "_from": "ajv-keywords@^5.1.0",
3 "_id": "ajv-keywords@5.1.0",
4 "_inBundle": false,
5 "_integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
6 "_location": "/ajv-keywords",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "ajv-keywords@^5.1.0",
12 "name": "ajv-keywords",
13 "escapedName": "ajv-keywords",
14 "rawSpec": "^5.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^5.1.0"
17 },
18 "_requiredBy": [
19 "/schema-utils"
20 ],
21 "_resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
22 "_shasum": "69d4d385a4733cdbeab44964a1170a88f87f0e16",
23 "_spec": "ajv-keywords@^5.1.0",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/schema-utils",
25 "author": {
26 "name": "Evgeny Poberezkin"
27 },
28 "bugs": {
29 "url": "https://github.com/epoberezkin/ajv-keywords/issues"
30 },
31 "bundleDependencies": false,
32 "dependencies": {
33 "fast-deep-equal": "^3.1.3"
34 },
35 "deprecated": false,
36 "description": "Additional JSON-Schema keywords for Ajv JSON validator",
37 "devDependencies": {
38 "@ajv-validator/config": "^0.2.3",
39 "@types/chai": "^4.2.14",
40 "@types/jest": "^26.0.14",
41 "@types/node": "^16.4.10",
42 "@types/uuid": "^8.3.0",
43 "@typescript-eslint/eslint-plugin": "^4.4.1",
44 "@typescript-eslint/parser": "^4.4.1",
45 "ajv": "^8.8.2",
46 "ajv-formats": "^2.0.0",
47 "chai": "^4.2.0",
48 "eslint": "^7.2.0",
49 "eslint-config-prettier": "^7.0.0",
50 "husky": "^7.0.1",
51 "jest": "^26.5.3",
52 "json-schema-test": "^2.0.0",
53 "lint-staged": "^11.1.1",
54 "prettier": "^2.1.2",
55 "ts-jest": "^26.4.1",
56 "typescript": "^4.2.0",
57 "uuid": "^8.1.0"
58 },
59 "files": [
60 "src",
61 "dist",
62 "ajv-keywords.d.ts"
63 ],
64 "homepage": "https://github.com/epoberezkin/ajv-keywords#readme",
65 "husky": {
66 "hooks": {
67 "pre-commit": "lint-staged && npm test"
68 }
69 },
70 "keywords": [
71 "JSON-Schema",
72 "ajv",
73 "keywords"
74 ],
75 "license": "MIT",
76 "lint-staged": {
77 "*.{md,json,yaml,js,ts}": "prettier --write"
78 },
79 "main": "dist/index.js",
80 "name": "ajv-keywords",
81 "peerDependencies": {
82 "ajv": "^8.8.2"
83 },
84 "prettier": "@ajv-validator/config/prettierrc.json",
85 "repository": {
86 "type": "git",
87 "url": "git+https://github.com/epoberezkin/ajv-keywords.git"
88 },
89 "scripts": {
90 "build": "rm -rf dist && tsc",
91 "eslint": "eslint \"src/**/*.*s\" \"spec/**/*.*s\"",
92 "prepublish": "npm run build",
93 "prettier:check": "prettier --list-different \"./**/*.{md,json,yaml,js,ts}\"",
94 "prettier:write": "prettier --write \"./**/*.{md,json,yaml,js,ts}\"",
95 "test": "npm link && npm link ajv-keywords && npm run eslint && npm run test-cov",
96 "test-cov": "jest spec/*.ts --coverage",
97 "test-spec": "jest spec/*.ts"
98 },
99 "types": "dist/index.d.ts",
100 "version": "5.1.0"
101}
Note: See TracBrowser for help on using the repository browser.