{
  "_args": [
    [
      "code-block-writer@7.3.1",
      "G:\\Development\\Work\\SWDFactory\\pvstream-ui-refactor"
    ]
  ],
  "_development": true,
  "_from": "code-block-writer@7.3.1",
  "_id": "code-block-writer@7.3.1",
  "_inBundle": false,
  "_integrity": "sha512-3Jfe6ZmmGzvdQWFo3MUzobn3WdX++jc3Tj0rsviJWYPnP7NGMFEE4qheNeOXeJgB1TTgxYT8XuNvhS/u596yGg==",
  "_location": "/code-block-writer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "code-block-writer@7.3.1",
    "name": "code-block-writer",
    "escapedName": "code-block-writer",
    "rawSpec": "7.3.1",
    "saveSpec": null,
    "fetchSpec": "7.3.1"
  },
  "_requiredBy": [
    "/ts-simple-ast"
  ],
  "_resolved": "https://registry.npmjs.org/code-block-writer/-/code-block-writer-7.3.1.tgz",
  "_spec": "7.3.1",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream-ui-refactor",
  "author": {
    "name": "David Sherret"
  },
  "bugs": {
    "url": "https://github.com/dsherret/code-block-writer/issues"
  },
  "dependencies": {},
  "description": "A simple code writer that assists with formatting and visualizing blocks of code.",
  "devDependencies": {
    "@types/mocha": "^2.2.44",
    "@types/node": "^8.0.53",
    "coveralls": "^2.13.1",
    "mocha": "^3.3.0",
    "nyc": "^11.6.0",
    "source-map-support": "^0.5.4",
    "ts-node": "^5.0.1",
    "tslint": "^5.6.0",
    "typescript": "^2.8.1"
  },
  "homepage": "https://github.com/dsherret/code-block-writer#readme",
  "keywords": [
    "decorators",
    "typescript",
    "routes"
  ],
  "license": "MIT",
  "main": "dist/code-block-writer.js",
  "name": "code-block-writer",
  "nyc": {
    "extension": [
      ".ts",
      ".tsx"
    ],
    "include": [
      "src/**/*.ts",
      "!src/tests/**/*.ts"
    ],
    "reporter": [
      "html"
    ],
    "all": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dsherret/code-block-writer.git"
  },
  "scripts": {
    "build": "rimraf dist && tsc",
    "dopublish": "npm run build && npm publish",
    "lint": "tslint src/**/*.ts",
    "test": "nyc --reporter=lcov mocha --opts mocha.opts"
  },
  "typescript": {
    "definition": "code-block-writer.d.ts"
  },
  "typings": "dist/code-block-writer.d.ts",
  "version": "7.3.1"
}
