Follow redirects

This commit is contained in:
Henry Mercer
2024-10-10 18:46:18 +01:00
parent d70300d9f5
commit df0590b2ee
340 changed files with 17786 additions and 16731 deletions

View File

@@ -1,58 +1,58 @@
{
"name": "ansi-regex",
"version": "6.0.1",
"description": "Regular expression for matching ANSI escape codes",
"license": "MIT",
"repository": "chalk/ansi-regex",
"funding": "https://github.com/chalk/ansi-regex?sponsor=1",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": "./index.js",
"engines": {
"node": ">=12"
},
"scripts": {
"test": "xo && ava && tsd",
"view-supported": "node fixtures/view-codes.js"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"ansi",
"styles",
"color",
"colour",
"colors",
"terminal",
"console",
"cli",
"string",
"tty",
"escape",
"formatting",
"rgb",
"256",
"shell",
"xterm",
"command-line",
"text",
"regex",
"regexp",
"re",
"match",
"test",
"find",
"pattern"
],
"devDependencies": {
"ava": "^3.15.0",
"tsd": "^0.14.0",
"xo": "^0.38.2"
}
"name": "ansi-regex",
"version": "6.0.1",
"description": "Regular expression for matching ANSI escape codes",
"license": "MIT",
"repository": "chalk/ansi-regex",
"funding": "https://github.com/chalk/ansi-regex?sponsor=1",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": "./index.js",
"engines": {
"node": ">=12"
},
"scripts": {
"test": "xo && ava && tsd",
"view-supported": "node fixtures/view-codes.js"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"ansi",
"styles",
"color",
"colour",
"colors",
"terminal",
"console",
"cli",
"string",
"tty",
"escape",
"formatting",
"rgb",
"256",
"shell",
"xterm",
"command-line",
"text",
"regex",
"regexp",
"re",
"match",
"test",
"find",
"pattern"
],
"devDependencies": {
"ava": "^3.15.0",
"tsd": "^0.14.0",
"xo": "^0.38.2"
}
}

View File

@@ -1,57 +1,57 @@
{
"name": "strip-ansi",
"version": "7.0.1",
"description": "Strip ANSI escape codes from a string",
"license": "MIT",
"repository": "chalk/strip-ansi",
"funding": "https://github.com/chalk/strip-ansi?sponsor=1",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": "./index.js",
"engines": {
"node": ">=12"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"strip",
"trim",
"remove",
"ansi",
"styles",
"color",
"colour",
"colors",
"terminal",
"console",
"string",
"tty",
"escape",
"formatting",
"rgb",
"256",
"shell",
"xterm",
"log",
"logging",
"command-line",
"text"
],
"dependencies": {
"ansi-regex": "^6.0.1"
},
"devDependencies": {
"ava": "^3.15.0",
"tsd": "^0.17.0",
"xo": "^0.44.0"
}
"name": "strip-ansi",
"version": "7.0.1",
"description": "Strip ANSI escape codes from a string",
"license": "MIT",
"repository": "chalk/strip-ansi",
"funding": "https://github.com/chalk/strip-ansi?sponsor=1",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": "./index.js",
"engines": {
"node": ">=12"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"strip",
"trim",
"remove",
"ansi",
"styles",
"color",
"colour",
"colors",
"terminal",
"console",
"string",
"tty",
"escape",
"formatting",
"rgb",
"256",
"shell",
"xterm",
"log",
"logging",
"command-line",
"text"
],
"dependencies": {
"ansi-regex": "^6.0.1"
},
"devDependencies": {
"ava": "^3.15.0",
"tsd": "^0.17.0",
"xo": "^0.44.0"
}
}

132
node_modules/supertap/package.json generated vendored
View File

@@ -1,68 +1,68 @@
{
"name": "supertap",
"version": "3.0.1",
"description": "Generate TAP output",
"license": "MIT",
"repository": "vadimdemedes/supertap",
"author": {
"name": "Vadim Demedes",
"email": "vdemedes@gmail.com",
"url": "github.com/vadimdemedes"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"prepare": "npm run build",
"pretest": "npm run build",
"test": "xo && ava"
},
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"tap",
"tape",
"output"
],
"dependencies": {
"indent-string": "^5.0.0",
"js-yaml": "^3.14.1",
"serialize-error": "^7.0.1",
"strip-ansi": "^7.0.1"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^2.0.0",
"@types/js-yaml": "^3.12.7",
"@vdemedes/prettier-config": "^2.0.0",
"ava": "^4.0.1",
"ctrlc-exit": "^1.0.0",
"execa": "^6.0.0",
"faucet": "^0.0.1",
"p-each-series": "^3.0.0",
"prettier": "^2.5.1",
"tap-dot": "^2.0.0",
"tap-json": "^1.0.0",
"tap-min": "^2.0.0",
"tap-nyan": "^1.1.0",
"tap-out": "^3.0.0",
"tap-pessimist": "^1.0.1",
"tap-spec": "^5.0.0",
"tap-summary": "^4.0.0",
"typescript": "^4.5.5",
"wait-for-enter": "^1.0.0",
"xo": "^0.47.0"
},
"ava": {
"serial": true
},
"xo": {
"prettier": true
},
"prettier": "@vdemedes/prettier-config"
"name": "supertap",
"version": "3.0.1",
"description": "Generate TAP output",
"license": "MIT",
"repository": "vadimdemedes/supertap",
"author": {
"name": "Vadim Demedes",
"email": "vdemedes@gmail.com",
"url": "github.com/vadimdemedes"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"prepare": "npm run build",
"pretest": "npm run build",
"test": "xo && ava"
},
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"tap",
"tape",
"output"
],
"dependencies": {
"indent-string": "^5.0.0",
"js-yaml": "^3.14.1",
"serialize-error": "^7.0.1",
"strip-ansi": "^7.0.1"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^2.0.0",
"@types/js-yaml": "^3.12.7",
"@vdemedes/prettier-config": "^2.0.0",
"ava": "^4.0.1",
"ctrlc-exit": "^1.0.0",
"execa": "^6.0.0",
"faucet": "^0.0.1",
"p-each-series": "^3.0.0",
"prettier": "^2.5.1",
"tap-dot": "^2.0.0",
"tap-json": "^1.0.0",
"tap-min": "^2.0.0",
"tap-nyan": "^1.1.0",
"tap-out": "^3.0.0",
"tap-pessimist": "^1.0.1",
"tap-spec": "^5.0.0",
"tap-summary": "^4.0.0",
"typescript": "^4.5.5",
"wait-for-enter": "^1.0.0",
"xo": "^0.47.0"
},
"ava": {
"serial": true
},
"xo": {
"prettier": true
},
"prettier": "@vdemedes/prettier-config"
}