motion
Version:
motion - moving development forward
163 lines (162 loc) • 3.62 kB
JSON
{
"_args": [
[
"yargs@~3.27.0",
"/Users/nw/motion/packages/motion/node_modules/defs"
]
],
"_from": "yargs@>=3.27.0 <3.28.0",
"_id": "yargs@3.27.0",
"_inCache": true,
"_installable": true,
"_location": "/yargs",
"_nodeVersion": "4.1.1",
"_npmUser": {
"email": "andrewbgoode@gmail.com",
"name": "abg"
},
"_npmVersion": "3.3.5",
"_phantomChildren": {},
"_requested": {
"name": "yargs",
"raw": "yargs@~3.27.0",
"rawSpec": "~3.27.0",
"scope": null,
"spec": ">=3.27.0 <3.28.0",
"type": "range"
},
"_requiredBy": [
"/defs"
],
"_resolved": "https://registry.npmjs.org/yargs/-/yargs-3.27.0.tgz",
"_shasum": "21205469316e939131d59f2da0c6d7f98221ea40",
"_shrinkwrap": null,
"_spec": "yargs@~3.27.0",
"_where": "/Users/nw/motion/packages/motion/node_modules/defs",
"author": {
"email": "Alex.Ford@CodeTunnel.com",
"name": "Alex Ford",
"url": "http://CodeTunnel.com"
},
"bugs": {
"url": "https://github.com/bcoe/yargs/issues"
},
"contributors": [
{
"name": "Benjamin Coe",
"email": "ben@npmjs.com",
"url": "https://github.com/bcoe"
},
{
"name": "Andrew Goode",
"url": "https://github.com/nexdrew"
},
{
"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"
},
{
"name": "Lin Clark",
"url": "https://github.com/linclark"
},
{
"name": "Tim Schaub",
"url": "https://github.com/tschaub"
}
],
"dependencies": {
"camelcase": "^1.2.1",
"cliui": "^2.1.0",
"decamelize": "^1.0.0",
"os-locale": "^1.4.0",
"window-size": "^0.1.2",
"y18n": "^3.2.0"
},
"description": "Light-weight option parsing with an argv hash. No optstrings attached.",
"devDependencies": {
"chai": "^3.3.0",
"coveralls": "^2.11.4",
"hashish": "0.0.4",
"mocha": "^2.3.3",
"nyc": "^3.2.2",
"standard": "^5.3.1",
"which": "^1.1.2",
"win-spawn": "^2.0.0"
},
"directories": {},
"dist": {
"shasum": "21205469316e939131d59f2da0c6d7f98221ea40",
"tarball": "http://registry.npmjs.org/yargs/-/yargs-3.27.0.tgz"
},
"engine": {
"node": ">=0.4"
},
"files": [
"LICENSE",
"completion.sh.hbs",
"index.js",
"lib",
"locales"
],
"gitHead": "085210de805c856edcae8d2f8428a9f077e39098",
"homepage": "https://github.com/bcoe/yargs#readme",
"keywords": [
"args",
"argument",
"cli",
"command",
"option",
"parser",
"parsing"
],
"license": "MIT",
"main": "./index.js",
"maintainers": [
{
"name": "chevex",
"email": "alex.ford@codetunnel.com"
},
{
"name": "bcoe",
"email": "ben@npmjs.com"
},
{
"name": "nylen",
"email": "jnylen@gmail.com"
},
{
"name": "abg",
"email": "andrewbgoode@gmail.com"
}
],
"name": "yargs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bcoe/yargs.git"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"test": "standard && nyc ./node_modules/.bin/_mocha --timeout=4000 --check-leaks"
},
"standard": {
"globals": [
"it"
],
"ignore": [
"**/example/**"
]
},
"version": "3.27.0"
}