Add and run removeNPMAbsolutePaths

This commit is contained in:
Robert Brignull 2020-05-12 12:11:25 +01:00
parent a76042ab4a
commit 256c63a715
712 changed files with 13722 additions and 18895 deletions

65
node_modules/yargs/package.json generated vendored
View file

@ -1,14 +1,23 @@
{
"bugs": {
"url": "https://github.com/yargs/yargs/issues"
},
"bundleDependencies": false,
"name": "yargs",
"version": "15.3.1",
"description": "yargs the modern, pirate-themed, successor to optimist.",
"main": "./index.js",
"contributors": [
{
"name": "Yargs Contributors",
"url": "https://github.com/yargs/yargs/graphs/contributors"
}
],
"files": [
"index.js",
"yargs.js",
"lib",
"locales",
"completion.sh.hbs",
"completion.zsh.hbs",
"LICENSE"
],
"dependencies": {
"cliui": "^6.0.0",
"decamelize": "^1.2.0",
@ -22,8 +31,6 @@
"y18n": "^4.0.0",
"yargs-parser": "^18.1.1"
},
"deprecated": false,
"description": "yargs the modern, pirate-themed, successor to optimist.",
"devDependencies": {
"c8": "^7.0.0",
"chai": "^4.2.0",
@ -39,19 +46,22 @@
"which": "^2.0.0",
"yargs-test-extends": "^1.0.1"
},
"engines": {
"node": ">=8"
"scripts": {
"fix": "standard --fix",
"posttest": "standard",
"test": "c8 mocha --require ./test/before.js --timeout=12000 --check-leaks",
"coverage": "c8 report --check-coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/yargs/yargs.git"
},
"files": [
"index.js",
"yargs.js",
"lib",
"locales",
"completion.sh.hbs",
"completion.zsh.hbs",
"LICENSE"
],
"homepage": "https://yargs.js.org/",
"standard": {
"ignore": [
"**/example/**"
]
},
"keywords": [
"argument",
"args",
@ -62,22 +72,7 @@
"command"
],
"license": "MIT",
"main": "./index.js",
"name": "yargs",
"repository": {
"type": "git",
"url": "git+https://github.com/yargs/yargs.git"
},
"scripts": {
"coverage": "c8 report --check-coverage",
"fix": "standard --fix",
"posttest": "standard",
"test": "c8 mocha --require ./test/before.js --timeout=12000 --check-leaks"
},
"standard": {
"ignore": [
"**/example/**"
]
},
"version": "15.3.1"
"engines": {
"node": ">=8"
}
}