{
  "_from": "blackbox-root-service@^1.0.0",
  "_id": "blackbox-root-service@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-KkElkH/Y9TBW3qJrQXUd9FQNRU4lxRXfmcUmQyoXZ7t9NBGeVjSRjbzSEvMLe5lq2MBfjTPlaDqJuwXASmOVWg==",
  "_location": "/blackbox-root-service",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "blackbox-root-service@^1.0.0",
    "name": "blackbox-root-service",
    "escapedName": "blackbox-root-service",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/blackbox-root-service/-/blackbox-root-service-1.0.0.tgz",
  "_shasum": "cea4d6ad88d65ee006f0fcecf9114b1c34d21218",
  "_spec": "blackbox-root-service@^1.0.0",
  "_where": "/opt/dev/blackbox/blackbox-cli-js/test",
  "author": {
    "name": "Ellipsis"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/node": "^12.0.2",
    "blackbox-ioc": "^1.0.0",
    "blackbox-services": "^1.0.0",
    "typescript": "^3.4.5"
  },
  "deprecated": false,
  "description": "Provides services for a Blackbox API root and parent services with sub-services.",
  "devDependencies": {
    "@types/jest": "^24.0.13",
    "jest": "^24.8.0",
    "ts-jest": "^24.0.2",
    "typescript": "^3.4.5"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/dist/"
    ]
  },
  "license": "ISC",
  "main": "dist/index.js",
  "name": "blackbox-root-service",
  "scripts": {
    "build": "tsc -p .",
    "test": "jest"
  },
  "version": "1.0.0"
}
