1 | {
|
---|
2 | "_from": "yargs-parser@^20.2.2",
|
---|
3 | "_id": "yargs-parser@20.2.9",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
|
---|
6 | "_location": "/karma/yargs-parser",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "yargs-parser@^20.2.2",
|
---|
12 | "name": "yargs-parser",
|
---|
13 | "escapedName": "yargs-parser",
|
---|
14 | "rawSpec": "^20.2.2",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^20.2.2"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/karma/yargs"
|
---|
20 | ],
|
---|
21 | "_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
|
---|
22 | "_shasum": "2eb7dc3b0289718fc295f362753845c41a0c94ee",
|
---|
23 | "_spec": "yargs-parser@^20.2.2",
|
---|
24 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\karma\\node_modules\\yargs",
|
---|
25 | "author": {
|
---|
26 | "name": "Ben Coe",
|
---|
27 | "email": "ben@npmjs.com"
|
---|
28 | },
|
---|
29 | "bugs": {
|
---|
30 | "url": "https://github.com/yargs/yargs-parser/issues"
|
---|
31 | },
|
---|
32 | "bundleDependencies": false,
|
---|
33 | "deprecated": false,
|
---|
34 | "description": "the mighty option parser used by yargs",
|
---|
35 | "devDependencies": {
|
---|
36 | "@types/chai": "^4.2.11",
|
---|
37 | "@types/mocha": "^8.0.0",
|
---|
38 | "@types/node": "^14.0.0",
|
---|
39 | "@typescript-eslint/eslint-plugin": "^3.10.1",
|
---|
40 | "@typescript-eslint/parser": "^3.10.1",
|
---|
41 | "@wessberg/rollup-plugin-ts": "^1.2.28",
|
---|
42 | "c8": "^7.3.0",
|
---|
43 | "chai": "^4.2.0",
|
---|
44 | "cross-env": "^7.0.2",
|
---|
45 | "eslint": "^7.0.0",
|
---|
46 | "eslint-plugin-import": "^2.20.1",
|
---|
47 | "eslint-plugin-node": "^11.0.0",
|
---|
48 | "gts": "^3.0.0",
|
---|
49 | "mocha": "^9.0.0",
|
---|
50 | "puppeteer": "^10.0.0",
|
---|
51 | "rimraf": "^3.0.2",
|
---|
52 | "rollup": "^2.22.1",
|
---|
53 | "rollup-plugin-cleanup": "^3.1.1",
|
---|
54 | "serve": "^12.0.0",
|
---|
55 | "standardx": "^7.0.0",
|
---|
56 | "start-server-and-test": "^1.11.2",
|
---|
57 | "ts-transform-default-export": "^1.0.2",
|
---|
58 | "typescript": "^4.0.0"
|
---|
59 | },
|
---|
60 | "engines": {
|
---|
61 | "node": ">=10"
|
---|
62 | },
|
---|
63 | "exports": {
|
---|
64 | ".": [
|
---|
65 | {
|
---|
66 | "import": "./build/lib/index.js",
|
---|
67 | "require": "./build/index.cjs"
|
---|
68 | },
|
---|
69 | "./build/index.cjs"
|
---|
70 | ]
|
---|
71 | },
|
---|
72 | "files": [
|
---|
73 | "browser.js",
|
---|
74 | "build",
|
---|
75 | "!*.d.ts"
|
---|
76 | ],
|
---|
77 | "homepage": "https://github.com/yargs/yargs-parser#readme",
|
---|
78 | "keywords": [
|
---|
79 | "argument",
|
---|
80 | "parser",
|
---|
81 | "yargs",
|
---|
82 | "command",
|
---|
83 | "cli",
|
---|
84 | "parsing",
|
---|
85 | "option",
|
---|
86 | "args",
|
---|
87 | "argument"
|
---|
88 | ],
|
---|
89 | "license": "ISC",
|
---|
90 | "main": "build/index.cjs",
|
---|
91 | "module": "./build/lib/index.js",
|
---|
92 | "name": "yargs-parser",
|
---|
93 | "repository": {
|
---|
94 | "type": "git",
|
---|
95 | "url": "git+https://github.com/yargs/yargs-parser.git"
|
---|
96 | },
|
---|
97 | "scripts": {
|
---|
98 | "build:cjs": "rollup -c",
|
---|
99 | "check": "standardx '**/*.ts' && standardx '**/*.js' && standardx '**/*.cjs'",
|
---|
100 | "compile": "tsc",
|
---|
101 | "coverage": "c8 report --check-coverage",
|
---|
102 | "fix": "standardx --fix '**/*.ts' && standardx --fix '**/*.js' && standardx --fix '**/*.cjs'",
|
---|
103 | "postcompile": "npm run build:cjs",
|
---|
104 | "precompile": "rimraf build",
|
---|
105 | "prepare": "npm run compile",
|
---|
106 | "pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs",
|
---|
107 | "pretest:typescript": "npm run pretest",
|
---|
108 | "test": "c8 --reporter=text --reporter=html mocha test/*.cjs",
|
---|
109 | "test:browser": "start-server-and-test 'serve ./ -p 8080' http://127.0.0.1:8080/package.json 'node ./test/browser/yargs-test.cjs'",
|
---|
110 | "test:typescript": "c8 mocha ./build/test/typescript/*.js"
|
---|
111 | },
|
---|
112 | "standardx": {
|
---|
113 | "ignore": [
|
---|
114 | "build"
|
---|
115 | ]
|
---|
116 | },
|
---|
117 | "type": "module",
|
---|
118 | "version": "20.2.9"
|
---|
119 | }
|
---|