source: trip-planner-front/node_modules/yargs/package.json@ 8d391a1

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

primeNG components

  • Property mode set to 100644
File size: 2.6 KB
Line 
1{
2 "_from": "yargs@^13.3.2",
3 "_id": "yargs@13.3.2",
4 "_inBundle": false,
5 "_integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==",
6 "_location": "/yargs",
7 "_phantomChildren": {
8 "p-limit": "2.3.0"
9 },
10 "_requested": {
11 "type": "range",
12 "registry": true,
13 "raw": "yargs@^13.3.2",
14 "name": "yargs",
15 "escapedName": "yargs",
16 "rawSpec": "^13.3.2",
17 "saveSpec": null,
18 "fetchSpec": "^13.3.2"
19 },
20 "_requiredBy": [
21 "/webpack-dev-server"
22 ],
23 "_resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz",
24 "_shasum": "ad7ffefec1aa59565ac915f82dccb38a9c31a2dd",
25 "_spec": "yargs@^13.3.2",
26 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\webpack-dev-server",
27 "bugs": {
28 "url": "https://github.com/yargs/yargs/issues"
29 },
30 "bundleDependencies": false,
31 "contributors": [
32 {
33 "name": "Yargs Contributors",
34 "url": "https://github.com/yargs/yargs/graphs/contributors"
35 }
36 ],
37 "dependencies": {
38 "cliui": "^5.0.0",
39 "find-up": "^3.0.0",
40 "get-caller-file": "^2.0.1",
41 "require-directory": "^2.1.1",
42 "require-main-filename": "^2.0.0",
43 "set-blocking": "^2.0.0",
44 "string-width": "^3.0.0",
45 "which-module": "^2.0.0",
46 "y18n": "^4.0.0",
47 "yargs-parser": "^13.1.2"
48 },
49 "deprecated": false,
50 "description": "yargs the modern, pirate-themed, successor to optimist.",
51 "devDependencies": {
52 "chai": "^4.2.0",
53 "chalk": "^2.4.2",
54 "coveralls": "^3.0.3",
55 "cpr": "^3.0.1",
56 "cross-spawn": "^6.0.4",
57 "es6-promise": "^4.2.5",
58 "hashish": "0.0.4",
59 "mocha": "^5.2.0",
60 "nyc": "^14.1.0",
61 "rimraf": "^2.6.3",
62 "standard": "^12.0.1",
63 "standard-version": "^6.0.1",
64 "which": "^1.3.1",
65 "yargs-test-extends": "^1.0.1"
66 },
67 "engine": {
68 "node": ">=6"
69 },
70 "files": [
71 "index.js",
72 "yargs.js",
73 "lib",
74 "locales",
75 "completion.sh.hbs",
76 "completion.zsh.hbs",
77 "LICENSE"
78 ],
79 "homepage": "https://yargs.js.org/",
80 "keywords": [
81 "argument",
82 "args",
83 "option",
84 "parser",
85 "parsing",
86 "cli",
87 "command"
88 ],
89 "license": "MIT",
90 "main": "./index.js",
91 "name": "yargs",
92 "repository": {
93 "type": "git",
94 "url": "git+https://github.com/yargs/yargs.git"
95 },
96 "scripts": {
97 "coverage": "nyc report --reporter=text-lcov | coveralls",
98 "pretest": "standard",
99 "release": "standard-version",
100 "test": "nyc --cache mocha --require ./test/before.js --timeout=12000 --check-leaks"
101 },
102 "standard": {
103 "ignore": [
104 "**/example/**"
105 ]
106 },
107 "version": "13.3.2"
108}
Note: See TracBrowser for help on using the repository browser.