funcunit
Version:
<!-- @hide title
84 lines (83 loc) • 1.95 kB
JSON
{
"_from": "yargs@^1.3.1",
"_id": "yargs@1.3.3",
"_inBundle": false,
"_integrity": "sha1-BU3oth8i7v23IHBZ6u+da4P7kxo=",
"_location": "/yargs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "yargs@^1.3.1",
"name": "yargs",
"escapedName": "yargs",
"rawSpec": "^1.3.1",
"saveSpec": null,
"fetchSpec": "^1.3.1"
},
"_requiredBy": [
"/documentjs",
"/documentjs/steal-tools"
],
"_resolved": "https://registry.npmjs.org/yargs/-/yargs-1.3.3.tgz",
"_shasum": "054de8b61f22eefdb7207059eaef9d6b83fb931a",
"_spec": "yargs@^1.3.1",
"_where": "/Library/WebServer/Documents/GitHub/funcunit/site/node_modules/documentjs",
"author": {
"name": "Alex Ford",
"email": "Alex.Ford@CodeTunnel.com",
"url": "http://CodeTunnel.com"
},
"bugs": {
"url": "https://github.com/chevex/yargs/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Chris Needham",
"email": "chris@chrisneedham.com",
"url": "http://chrisneedham.com"
},
{
"name": "James Nylen",
"email": "jnylen@gmail.com",
"url": "https://github.com/nylen"
},
{
"name": "Benjamin Horsleben",
"url": "https://github.com/fizker"
}
],
"dependencies": {},
"deprecated": false,
"description": "Light-weight option parsing with an argv hash. No optstrings attached.",
"devDependencies": {
"chai": "*",
"hashish": "*",
"mocha": "*"
},
"engine": {
"node": ">=0.4"
},
"homepage": "https://github.com/chevex/yargs#readme",
"keywords": [
"argument",
"args",
"option",
"parser",
"parsing",
"cli",
"command"
],
"license": "MIT/X11",
"main": "./index.js",
"name": "yargs",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/chevex/yargs.git"
},
"scripts": {
"test": "mocha -R nyan"
},
"version": "1.3.3"
}