source: trip-planner-front/node_modules/yargs/package.json@ 59329aa

Last change on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 3.7 KB
Line 
1{
2 "_args": [
3 [
4 "yargs@17.2.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "yargs@17.2.1",
10 "_id": "yargs@17.2.1",
11 "_inBundle": false,
12 "_integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==",
13 "_location": "/yargs",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "yargs@17.2.1",
19 "name": "yargs",
20 "escapedName": "yargs",
21 "rawSpec": "17.2.1",
22 "saveSpec": null,
23 "fetchSpec": "17.2.1"
24 },
25 "_requiredBy": [
26 "/@angular/compiler-cli"
27 ],
28 "_resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz",
29 "_spec": "17.2.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "bugs": {
32 "url": "https://github.com/yargs/yargs/issues"
33 },
34 "contributors": [
35 {
36 "name": "Yargs Contributors",
37 "url": "https://github.com/yargs/yargs/graphs/contributors"
38 }
39 ],
40 "dependencies": {
41 "cliui": "^7.0.2",
42 "escalade": "^3.1.1",
43 "get-caller-file": "^2.0.5",
44 "require-directory": "^2.1.1",
45 "string-width": "^4.2.0",
46 "y18n": "^5.0.5",
47 "yargs-parser": "^20.2.2"
48 },
49 "description": "yargs the modern, pirate-themed, successor to optimist.",
50 "devDependencies": {
51 "@types/chai": "^4.2.11",
52 "@types/mocha": "^9.0.0",
53 "@types/node": "^14.11.2",
54 "@wessberg/rollup-plugin-ts": "^1.3.2",
55 "c8": "^7.7.0",
56 "chai": "^4.2.0",
57 "chalk": "^4.0.0",
58 "coveralls": "^3.0.9",
59 "cpr": "^3.0.1",
60 "cross-env": "^7.0.2",
61 "cross-spawn": "^7.0.0",
62 "eslint": "^7.23.0",
63 "gts": "^3.0.0",
64 "hashish": "0.0.4",
65 "mocha": "^9.0.0",
66 "rimraf": "^3.0.2",
67 "rollup": "^2.23.0",
68 "rollup-plugin-cleanup": "^3.1.1",
69 "rollup-plugin-terser": "^7.0.2",
70 "typescript": "^4.0.2",
71 "which": "^2.0.0",
72 "yargs-test-extends": "^1.0.1"
73 },
74 "engines": {
75 "node": ">=12"
76 },
77 "exports": {
78 "./package.json": "./package.json",
79 ".": [
80 {
81 "import": "./index.mjs",
82 "require": "./index.cjs"
83 },
84 "./index.cjs"
85 ],
86 "./helpers": {
87 "import": "./helpers/helpers.mjs",
88 "require": "./helpers/index.js"
89 },
90 "./yargs": [
91 {
92 "require": "./yargs"
93 },
94 "./yargs"
95 ]
96 },
97 "files": [
98 "browser.mjs",
99 "index.cjs",
100 "helpers/*.js",
101 "helpers/*",
102 "index.mjs",
103 "yargs",
104 "build",
105 "locales",
106 "LICENSE",
107 "lib/platform-shims/*.mjs",
108 "!*.d.ts",
109 "!**/*.d.ts"
110 ],
111 "homepage": "https://yargs.js.org/",
112 "keywords": [
113 "argument",
114 "args",
115 "option",
116 "parser",
117 "parsing",
118 "cli",
119 "command"
120 ],
121 "license": "MIT",
122 "main": "./index.cjs",
123 "module": "./index.mjs",
124 "name": "yargs",
125 "repository": {
126 "type": "git",
127 "url": "git+https://github.com/yargs/yargs.git"
128 },
129 "scripts": {
130 "build:cjs": "rollup -c rollup.config.cjs",
131 "check": "gts lint && npm run check:js",
132 "check:js": "eslint . --ext cjs --ext mjs --ext js",
133 "clean": "gts clean",
134 "compile": "rimraf build && tsc",
135 "coverage": "c8 report --check-coverage",
136 "fix": "gts fix && npm run fix:js",
137 "fix:js": "eslint . --ext cjs --ext mjs --ext js --fix",
138 "postbuild:cjs": "rimraf ./build/index.cjs.d.ts",
139 "postcompile": "npm run build:cjs",
140 "posttest": "npm run check",
141 "prepare": "npm run compile",
142 "pretest": "npm run compile -- -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs",
143 "test": "c8 mocha --enable-source-maps ./test/*.cjs --require ./test/before.cjs --timeout=12000 --check-leaks",
144 "test:esm": "c8 mocha --enable-source-maps ./test/esm/*.mjs --check-leaks"
145 },
146 "type": "module",
147 "version": "17.2.1"
148}
Note: See TracBrowser for help on using the repository browser.