Urara-Blog/node_modules/.pnpm-store/v3/files/8c/d778fa76df347744c4f43fdc29885e5da90966e38c57773349c0c527a988ad01cb4087c6c2b2645f6a35072504641ac5fb92947a8462f07cb1addfc501c407
2022-08-14 01:14:53 +08:00

58 lines
1 KiB
Text

{
"name": "type-fest",
"version": "0.20.2",
"description": "A collection of essential TypeScript types",
"license": "(MIT OR CC0-1.0)",
"repository": "sindresorhus/type-fest",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"engines": {
"node": ">=10"
},
"scripts": {
"//test": "xo && tsd && tsc",
"test": "xo && tsc"
},
"files": [
"index.d.ts",
"base.d.ts",
"source",
"ts41"
],
"keywords": [
"typescript",
"ts",
"types",
"utility",
"util",
"utilities",
"omit",
"merge",
"json"
],
"devDependencies": {
"@sindresorhus/tsconfig": "~0.7.0",
"tsd": "^0.13.1",
"typescript": "^4.1.2",
"xo": "^0.35.0"
},
"types": "./index.d.ts",
"typesVersions": {
">=4.1": {
"*": [
"ts41/*"
]
}
},
"xo": {
"rules": {
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/indent": "off",
"node/no-unsupported-features/es-builtins": "off"
}
}
}