summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/js-yaml/node_modules/argparse/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/js-yaml/node_modules/argparse/package.json')
-rw-r--r--tools/eslint/node_modules/js-yaml/node_modules/argparse/package.json62
1 files changed, 62 insertions, 0 deletions
diff --git a/tools/eslint/node_modules/js-yaml/node_modules/argparse/package.json b/tools/eslint/node_modules/js-yaml/node_modules/argparse/package.json
new file mode 100644
index 0000000000..3c1b7fd712
--- /dev/null
+++ b/tools/eslint/node_modules/js-yaml/node_modules/argparse/package.json
@@ -0,0 +1,62 @@
+{
+ "name": "argparse",
+ "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
+ "version": "1.0.2",
+ "keywords": [
+ "cli",
+ "parser",
+ "argparse",
+ "option",
+ "args"
+ ],
+ "homepage": "https://github.com/nodeca/argparse",
+ "contributors": [
+ {
+ "name": "Eugene Shkuropat"
+ },
+ {
+ "name": "Paul Jacobson"
+ }
+ ],
+ "bugs": {
+ "url": "https://github.com/nodeca/argparse/issues"
+ },
+ "license": "MIT",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/nodeca/argparse.git"
+ },
+ "main": "./index.js",
+ "scripts": {
+ "test": "make test"
+ },
+ "dependencies": {
+ "lodash": ">= 3.2.0 < 4.0.0",
+ "sprintf-js": "~1.0.2"
+ },
+ "devDependencies": {
+ "mocha": "*"
+ },
+ "gitHead": "990f1b5332e70dd3c1c437d2f4077a2b63ac9674",
+ "_id": "argparse@1.0.2",
+ "_shasum": "bcfae39059656d1973d0b9e6a1a74154b5a9a136",
+ "_from": "argparse@>=1.0.2 <1.1.0",
+ "_npmVersion": "1.4.28",
+ "_npmUser": {
+ "name": "vitaly",
+ "email": "vitaly@rcdesign.ru"
+ },
+ "maintainers": [
+ {
+ "name": "vitaly",
+ "email": "vitaly@rcdesign.ru"
+ }
+ ],
+ "dist": {
+ "shasum": "bcfae39059656d1973d0b9e6a1a74154b5a9a136",
+ "tarball": "http://registry.npmjs.org/argparse/-/argparse-1.0.2.tgz"
+ },
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.2.tgz",
+ "readme": "ERROR: No README data found!"
+}