aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/yargs/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/yargs/package.json')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/yargs/package.json153
1 files changed, 153 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/yargs/package.json b/vnfmarket/src/main/webapp/vnfmarket/node_modules/yargs/package.json
new file mode 100644
index 00000000..b7a197a4
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/node_modules/yargs/package.json
@@ -0,0 +1,153 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "yargs@~3.10.0",
+ "scope": null,
+ "escapedName": "yargs",
+ "name": "yargs",
+ "rawSpec": "~3.10.0",
+ "spec": ">=3.10.0 <3.11.0",
+ "type": "range"
+ },
+ "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\handlebars\\node_modules\\uglify-js"
+ ]
+ ],
+ "_from": "yargs@>=3.10.0 <3.11.0",
+ "_id": "yargs@3.10.0",
+ "_inCache": true,
+ "_location": "/yargs",
+ "_nodeVersion": "2.0.2",
+ "_npmUser": {
+ "name": "bcoe",
+ "email": "ben@npmjs.com"
+ },
+ "_npmVersion": "2.9.0",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "yargs@~3.10.0",
+ "scope": null,
+ "escapedName": "yargs",
+ "name": "yargs",
+ "rawSpec": "~3.10.0",
+ "spec": ">=3.10.0 <3.11.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/handlebars/uglify-js"
+ ],
+ "_resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
+ "_shasum": "f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1",
+ "_shrinkwrap": null,
+ "_spec": "yargs@~3.10.0",
+ "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\handlebars\\node_modules\\uglify-js",
+ "author": {
+ "name": "Alex Ford",
+ "email": "Alex.Ford@CodeTunnel.com",
+ "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": "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"
+ }
+ ],
+ "dependencies": {
+ "camelcase": "^1.0.2",
+ "cliui": "^2.1.0",
+ "decamelize": "^1.0.0",
+ "window-size": "0.1.0"
+ },
+ "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
+ "devDependencies": {
+ "chai": "^2.2.0",
+ "coveralls": "^2.11.2",
+ "hashish": "0.0.4",
+ "mocha": "^2.2.1",
+ "nyc": "^2.2.1",
+ "standard": "^3.11.1"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1",
+ "tarball": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz"
+ },
+ "engine": {
+ "node": ">=0.4"
+ },
+ "files": [
+ "index.js",
+ "lib",
+ "completion.sh.hbs",
+ "LICENSE"
+ ],
+ "gitHead": "491e6b10e46485a31504e6a1ef21450dff425030",
+ "homepage": "https://github.com/bcoe/yargs#readme",
+ "keywords": [
+ "argument",
+ "args",
+ "option",
+ "parser",
+ "parsing",
+ "cli",
+ "command"
+ ],
+ "license": "MIT",
+ "main": "./index.js",
+ "maintainers": [
+ {
+ "name": "chevex",
+ "email": "alex.ford@codetunnel.com"
+ },
+ {
+ "name": "bcoe",
+ "email": "bencoe@gmail.com"
+ },
+ {
+ "name": "nylen",
+ "email": "jnylen@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 mocha --check-leaks && nyc report"
+ },
+ "standard": {
+ "ignore": [
+ "**/example/**"
+ ],
+ "globals": [
+ "it"
+ ]
+ },
+ "version": "3.10.0"
+}