{
  "_args": [
    [
      "code-block-writer@10.1.1",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_from": "code-block-writer@10.1.1",
  "_id": "code-block-writer@10.1.1",
  "_inBundle": false,
  "_integrity": "sha512-67ueh2IRGst/51p0n6FvPrnRjAGHY5F8xdjkgrYE7DDzpJe6qA07RYQ9VcoUeo5ATOjSOiWpSL3SWBRRbempMw==",
  "_location": "/code-block-writer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "code-block-writer@10.1.1",
    "name": "code-block-writer",
    "escapedName": "code-block-writer",
    "rawSpec": "10.1.1",
    "saveSpec": null,
    "fetchSpec": "10.1.1"
  },
  "_requiredBy": [
    "/ts-morph"
  ],
  "_resolved": "https://registry.npmjs.org/code-block-writer/-/code-block-writer-10.1.1.tgz",
  "_spec": "10.1.1",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "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/chai": "^4.2.12",
    "@types/mocha": "^8.0.3",
    "@types/node": "^14.6.0",
    "chai": "^4.2.0",
    "coveralls": "^3.1.0",
    "cross-env": "^7.0.2",
    "mocha": "^8.1.1",
    "nyc": "^15.1.0",
    "ts-node": "^8.10.2",
    "typescript": "^4.0.2"
  },
  "homepage": "https://github.com/dsherret/code-block-writer#readme",
  "keywords": [
    "typescript",
    "writer",
    "printer"
  ],
  "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 && echo \"Run: npm publish --otp\"",
    "format": "dprint",
    "test": "nyc --reporter=lcov mocha",
    "test:debug": "cross-env TS_NODE_TRANSPILE_ONLY=\"true\" mocha --inspect-brk"
  },
  "typings": "dist/code-block-writer.d.ts",
  "version": "10.1.1"
}
