{ "_args": [ [ "didi@4.0.0", "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance" ] ], "_from": "didi@4.0.0", "_id": "didi@4.0.0", "_inBundle": false, "_integrity": "sha512-AzMElh8mCHOPWPCWfGjoJRla31fMXUT6+287W5ef3IPmtuBcyG9+MkFS7uPP6v3t2Cl086KwWfRB9mESa0OsHQ==", "_location": "/didi", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "didi@4.0.0", "name": "didi", "escapedName": "didi", "rawSpec": "4.0.0", "saveSpec": null, "fetchSpec": "4.0.0" }, "_requiredBy": [ "/diagram-js" ], "_resolved": "https://registry.npmmirror.com/didi/-/didi-4.0.0.tgz", "_spec": "4.0.0", "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance", "author": { "name": "Vojta Jina", "email": "vojta.jina@gmail.com" }, "bugs": { "url": "https://github.com/nikku/didi/issues" }, "description": "Dependency Injection for JavaScript", "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-preset-env": "^1.6.1", "babel-register": "^6.26.0", "chai": "^4.1.2", "eslint": "^4.17.0", "eslint-plugin-bpmn-io": "^0.5.2", "mocha": "^4.0.1", "npm-run-all": "^4.1.2", "rollup": "^0.55.5", "rollup-plugin-babel": "^3.0.3", "rollup-plugin-uglify": "^3.0.0", "source-map-support": "^0.5.3", "webpack": "^3.7.1" }, "homepage": "https://github.com/nikku/didi#readme", "keywords": [ "di", "inversion of control", "dependency", "injection", "injector" ], "license": "MIT", "main": "dist/index.js", "module": "dist/index.esm.js", "name": "didi", "repository": { "type": "git", "url": "git://github.com/nikku/didi.git" }, "scripts": { "all": "run-s lint test bundle test:integration", "bundle": "NODE_ENV=production rollup -c", "lint": "eslint .", "prepare": "run-s bundle", "prepublishOnly": "run-s test:integration", "test": "mocha --require babel-register test/*.spec.js", "test:integration": "mocha test/integration/*.spec.js" }, "sideEffects": false, "version": "4.0.0" }