chat-client/node_modules/yargs/package.json

140 lines
3.4 KiB
JSON

{
"_args": [
[
"yargs@^10.0.3",
"/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-client/node_modules/showdown"
]
],
"_from": "yargs@>=10.0.3 <11.0.0",
"_id": "yargs@10.1.2",
"_inCache": true,
"_installable": true,
"_location": "/yargs",
"_nodeVersion": "8.8.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/yargs-10.1.2.tgz_1516169615790_0.48233411903493106"
},
"_npmUser": {
"email": "ben@npmjs.com",
"name": "bcoe"
},
"_npmVersion": "5.4.2",
"_phantomChildren": {
"locate-path": "2.0.0"
},
"_requested": {
"name": "yargs",
"raw": "yargs@^10.0.3",
"rawSpec": "^10.0.3",
"scope": null,
"spec": ">=10.0.3 <11.0.0",
"type": "range"
},
"_requiredBy": [
"/showdown"
],
"_resolved": "https://registry.npmjs.org/yargs/-/yargs-10.1.2.tgz",
"_shasum": "454d074c2b16a51a43e2fb7807e4f9de69ccb5c5",
"_shrinkwrap": null,
"_spec": "yargs@^10.0.3",
"_where": "/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-client/node_modules/showdown",
"bugs": {
"url": "https://github.com/yargs/yargs/issues"
},
"dependencies": {
"cliui": "^4.0.0",
"decamelize": "^1.1.1",
"find-up": "^2.1.0",
"get-caller-file": "^1.0.1",
"os-locale": "^2.0.0",
"require-directory": "^2.1.1",
"require-main-filename": "^1.0.1",
"set-blocking": "^2.0.0",
"string-width": "^2.0.0",
"which-module": "^2.0.0",
"y18n": "^3.2.1",
"yargs-parser": "^8.1.0"
},
"description": "yargs the modern, pirate-themed, successor to optimist.",
"devDependencies": {
"chai": "^4.1.2",
"chalk": "^1.1.3",
"coveralls": "^2.11.11",
"cpr": "^2.0.0",
"cross-spawn": "^5.0.1",
"es6-promise": "^4.0.2",
"hashish": "0.0.4",
"mocha": "^3.0.1",
"nyc": "^11.2.1",
"rimraf": "^2.5.0",
"standard": "^8.6.0",
"standard-version": "^4.2.0",
"which": "^1.2.9",
"yargs-test-extends": "^1.0.1"
},
"directories": {},
"dist": {
"integrity": "sha512-ivSoxqBGYOqQVruxD35+EyCFDYNEFL/Uo6FcOnz+9xZdZzK0Zzw4r4KhbrME1Oo2gOggwJod2MnsdamSG7H9ig==",
"shasum": "454d074c2b16a51a43e2fb7807e4f9de69ccb5c5",
"tarball": "https://registry.npmjs.org/yargs/-/yargs-10.1.2.tgz"
},
"engine": {
"node": ">=4"
},
"files": [
"LICENSE",
"completion.sh.hbs",
"index.js",
"lib",
"locales",
"yargs.js"
],
"gitHead": "6bad6a92062fde7396e1646e40016288ac6feadf",
"homepage": "http://yargs.js.org/",
"keywords": [
"args",
"argument",
"cli",
"command",
"option",
"parser",
"parsing"
],
"license": "MIT",
"main": "./index.js",
"maintainers": [
{
"name": "nexdrew",
"email": "andrewbgoode@gmail.com"
},
{
"name": "bcoe",
"email": "ben@npmjs.com"
},
{
"name": "chevex",
"email": "alex.ford@codetunnel.com"
}
],
"name": "yargs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/yargs/yargs.git"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"posttest": "standard",
"release": "standard-version",
"test": "nyc --cache mocha --require ./test/before.js --timeout=8000 --check-leaks"
},
"standard": {
"ignore": [
"**/example/**"
]
},
"version": "10.1.2"
}