Changeset 59329aa for trip-planner-front/node_modules/ajv-formats
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/ajv-formats/package.json
rceaed42 r59329aa 1 1 { 2 "name": "ajv-formats", 3 "version": "2.1.0", 4 "description": "Format validation for Ajv v7+", 5 "main": "dist/index.js", 6 "types": "dist/index.d.ts", 7 "files": [ 8 "src/", 9 "dist/" 2 "_args": [ 3 [ 4 "ajv-formats@2.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 10 7 ], 11 "scripts": { 12 "build": "tsc", 13 "prettier:write": "prettier --write \"./**/*.{md,json,yaml,js,ts}\"", 14 "prettier:check": "prettier --list-different \"./**/*.{md,json,yaml,js,ts}\"", 15 "eslint": "eslint --ext .ts ./src/**/*", 16 "test-spec": "jest", 17 "test-cov": "jest --coverage", 18 "test": "npm run prettier:check && npm run build && npm run eslint && npm run test-cov", 19 "ci-test": "npm run test" 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" 20 24 }, 21 "repository": { 22 "type": "git", 23 "url": "git+https://github.com/ajv-validator/ajv-formats.git" 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" 24 33 }, 25 "keywords": [26 "Ajv",27 "JSON-Schema",28 "format",29 "validation"30 ],31 "author": "Evgeny Poberezkin",32 "license": "MIT",33 34 "bugs": { 34 35 "url": "https://github.com/ajv-validator/ajv-formats/issues" 35 36 }, 36 "homepage": "https://github.com/ajv-validator/ajv-formats#readme",37 37 "dependencies": { 38 38 "ajv": "^8.0.0" 39 39 }, 40 "peerDependencies": { 41 "ajv": "^8.0.0" 42 }, 43 "peerDependenciesMeta": { 44 "ajv": { 45 "optional": true 46 } 47 }, 40 "description": "Format validation for Ajv v7+", 48 41 "devDependencies": { 49 42 "@ajv-validator/config": "^0.3.0", … … 63 56 "typescript": "^4.0.0" 64 57 }, 65 "prettier": "@ajv-validator/config/prettierrc.json", 58 "files": [ 59 "src/", 60 "dist/" 61 ], 62 "homepage": "https://github.com/ajv-validator/ajv-formats#readme", 66 63 "husky": { 67 64 "hooks": { … … 69 66 } 70 67 }, 68 "keywords": [ 69 "Ajv", 70 "JSON-Schema", 71 "format", 72 "validation" 73 ], 74 "license": "MIT", 71 75 "lint-staged": { 72 76 "*.{md,json,yaml,js,ts}": "prettier --write" 73 } 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" 74 105 }
Note:
See TracChangeset
for help on using the changeset viewer.