Add and run removeNPMAbsolutePaths
This commit is contained in:
parent
a76042ab4a
commit
256c63a715
712 changed files with 13722 additions and 18895 deletions
43
node_modules/type-fest/package.json
generated
vendored
43
node_modules/type-fest/package.json
generated
vendored
|
|
@ -1,33 +1,25 @@
|
|||
{
|
||||
"name": "type-fest",
|
||||
"version": "0.11.0",
|
||||
"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": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/type-fest/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "A collection of essential TypeScript types",
|
||||
"devDependencies": {
|
||||
"@sindresorhus/tsconfig": "^0.7.0",
|
||||
"@typescript-eslint/eslint-plugin": "2.17.0",
|
||||
"@typescript-eslint/parser": "2.17.0",
|
||||
"eslint-config-xo-typescript": "^0.24.1",
|
||||
"tsd": "^0.7.3",
|
||||
"typescript": "3.7.5",
|
||||
"xo": "^0.25.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"source"
|
||||
],
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"homepage": "https://github.com/sindresorhus/type-fest#readme",
|
||||
"keywords": [
|
||||
"typescript",
|
||||
"ts",
|
||||
|
|
@ -39,17 +31,16 @@
|
|||
"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"
|
||||
"devDependencies": {
|
||||
"@sindresorhus/tsconfig": "^0.7.0",
|
||||
"@typescript-eslint/eslint-plugin": "2.17.0",
|
||||
"@typescript-eslint/parser": "2.17.0",
|
||||
"eslint-config-xo-typescript": "^0.24.1",
|
||||
"tsd": "^0.7.3",
|
||||
"typescript": "3.7.5",
|
||||
"xo": "^0.25.3"
|
||||
},
|
||||
"types": "index.d.ts",
|
||||
"version": "0.11.0",
|
||||
"xo": {
|
||||
"extends": "xo-typescript",
|
||||
"extensions": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue