aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/ibrik/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/ibrik/package.json')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/ibrik/package.json110
1 files changed, 110 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/ibrik/package.json b/vnfmarket/src/main/webapp/vnfmarket/node_modules/ibrik/package.json
new file mode 100644
index 00000000..71572aa5
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/node_modules/ibrik/package.json
@@ -0,0 +1,110 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "ibrik@~2.0.0",
+ "scope": null,
+ "escapedName": "ibrik",
+ "name": "ibrik",
+ "rawSpec": "~2.0.0",
+ "spec": ">=2.0.0 <2.1.0",
+ "type": "range"
+ },
+ "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\karma-coverage"
+ ]
+ ],
+ "_from": "ibrik@>=2.0.0 <2.1.0",
+ "_id": "ibrik@2.0.0",
+ "_inCache": true,
+ "_location": "/ibrik",
+ "_npmUser": {
+ "name": "constellation",
+ "email": "utatane.tea@gmail.com"
+ },
+ "_npmVersion": "2.0.0-alpha-5",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "ibrik@~2.0.0",
+ "scope": null,
+ "escapedName": "ibrik",
+ "name": "ibrik",
+ "rawSpec": "~2.0.0",
+ "spec": ">=2.0.0 <2.1.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/karma-coverage"
+ ],
+ "_resolved": "https://registry.npmjs.org/ibrik/-/ibrik-2.0.0.tgz",
+ "_shasum": "89a2434f2a5c82b92166c3d97de3b5636eea2e9c",
+ "_shrinkwrap": null,
+ "_spec": "ibrik@~2.0.0",
+ "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\karma-coverage",
+ "bin": {
+ "ibrik": "./bin/ibrik"
+ },
+ "bugs": {
+ "url": "https://github.com/Constellation/ibrik/issues"
+ },
+ "dependencies": {
+ "coffee-script": "~1.8.0",
+ "esprima": "1.2.x",
+ "estraverse": "~1.8.0",
+ "fileset": "0.1.x",
+ "istanbul": "~0.3.2",
+ "lodash": "~2.4.1",
+ "mkdirp": "~0.5.0",
+ "optimist": "~0.6.1",
+ "which": "~1.0.5"
+ },
+ "description": "CoffeeScript coverage tool",
+ "devDependencies": {
+ "bluebird": "~2.3.11",
+ "chai": "~1.10.0",
+ "gulp": "^3.8.10",
+ "gulp-coffee": "^2.2.0",
+ "gulp-mocha": "^2.0.0",
+ "mocha": "~2.0.1",
+ "promised-io": "~0.3.4"
+ },
+ "directories": {
+ "lib": "./lib",
+ "tools": "./tools"
+ },
+ "dist": {
+ "shasum": "89a2434f2a5c82b92166c3d97de3b5636eea2e9c",
+ "tarball": "https://registry.npmjs.org/ibrik/-/ibrik-2.0.0.tgz"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ },
+ "gitHead": "679cb8cb418b39dafb94fcea3012979026232610",
+ "homepage": "https://github.com/Constellation/ibrik",
+ "licenses": [
+ {
+ "type": "BSD",
+ "url": "https://github.com/Constellation/ibrik/raw/master/LICENSE.BSD"
+ }
+ ],
+ "main": "./lib/ibrik",
+ "maintainers": [
+ {
+ "name": "constellation",
+ "email": "utatane.tea@gmail.com"
+ }
+ ],
+ "name": "ibrik",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/Constellation/ibrik.git"
+ },
+ "scripts": {
+ "build": "gulp build",
+ "release": "npm run build && npm publish .",
+ "test": "gulp test",
+ "watch": "gulp watch"
+ },
+ "version": "2.0.0"
+}