�PNG  IHDR��;���IDATx��ܻn�0���K�� �)(�pA��� ���7�LeG{�� �§㻢|��ذaÆ 6lذaÆ 6lذaÆ 6lom��$^�y���ذag�5bÆ 6lذaÆ 6lذa{���� 6lذaÆ �`����}H�Fkm�,�m����Ӫ���ô�ô!� �x�|'ܢ˟;�E:���9�&ᶒ�}�{�v]�n&�6� �h��_��t�ڠ͵-ҫ���Z;��Z$�.�P���k�ž)�!��o���>}l�eQfJ�T��u і���چ��\��X=8��Rن4`Vw�l�>����n�G�^��i�s��"ms�$�u��i��?w�bs[m�6�K4���O���.�4��%����/����b�C%��t ��M�ז� �-l�G6�mrz2���s�%�9��s@���-�k�9�=���)������k�B5����\��+͂�Zsٲ ��Rn��~G���R���C����� �wIcI��n7jJ���hۛNCS|���j0��8y�iHKֶۛ�k�Ɉ+;Sz������L/��F�*\��Ԕ�#"5��m�2��[S��������=�g��n�a�P�e�ғ�L�� lذaÆ 6l�^k��̱aÆ 6lذaÆ 6lذa;���� �_��ذaÆ 6lذaÆ 6lذaÆ ���R���IEND�B` { "_from": "yargs@^17.0.1", "_id": "yargs@17.0.1", "_inBundle": false, "_integrity": "sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ==", "_location": "/yargs", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "yargs@^17.0.1", "name": "yargs", "escapedName": "yargs", "rawSpec": "^17.0.1", "saveSpec": null, "fetchSpec": "^17.0.1" }, "_requiredBy": [ "/laravel-mix" ], "_resolved": "https://registry.npmjs.org/yargs/-/yargs-17.0.1.tgz", "_shasum": "6a1ced4ed5ee0b388010ba9fd67af83b9362e0bb", "_spec": "yargs@^17.0.1", "_where": "/home/files/repos/manoke/newSite/node_modules/laravel-mix", "bugs": { "url": "https://github.com/yargs/yargs/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Yargs Contributors", "url": "https://github.com/yargs/yargs/graphs/contributors" } ], "dependencies": { "cliui": "^7.0.2", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", "require-directory": "^2.1.1", "string-width": "^4.2.0", "y18n": "^5.0.5", "yargs-parser": "^20.2.2" }, "deprecated": false, "description": "yargs the modern, pirate-themed, successor to optimist.", "devDependencies": { "@types/chai": "^4.2.11", "@types/mocha": "^8.0.0", "@types/node": "^14.11.2", "@wessberg/rollup-plugin-ts": "^1.3.2", "c8": "^7.7.0", "chai": "^4.2.0", "chalk": "^4.0.0", "coveralls": "^3.0.9", "cpr": "^3.0.1", "cross-env": "^7.0.2", "cross-spawn": "^7.0.0", "eslint": "^7.23.0", "gts": "^3.0.0", "hashish": "0.0.4", "mocha": "^8.0.0", "rimraf": "^3.0.2", "rollup": "^2.23.0", "rollup-plugin-cleanup": "^3.1.1", "rollup-plugin-terser": "^7.0.2", "typescript": "^4.0.2", "which": "^2.0.0", "yargs-test-extends": "^1.0.1" }, "engines": { "node": ">=12" }, "exports": { "./package.json": "./package.json", ".": [ { "import": "./index.mjs", "require": "./index.cjs" }, "./index.cjs" ], "./helpers": { "import": "./helpers/helpers.mjs", "require": "./helpers/index.js" }, "./yargs": [ { "require": "./yargs" }, "./yargs" ] }, "files": [ "browser.mjs", "index.cjs", "helpers/*.js", "helpers/*", "index.mjs", "yargs", "build", "locales", "LICENSE", "lib/platform-shims/*.mjs", "!*.d.ts", "!**/*.d.ts" ], "homepage": "https://yargs.js.org/", "keywords": [ "argument", "args", "option", "parser", "parsing", "cli", "command" ], "license": "MIT", "main": "./index.cjs", "module": "./index.mjs", "name": "yargs", "repository": { "type": "git", "url": "git+https://github.com/yargs/yargs.git" }, "scripts": { "build:cjs": "rollup -c rollup.config.cjs", "check": "gts lint && npm run check:js", "check:js": "eslint . --ext cjs --ext mjs --ext js", "clean": "gts clean", "compile": "rimraf build && tsc", "coverage": "c8 report --check-coverage", "fix": "gts fix && npm run fix:js", "fix:js": "eslint . --ext cjs --ext mjs --ext js --fix", "postbuild:cjs": "rimraf ./build/index.cjs.d.ts", "postcompile": "npm run build:cjs", "posttest": "npm run check", "prepare": "npm run compile", "pretest": "npm run compile -- -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs", "test": "c8 mocha --enable-source-maps ./test/*.cjs --require ./test/before.cjs --timeout=12000 --check-leaks", "test:esm": "c8 mocha --enable-source-maps ./test/esm/*.mjs --check-leaks" }, "type": "module", "version": "17.0.1" }