aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/optimist/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/optimist/package.json')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/optimist/package.json100
1 files changed, 100 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/optimist/package.json b/vnfmarket/src/main/webapp/vnfmarket/node_modules/optimist/package.json
new file mode 100644
index 00000000..d224b9e5
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/node_modules/optimist/package.json
@@ -0,0 +1,100 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "optimist@^0.6.1",
+ "scope": null,
+ "escapedName": "optimist",
+ "name": "optimist",
+ "rawSpec": "^0.6.1",
+ "spec": ">=0.6.1 <0.7.0",
+ "type": "range"
+ },
+ "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\karma"
+ ]
+ ],
+ "_from": "optimist@>=0.6.1 <0.7.0",
+ "_id": "optimist@0.6.1",
+ "_inCache": true,
+ "_location": "/optimist",
+ "_npmUser": {
+ "name": "substack",
+ "email": "mail@substack.net"
+ },
+ "_npmVersion": "1.3.21",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "optimist@^0.6.1",
+ "scope": null,
+ "escapedName": "optimist",
+ "name": "optimist",
+ "rawSpec": "^0.6.1",
+ "spec": ">=0.6.1 <0.7.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/handlebars",
+ "/http-proxy",
+ "/ibrik",
+ "/karma"
+ ],
+ "_resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz",
+ "_shasum": "da3ea74686fa21a19a111c326e90eb15a0196686",
+ "_shrinkwrap": null,
+ "_spec": "optimist@^0.6.1",
+ "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\karma",
+ "author": {
+ "name": "James Halliday",
+ "email": "mail@substack.net",
+ "url": "http://substack.net"
+ },
+ "bugs": {
+ "url": "https://github.com/substack/node-optimist/issues"
+ },
+ "dependencies": {
+ "minimist": "~0.0.1",
+ "wordwrap": "~0.0.2"
+ },
+ "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
+ "devDependencies": {
+ "hashish": "~0.0.4",
+ "tap": "~0.4.0"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "da3ea74686fa21a19a111c326e90eb15a0196686",
+ "tarball": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz"
+ },
+ "engine": {
+ "node": ">=0.4"
+ },
+ "homepage": "https://github.com/substack/node-optimist",
+ "keywords": [
+ "argument",
+ "args",
+ "option",
+ "parser",
+ "parsing",
+ "cli",
+ "command"
+ ],
+ "license": "MIT/X11",
+ "main": "./index.js",
+ "maintainers": [
+ {
+ "name": "substack",
+ "email": "mail@substack.net"
+ }
+ ],
+ "name": "optimist",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+ssh://git@github.com/substack/node-optimist.git"
+ },
+ "scripts": {
+ "test": "tap ./test/*.js"
+ },
+ "version": "0.6.1"
+}