You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
87 lines
1.9 KiB
87 lines
1.9 KiB
{
|
|
"_args": [
|
|
[
|
|
"type-fest@0.8.1",
|
|
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "type-fest@0.8.1",
|
|
"_id": "type-fest@0.8.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-CeJJ696FHTseSNJ8EFREZn8XuD0=",
|
|
"_location": "/read-pkg-up/type-fest",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "type-fest@0.8.1",
|
|
"name": "type-fest",
|
|
"escapedName": "type-fest",
|
|
"rawSpec": "0.8.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.8.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/read-pkg-up"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/type-fest/download/type-fest-0.8.1.tgz",
|
|
"_spec": "0.8.1",
|
|
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/type-fest/issues"
|
|
},
|
|
"description": "A collection of essential TypeScript types",
|
|
"devDependencies": {
|
|
"@sindresorhus/tsconfig": "^0.4.0",
|
|
"@typescript-eslint/eslint-plugin": "^2.2.0",
|
|
"@typescript-eslint/parser": "^2.2.0",
|
|
"eslint-config-xo-typescript": "^0.18.0",
|
|
"tsd": "^0.7.3",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"source"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/type-fest#readme",
|
|
"keywords": [
|
|
"typescript",
|
|
"ts",
|
|
"types",
|
|
"utility",
|
|
"util",
|
|
"utilities",
|
|
"omit",
|
|
"merge",
|
|
"json"
|
|
],
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"name": "type-fest",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/type-fest.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && tsd"
|
|
},
|
|
"version": "0.8.1",
|
|
"xo": {
|
|
"extends": "xo-typescript",
|
|
"extensions": [
|
|
"ts"
|
|
],
|
|
"rules": {
|
|
"import/no-unresolved": "off",
|
|
"@typescript-eslint/indent": "off"
|
|
}
|
|
}
|
|
}
|
|
|