Changeset 59329aa for trip-planner-front/node_modules/type-fest
- 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/type-fest/package.json
rceaed42 r59329aa 1 1 { 2 "name": "type-fest", 3 "version": "0.21.3", 4 "description": "A collection of essential TypeScript types", 5 "license": "(MIT OR CC0-1.0)", 6 "repository": "sindresorhus/type-fest", 7 "funding": "https://github.com/sponsors/sindresorhus", 8 "author": { 9 "name": "Sindre Sorhus", 10 "email": "sindresorhus@gmail.com", 11 "url": "https://sindresorhus.com" 12 }, 13 "engines": { 14 "node": ">=10" 15 }, 16 "scripts": { 17 "test": "xo && tsd && tsc" 18 }, 19 "files": [ 20 "index.d.ts", 21 "base.d.ts", 22 "source", 23 "ts41" 24 ], 25 "keywords": [ 26 "typescript", 27 "ts", 28 "types", 29 "utility", 30 "util", 31 "utilities", 32 "omit", 33 "merge", 34 "json" 35 ], 36 "devDependencies": { 37 "@sindresorhus/tsconfig": "~0.7.0", 38 "expect-type": "^0.11.0", 39 "tsd": "^0.14.0", 40 "typescript": "^4.1.3", 41 "xo": "^0.36.1" 42 }, 43 "types": "./index.d.ts", 44 "typesVersions": { 45 ">=4.1": { 46 "*": [ 47 "ts41/*" 48 ] 49 } 50 }, 51 "xo": { 52 "rules": { 53 "@typescript-eslint/ban-types": "off", 54 "@typescript-eslint/indent": "off", 55 "node/no-unsupported-features/es-builtins": "off" 56 } 57 } 2 "_args": [ 3 [ 4 "type-fest@0.21.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "type-fest@0.21.3", 10 "_id": "type-fest@0.21.3", 11 "_inBundle": false, 12 "_integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", 13 "_location": "/type-fest", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "type-fest@0.21.3", 19 "name": "type-fest", 20 "escapedName": "type-fest", 21 "rawSpec": "0.21.3", 22 "saveSpec": null, 23 "fetchSpec": "0.21.3" 24 }, 25 "_requiredBy": [ 26 "/ansi-escapes" 27 ], 28 "_resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", 29 "_spec": "0.21.3", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Sindre Sorhus", 33 "email": "sindresorhus@gmail.com", 34 "url": "https://sindresorhus.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/sindresorhus/type-fest/issues" 38 }, 39 "description": "A collection of essential TypeScript types", 40 "devDependencies": { 41 "@sindresorhus/tsconfig": "~0.7.0", 42 "expect-type": "^0.11.0", 43 "tsd": "^0.14.0", 44 "typescript": "^4.1.3", 45 "xo": "^0.36.1" 46 }, 47 "engines": { 48 "node": ">=10" 49 }, 50 "files": [ 51 "index.d.ts", 52 "base.d.ts", 53 "source", 54 "ts41" 55 ], 56 "funding": "https://github.com/sponsors/sindresorhus", 57 "homepage": "https://github.com/sindresorhus/type-fest#readme", 58 "keywords": [ 59 "typescript", 60 "ts", 61 "types", 62 "utility", 63 "util", 64 "utilities", 65 "omit", 66 "merge", 67 "json" 68 ], 69 "license": "(MIT OR CC0-1.0)", 70 "name": "type-fest", 71 "repository": { 72 "type": "git", 73 "url": "git+https://github.com/sindresorhus/type-fest.git" 74 }, 75 "scripts": { 76 "test": "xo && tsd && tsc" 77 }, 78 "types": "./index.d.ts", 79 "typesVersions": { 80 ">=4.1": { 81 "*": [ 82 "ts41/*" 83 ] 84 } 85 }, 86 "version": "0.21.3", 87 "xo": { 88 "rules": { 89 "@typescript-eslint/ban-types": "off", 90 "@typescript-eslint/indent": "off", 91 "node/no-unsupported-features/es-builtins": "off" 92 } 93 } 58 94 }
Note:
See TracChangeset
for help on using the changeset viewer.