aboutsummaryrefslogtreecommitdiff
path: root/node_modules/yargs/package.json
diff options
context:
space:
mode:
authorScoots Dash <contact@minteck.org>2022-04-23 14:12:30 +0000
committerScoots Dash <contact@minteck.org>2022-04-23 14:12:30 +0000
commita927497b43cbe1438f3d7478932f3f7d03ea347c (patch)
tree0a3c88978b4294fb30afad58daa86c46fbedc2f6 /node_modules/yargs/package.json
parentba5fa694351774f2684c1aefdc215da5c6f39ba6 (diff)
parentf0db5bbbcd623812a391862d217519afafe197c6 (diff)
downloadtwilight-a927497b43cbe1438f3d7478932f3f7d03ea347c.tar.gz
twilight-a927497b43cbe1438f3d7478932f3f7d03ea347c.tar.bz2
twilight-a927497b43cbe1438f3d7478932f3f7d03ea347c.zip
Merge branch 'deprecation' into 'trunk'HEADtrunk
Disable the Twilight Package Manager See merge request minteck/twilight!1
Diffstat (limited to 'node_modules/yargs/package.json')
-rw-r--r--node_modules/yargs/package.json116
1 files changed, 0 insertions, 116 deletions
diff --git a/node_modules/yargs/package.json b/node_modules/yargs/package.json
deleted file mode 100644
index 2c69bc7..0000000
--- a/node_modules/yargs/package.json
+++ /dev/null
@@ -1,116 +0,0 @@
-{
- "name": "yargs",
- "version": "17.3.1",
- "description": "yargs the modern, pirate-themed, successor to optimist.",
- "main": "./index.cjs",
- "exports": {
- "./package.json": "./package.json",
- ".": [
- {
- "import": "./index.mjs",
- "require": "./index.cjs"
- },
- "./index.cjs"
- ],
- "./helpers": {
- "import": "./helpers/helpers.mjs",
- "require": "./helpers/index.js"
- },
- "./yargs": [
- {
- "require": "./yargs"
- },
- "./yargs"
- ]
- },
- "type": "module",
- "module": "./index.mjs",
- "contributors": [
- {
- "name": "Yargs Contributors",
- "url": "https://github.com/yargs/yargs/graphs/contributors"
- }
- ],
- "files": [
- "browser.mjs",
- "index.cjs",
- "helpers/*.js",
- "helpers/*",
- "index.mjs",
- "yargs",
- "build",
- "locales",
- "LICENSE",
- "lib/platform-shims/*.mjs",
- "!*.d.ts",
- "!**/*.d.ts"
- ],
- "dependencies": {
- "cliui": "^7.0.2",
- "escalade": "^3.1.1",
- "get-caller-file": "^2.0.5",
- "require-directory": "^2.1.1",
- "string-width": "^4.2.3",
- "y18n": "^5.0.5",
- "yargs-parser": "^21.0.0"
- },
- "devDependencies": {
- "@types/chai": "^4.2.11",
- "@types/mocha": "^9.0.0",
- "@types/node": "^16.11.4",
- "c8": "^7.7.0",
- "chai": "^4.2.0",
- "chalk": "^4.0.0",
- "coveralls": "^3.0.9",
- "cpr": "^3.0.1",
- "cross-env": "^7.0.2",
- "cross-spawn": "^7.0.0",
- "eslint": "^7.23.0",
- "gts": "^3.0.0",
- "hashish": "0.0.4",
- "mocha": "^9.0.0",
- "rimraf": "^3.0.2",
- "rollup": "^2.23.0",
- "rollup-plugin-cleanup": "^3.1.1",
- "rollup-plugin-terser": "^7.0.2",
- "rollup-plugin-ts": "^2.0.4",
- "typescript": "^4.0.2",
- "which": "^2.0.0",
- "yargs-test-extends": "^1.0.1"
- },
- "scripts": {
- "fix": "gts fix && npm run fix:js",
- "fix:js": "eslint . --ext cjs --ext mjs --ext js --fix",
- "posttest": "npm run check",
- "test": "c8 mocha --enable-source-maps ./test/*.cjs --require ./test/before.cjs --timeout=12000 --check-leaks",
- "test:esm": "c8 mocha --enable-source-maps ./test/esm/*.mjs --check-leaks",
- "coverage": "c8 report --check-coverage",
- "prepare": "npm run compile",
- "pretest": "npm run compile -- -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs",
- "compile": "rimraf build && tsc",
- "postcompile": "npm run build:cjs",
- "build:cjs": "rollup -c rollup.config.cjs",
- "postbuild:cjs": "rimraf ./build/index.cjs.d.ts",
- "check": "gts lint && npm run check:js",
- "check:js": "eslint . --ext cjs --ext mjs --ext js",
- "clean": "gts clean"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/yargs/yargs.git"
- },
- "homepage": "https://yargs.js.org/",
- "keywords": [
- "argument",
- "args",
- "option",
- "parser",
- "parsing",
- "cli",
- "command"
- ],
- "license": "MIT",
- "engines": {
- "node": ">=12"
- }
-}