mirror of
https://github.com/thangisme/notes.git
synced 2026-04-26 02:49:07 -04:00
Initial commit
This commit is contained in:
105
node_modules/yargs/package.json
generated
vendored
Normal file
105
node_modules/yargs/package.json
generated
vendored
Normal file
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"yargs@^1.2.6",
|
||||
"/Users/pmarsceill/_projects/just-the-docs/node_modules/colorguard"
|
||||
]
|
||||
],
|
||||
"_from": "yargs@>=1.2.6 <2.0.0",
|
||||
"_id": "yargs@1.3.3",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/yargs",
|
||||
"_nodeVersion": "0.10.33",
|
||||
"_npmUser": {
|
||||
"email": "alex.ford@codetunnel.com",
|
||||
"name": "chevex"
|
||||
},
|
||||
"_npmVersion": "2.1.7",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "yargs",
|
||||
"raw": "yargs@^1.2.6",
|
||||
"rawSpec": "^1.2.6",
|
||||
"scope": null,
|
||||
"spec": ">=1.2.6 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/colorguard"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/yargs/-/yargs-1.3.3.tgz",
|
||||
"_shasum": "054de8b61f22eefdb7207059eaef9d6b83fb931a",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "yargs@^1.2.6",
|
||||
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/colorguard",
|
||||
"author": {
|
||||
"email": "Alex.Ford@CodeTunnel.com",
|
||||
"name": "Alex Ford",
|
||||
"url": "http://CodeTunnel.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/chevex/yargs/issues"
|
||||
},
|
||||
"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": {},
|
||||
"description": "Light-weight option parsing with an argv hash. No optstrings attached.",
|
||||
"devDependencies": {
|
||||
"chai": "*",
|
||||
"hashish": "*",
|
||||
"mocha": "*"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "054de8b61f22eefdb7207059eaef9d6b83fb931a",
|
||||
"tarball": "https://registry.npmjs.org/yargs/-/yargs-1.3.3.tgz"
|
||||
},
|
||||
"engine": {
|
||||
"node": ">=0.4"
|
||||
},
|
||||
"gitHead": "e6807327c06dd6a311c63e124ff6a50e38b23804",
|
||||
"homepage": "https://github.com/chevex/yargs",
|
||||
"keywords": [
|
||||
"args",
|
||||
"argument",
|
||||
"cli",
|
||||
"command",
|
||||
"option",
|
||||
"parser",
|
||||
"parsing"
|
||||
],
|
||||
"license": "MIT/X11",
|
||||
"main": "./index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"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/chevex/yargs.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha -R nyan"
|
||||
},
|
||||
"version": "1.3.3"
|
||||
}
|
||||
Reference in New Issue
Block a user