1 | {
|
---|
2 | "_from": "yargs-parser@^13.1.2",
|
---|
3 | "_id": "yargs-parser@13.1.2",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==",
|
---|
6 | "_location": "/yargs-parser",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "yargs-parser@^13.1.2",
|
---|
12 | "name": "yargs-parser",
|
---|
13 | "escapedName": "yargs-parser",
|
---|
14 | "rawSpec": "^13.1.2",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^13.1.2"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/yargs"
|
---|
20 | ],
|
---|
21 | "_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz",
|
---|
22 | "_shasum": "130f09702ebaeef2650d54ce6e3e5706f7a4fb38",
|
---|
23 | "_spec": "yargs-parser@^13.1.2",
|
---|
24 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\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 | "dependencies": {
|
---|
34 | "camelcase": "^5.0.0",
|
---|
35 | "decamelize": "^1.2.0"
|
---|
36 | },
|
---|
37 | "deprecated": false,
|
---|
38 | "description": "the mighty option parser used by yargs",
|
---|
39 | "devDependencies": {
|
---|
40 | "chai": "^4.2.0",
|
---|
41 | "coveralls": "^3.0.2",
|
---|
42 | "mocha": "^5.2.0",
|
---|
43 | "nyc": "^14.1.0",
|
---|
44 | "standard": "^12.0.1",
|
---|
45 | "standard-version": "^6.0.0"
|
---|
46 | },
|
---|
47 | "engine": {
|
---|
48 | "node": ">=6"
|
---|
49 | },
|
---|
50 | "files": [
|
---|
51 | "lib",
|
---|
52 | "index.js"
|
---|
53 | ],
|
---|
54 | "homepage": "https://github.com/yargs/yargs-parser#readme",
|
---|
55 | "keywords": [
|
---|
56 | "argument",
|
---|
57 | "parser",
|
---|
58 | "yargs",
|
---|
59 | "command",
|
---|
60 | "cli",
|
---|
61 | "parsing",
|
---|
62 | "option",
|
---|
63 | "args",
|
---|
64 | "argument"
|
---|
65 | ],
|
---|
66 | "license": "ISC",
|
---|
67 | "main": "index.js",
|
---|
68 | "name": "yargs-parser",
|
---|
69 | "repository": {
|
---|
70 | "url": "git+ssh://git@github.com/yargs/yargs-parser.git"
|
---|
71 | },
|
---|
72 | "scripts": {
|
---|
73 | "coverage": "nyc report --reporter=text-lcov | coveralls",
|
---|
74 | "posttest": "standard",
|
---|
75 | "release": "standard-version",
|
---|
76 | "test": "nyc mocha test/*.js"
|
---|
77 | },
|
---|
78 | "version": "13.1.2"
|
---|
79 | }
|
---|