{
  "_from": "didi@^4.0.0",
  "_id": "didi@4.0.0",
  "_inBundle": false,
  "_integrity": "sha1-K4nYkqZ/03d/dkLTvwZpe2nptiI=",
  "_location": "/didi",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "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.npm.taobao.org/didi/download/didi-4.0.0.tgz",
  "_shasum": "2b89d892a67fd3777f7642d3bf06697b69e9b622",
  "_spec": "didi@^4.0.0",
  "_where": "D:\\vmes-antd-new\\node_modules\\diagram-js",
  "author": {
    "name": "Vojta Jina",
    "email": "vojta.jina@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/nikku/didi/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "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"
}
