source: trip-planner-front/node_modules/ajv-formats/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.7 KB
Line 
1{
2 "_args": [
3 [
4 "ajv-formats@2.1.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "ajv-formats@2.1.0",
10 "_id": "ajv-formats@2.1.0",
11 "_inBundle": false,
12 "_integrity": "sha512-USH2jBb+C/hIpwD2iRjp0pe0k+MvzG0mlSn/FIdCgQhUb9ALPRjt2KIQdfZDS9r0ZIeUAg7gOu9KL0PFqGqr5Q==",
13 "_location": "/ajv-formats",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "ajv-formats@2.1.0",
19 "name": "ajv-formats",
20 "escapedName": "ajv-formats",
21 "rawSpec": "2.1.0",
22 "saveSpec": null,
23 "fetchSpec": "2.1.0"
24 },
25 "_requiredBy": [
26 "/@angular-devkit/core"
27 ],
28 "_resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.0.tgz",
29 "_spec": "2.1.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Evgeny Poberezkin"
33 },
34 "bugs": {
35 "url": "https://github.com/ajv-validator/ajv-formats/issues"
36 },
37 "dependencies": {
38 "ajv": "^8.0.0"
39 },
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.0.5",
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.0"
105}
Note: See TracBrowser for help on using the repository browser.