Changeset 79a0317 for imaps-frontend/node_modules/type-fest
- Timestamp:
- 01/21/25 03:08:24 (4 weeks ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/type-fest/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "type-fest", 3 "version": "0.20.2", 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 "test": "xo && tsc" 19 }, 20 "files": [ 21 "index.d.ts", 22 "base.d.ts", 23 "source", 24 "ts41" 25 ], 26 "keywords": [ 27 "typescript", 28 "ts", 29 "types", 30 "utility", 31 "util", 32 "utilities", 33 "omit", 34 "merge", 35 "json" 36 ], 37 "devDependencies": { 38 "@sindresorhus/tsconfig": "~0.7.0", 39 "tsd": "^0.13.1", 40 "typescript": "^4.1.2", 41 "xo": "^0.35.0" 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 "_from": "type-fest@^0.20.2", 3 "_id": "type-fest@0.20.2", 4 "_inBundle": false, 5 "_integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", 6 "_location": "/type-fest", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "type-fest@^0.20.2", 12 "name": "type-fest", 13 "escapedName": "type-fest", 14 "rawSpec": "^0.20.2", 15 "saveSpec": null, 16 "fetchSpec": "^0.20.2" 17 }, 18 "_requiredBy": [ 19 "/@eslint/eslintrc/globals", 20 "/eslint/globals" 21 ], 22 "_resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", 23 "_shasum": "1bf207f4b28f91583666cb5fbd327887301cd5f4", 24 "_spec": "type-fest@^0.20.2", 25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@eslint/eslintrc/node_modules/globals", 26 "author": { 27 "name": "Sindre Sorhus", 28 "email": "sindresorhus@gmail.com", 29 "url": "https://sindresorhus.com" 30 }, 31 "bugs": { 32 "url": "https://github.com/sindresorhus/type-fest/issues" 33 }, 34 "bundleDependencies": false, 35 "deprecated": false, 36 "description": "A collection of essential TypeScript types", 37 "devDependencies": { 38 "@sindresorhus/tsconfig": "~0.7.0", 39 "tsd": "^0.13.1", 40 "typescript": "^4.1.2", 41 "xo": "^0.35.0" 42 }, 43 "engines": { 44 "node": ">=10" 45 }, 46 "files": [ 47 "index.d.ts", 48 "base.d.ts", 49 "source", 50 "ts41" 51 ], 52 "funding": "https://github.com/sponsors/sindresorhus", 53 "homepage": "https://github.com/sindresorhus/type-fest#readme", 54 "keywords": [ 55 "typescript", 56 "ts", 57 "types", 58 "utility", 59 "util", 60 "utilities", 61 "omit", 62 "merge", 63 "json" 64 ], 65 "license": "(MIT OR CC0-1.0)", 66 "name": "type-fest", 67 "repository": { 68 "type": "git", 69 "url": "git+https://github.com/sindresorhus/type-fest.git" 70 }, 71 "scripts": { 72 "//test": "xo && tsd && tsc", 73 "test": "xo && tsc" 74 }, 75 "types": "./index.d.ts", 76 "typesVersions": { 77 ">=4.1": { 78 "*": [ 79 "ts41/*" 80 ] 81 } 82 }, 83 "version": "0.20.2", 84 "xo": { 85 "rules": { 86 "@typescript-eslint/ban-types": "off", 87 "@typescript-eslint/indent": "off", 88 "node/no-unsupported-features/es-builtins": "off" 89 } 90 } 58 91 }
Note:
See TracChangeset
for help on using the changeset viewer.