{
  "_from": "blackbox-ioc@^1.0.2",
  "_id": "blackbox-ioc@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-WpTaBHG+XNBPejWr4PSY+fRfnAiTg9QHgyyBfPTw3gMe4MsZR8e70EIuAn+vGaExTGDLRkYZfTrSFy5L4rvkvA==",
  "_location": "/blackbox-ioc",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "blackbox-ioc@^1.0.2",
    "name": "blackbox-ioc",
    "escapedName": "blackbox-ioc",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/",
    "/blackbox-root-service",
    "/blackbox-rules-service",
    "/blackbox-rules-utils"
  ],
  "_resolved": "https://registry.npmjs.org/blackbox-ioc/-/blackbox-ioc-1.0.2.tgz",
  "_shasum": "48e96e5f309d1e54470b1f40e9e7375a2ab94859",
  "_spec": "blackbox-ioc@^1.0.2",
  "_where": "/opt/dev/blackbox/blackbox-cli-js/test",
  "author": {
    "name": "Ellipsis"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/node": "^12.0.2"
  },
  "deprecated": false,
  "description": "A basic Inversion Of Control container for decorator based wiring of class instances and services.",
  "devDependencies": {
    "@types/jest": "^24.0.13",
    "jest": "^24.8.0",
    "ts-jest": "^24.0.2",
    "typescript": "^3.4.5"
  },
  "homepage": "https://bitbucket.org/ellipsistechnology/blackbox-ioc-js",
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/dist/"
    ],
    "collectCoverage": true
  },
  "keywords": [
    "ioc"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "blackbox-ioc",
  "repository": {
    "type": "git",
    "url": "git+https://ellipsistechnology@bitbucket.org/ellipsistechnology/blackbox-ioc-js.git"
  },
  "scripts": {
    "build": "tsc -p .",
    "test": "jest"
  },
  "types": "dist/index.d.ts",
  "version": "1.0.2"
}
