aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/di/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/di/package.json')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/di/package.json91
1 files changed, 0 insertions, 91 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/di/package.json b/vnfmarket/src/main/webapp/vnfmarket/node_modules/di/package.json
deleted file mode 100644
index be4b1a6a..00000000
--- a/vnfmarket/src/main/webapp/vnfmarket/node_modules/di/package.json
+++ /dev/null
@@ -1,91 +0,0 @@
-{
- "_args": [
- [
- {
- "raw": "di@^0.0.1",
- "scope": null,
- "escapedName": "di",
- "name": "di",
- "rawSpec": "^0.0.1",
- "spec": ">=0.0.1 <0.0.2",
- "type": "range"
- },
- "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\karma"
- ]
- ],
- "_from": "di@>=0.0.1 <0.0.2",
- "_id": "di@0.0.1",
- "_inCache": true,
- "_location": "/di",
- "_npmUser": {
- "name": "vojtajina",
- "email": "vojta.jina@gmail.com"
- },
- "_npmVersion": "1.2.14",
- "_phantomChildren": {},
- "_requested": {
- "raw": "di@^0.0.1",
- "scope": null,
- "escapedName": "di",
- "name": "di",
- "rawSpec": "^0.0.1",
- "spec": ">=0.0.1 <0.0.2",
- "type": "range"
- },
- "_requiredBy": [
- "/karma"
- ],
- "_resolved": "https://registry.npmjs.org/di/-/di-0.0.1.tgz",
- "_shasum": "806649326ceaa7caa3306d75d985ea2748ba913c",
- "_shrinkwrap": null,
- "_spec": "di@^0.0.1",
- "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\karma",
- "author": {
- "name": "Vojta Jina",
- "email": "vojta.jina@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/vojtajina/node-di/issues"
- },
- "dependencies": {},
- "description": "Dependency Injection for Node.js. Heavily inspired by AngularJS.",
- "devDependencies": {
- "chai": "1.4.2",
- "coffee-script": "1.4.0",
- "grunt": "~0.4.0rc5",
- "grunt-contrib-jshint": "~0.1.1rc5",
- "grunt-simple-mocha": "~0.3.2",
- "mocha": "1.8.1"
- },
- "directories": {},
- "dist": {
- "shasum": "806649326ceaa7caa3306d75d985ea2748ba913c",
- "tarball": "https://registry.npmjs.org/di/-/di-0.0.1.tgz"
- },
- "homepage": "https://github.com/vojtajina/node-di#readme",
- "keywords": [
- "di",
- "dependency",
- "injection",
- "injector"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "maintainers": [
- {
- "name": "vojtajina",
- "email": "vojta.jina@gmail.com"
- }
- ],
- "name": "di",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/vojtajina/node-di.git"
- },
- "scripts": {
- "test": "mocha --compilers coffee:coffee-script test/*"
- },
- "version": "0.0.1"
-}