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
RevLine 
[6a3a178]1{
[e29cc2e]2 "_from": "yargs@^13.3.2",
3 "_id": "yargs@13.3.2",
[59329aa]4 "_inBundle": false,
[e29cc2e]5 "_integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==",
[59329aa]6 "_location": "/yargs",
[e29cc2e]7 "_phantomChildren": {
8 "p-limit": "2.3.0"
9 },
[59329aa]10 "_requested": {
[e29cc2e]11 "type": "range",
[59329aa]12 "registry": true,
[e29cc2e]13 "raw": "yargs@^13.3.2",
[59329aa]14 "name": "yargs",
15 "escapedName": "yargs",
[e29cc2e]16 "rawSpec": "^13.3.2",
[59329aa]17 "saveSpec": null,
[e29cc2e]18 "fetchSpec": "^13.3.2"
[59329aa]19 },
20 "_requiredBy": [
[e29cc2e]21 "/webpack-dev-server"
[59329aa]22 ],
[e29cc2e]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",
[59329aa]27 "bugs": {
28 "url": "https://github.com/yargs/yargs/issues"
[6a3a178]29 },
[e29cc2e]30 "bundleDependencies": false,
[6a3a178]31 "contributors": [
32 {
33 "name": "Yargs Contributors",
34 "url": "https://github.com/yargs/yargs/graphs/contributors"
35 }
36 ],
37 "dependencies": {
[e29cc2e]38 "cliui": "^5.0.0",
39 "find-up": "^3.0.0",
40 "get-caller-file": "^2.0.1",
[6a3a178]41 "require-directory": "^2.1.1",
[e29cc2e]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"
[6a3a178]48 },
[e29cc2e]49 "deprecated": false,
[59329aa]50 "description": "yargs the modern, pirate-themed, successor to optimist.",
[6a3a178]51 "devDependencies": {
52 "chai": "^4.2.0",
[e29cc2e]53 "chalk": "^2.4.2",
54 "coveralls": "^3.0.3",
[6a3a178]55 "cpr": "^3.0.1",
[e29cc2e]56 "cross-spawn": "^6.0.4",
57 "es6-promise": "^4.2.5",
[6a3a178]58 "hashish": "0.0.4",
[e29cc2e]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",
[6a3a178]65 "yargs-test-extends": "^1.0.1"
66 },
[e29cc2e]67 "engine": {
68 "node": ">=6"
[6a3a178]69 },
[59329aa]70 "files": [
[e29cc2e]71 "index.js",
72 "yargs.js",
73 "lib",
[59329aa]74 "locales",
[e29cc2e]75 "completion.sh.hbs",
76 "completion.zsh.hbs",
77 "LICENSE"
[59329aa]78 ],
[6a3a178]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",
[e29cc2e]90 "main": "./index.js",
[59329aa]91 "name": "yargs",
92 "repository": {
93 "type": "git",
94 "url": "git+https://github.com/yargs/yargs.git"
95 },
96 "scripts": {
[e29cc2e]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 ]
[59329aa]106 },
[e29cc2e]107 "version": "13.3.2"
[6a3a178]108}
Note: See TracBrowser for help on using the repository browser.