source: imaps-frontend/node_modules/ajv-formats/package.json

main
Last change on this file 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-formats@^2.1.1",
3 "_id": "ajv-formats@2.1.1",
4 "_inBundle": false,
5 "_integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
6 "_location": "/ajv-formats",
7 "_phantomChildren": {
8 "fast-deep-equal": "3.1.3",
9 "fast-uri": "3.0.5",
10 "require-from-string": "2.0.2"
11 },
12 "_requested": {
13 "type": "range",
14 "registry": true,
15 "raw": "ajv-formats@^2.1.1",
16 "name": "ajv-formats",
17 "escapedName": "ajv-formats",
18 "rawSpec": "^2.1.1",
19 "saveSpec": null,
20 "fetchSpec": "^2.1.1"
21 },
22 "_requiredBy": [
23 "/schema-utils"
24 ],
25 "_resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
26 "_shasum": "6e669400659eb74973bbf2e33327180a0996b520",
27 "_spec": "ajv-formats@^2.1.1",
28 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/schema-utils",
29 "author": {
30 "name": "Evgeny Poberezkin"
31 },
32 "bugs": {
33 "url": "https://github.com/ajv-validator/ajv-formats/issues"
34 },
35 "bundleDependencies": false,
36 "dependencies": {
37 "ajv": "^8.0.0"
38 },
39 "deprecated": false,
40 "description": "Format validation for Ajv v7+",
41 "devDependencies": {
42 "@ajv-validator/config": "^0.3.0",
43 "@types/jest": "^26.0.5",
44 "@types/node": "^14.10.1",
45 "@typescript-eslint/eslint-plugin": "^3.7.0",
46 "@typescript-eslint/parser": "^3.7.0",
47 "ajv": "^8.0.0",
48 "eslint": "^7.5.0",
49 "eslint-config-prettier": "^6.11.0",
50 "husky": "^4.2.5",
51 "jest": "^26.1.0",
52 "json-schema-test": "^2.0.0",
53 "lint-staged": "^10.2.11",
54 "prettier": "^2.3.2",
55 "ts-jest": "^26.1.3",
56 "typescript": "^4.0.0"
57 },
58 "files": [
59 "src/",
60 "dist/"
61 ],
62 "homepage": "https://github.com/ajv-validator/ajv-formats#readme",
63 "husky": {
64 "hooks": {
65 "pre-commit": "lint-staged && npm test"
66 }
67 },
68 "keywords": [
69 "Ajv",
70 "JSON-Schema",
71 "format",
72 "validation"
73 ],
74 "license": "MIT",
75 "lint-staged": {
76 "*.{md,json,yaml,js,ts}": "prettier --write"
77 },
78 "main": "dist/index.js",
79 "name": "ajv-formats",
80 "peerDependencies": {
81 "ajv": "^8.0.0"
82 },
83 "peerDependenciesMeta": {
84 "ajv": {
85 "optional": true
86 }
87 },
88 "prettier": "@ajv-validator/config/prettierrc.json",
89 "repository": {
90 "type": "git",
91 "url": "git+https://github.com/ajv-validator/ajv-formats.git"
92 },
93 "scripts": {
94 "build": "tsc",
95 "ci-test": "npm run test",
96 "eslint": "eslint --ext .ts ./src/**/*",
97 "prettier:check": "prettier --list-different \"./**/*.{md,json,yaml,js,ts}\"",
98 "prettier:write": "prettier --write \"./**/*.{md,json,yaml,js,ts}\"",
99 "test": "npm run prettier:check && npm run build && npm run eslint && npm run test-cov",
100 "test-cov": "jest --coverage",
101 "test-spec": "jest"
102 },
103 "types": "dist/index.d.ts",
104 "version": "2.1.1"
105}
Note: See TracBrowser for help on using the repository browser.