[6a3a178] | 1 | {
|
---|
[e29cc2e] | 2 | "_from": "yargs-parser@^13.1.2",
|
---|
| 3 | "_id": "yargs-parser@13.1.2",
|
---|
[59329aa] | 4 | "_inBundle": false,
|
---|
[e29cc2e] | 5 | "_integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==",
|
---|
[59329aa] | 6 | "_location": "/yargs-parser",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
[e29cc2e] | 9 | "type": "range",
|
---|
[59329aa] | 10 | "registry": true,
|
---|
[e29cc2e] | 11 | "raw": "yargs-parser@^13.1.2",
|
---|
[59329aa] | 12 | "name": "yargs-parser",
|
---|
| 13 | "escapedName": "yargs-parser",
|
---|
[e29cc2e] | 14 | "rawSpec": "^13.1.2",
|
---|
[59329aa] | 15 | "saveSpec": null,
|
---|
[e29cc2e] | 16 | "fetchSpec": "^13.1.2"
|
---|
[6a3a178] | 17 | },
|
---|
[59329aa] | 18 | "_requiredBy": [
|
---|
| 19 | "/yargs"
|
---|
| 20 | ],
|
---|
[e29cc2e] | 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",
|
---|
[59329aa] | 25 | "author": {
|
---|
| 26 | "name": "Ben Coe",
|
---|
| 27 | "email": "ben@npmjs.com"
|
---|
[6a3a178] | 28 | },
|
---|
[59329aa] | 29 | "bugs": {
|
---|
| 30 | "url": "https://github.com/yargs/yargs-parser/issues"
|
---|
[6a3a178] | 31 | },
|
---|
[e29cc2e] | 32 | "bundleDependencies": false,
|
---|
| 33 | "dependencies": {
|
---|
| 34 | "camelcase": "^5.0.0",
|
---|
| 35 | "decamelize": "^1.2.0"
|
---|
| 36 | },
|
---|
| 37 | "deprecated": false,
|
---|
[59329aa] | 38 | "description": "the mighty option parser used by yargs",
|
---|
[6a3a178] | 39 | "devDependencies": {
|
---|
| 40 | "chai": "^4.2.0",
|
---|
[e29cc2e] | 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"
|
---|
[6a3a178] | 46 | },
|
---|
[e29cc2e] | 47 | "engine": {
|
---|
| 48 | "node": ">=6"
|
---|
[59329aa] | 49 | },
|
---|
[6a3a178] | 50 | "files": [
|
---|
[e29cc2e] | 51 | "lib",
|
---|
| 52 | "index.js"
|
---|
[6a3a178] | 53 | ],
|
---|
[59329aa] | 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",
|
---|
[e29cc2e] | 67 | "main": "index.js",
|
---|
[59329aa] | 68 | "name": "yargs-parser",
|
---|
| 69 | "repository": {
|
---|
[e29cc2e] | 70 | "url": "git+ssh://git@github.com/yargs/yargs-parser.git"
|
---|
[59329aa] | 71 | },
|
---|
| 72 | "scripts": {
|
---|
[e29cc2e] | 73 | "coverage": "nyc report --reporter=text-lcov | coveralls",
|
---|
| 74 | "posttest": "standard",
|
---|
| 75 | "release": "standard-version",
|
---|
| 76 | "test": "nyc mocha test/*.js"
|
---|
[59329aa] | 77 | },
|
---|
[e29cc2e] | 78 | "version": "13.1.2"
|
---|
[6a3a178] | 79 | }
|
---|