{
  "_from": "code-block-writer@^13.0.3",
  "_generatedBy": "dnt@dev",
  "_id": "code-block-writer@13.0.3",
  "_inBundle": false,
  "_integrity": "sha512-Oofo0pq3IKnsFtuHqSF7TqBfr71aeyZDVJ0HpmqB7FBM2qEigL0iPONSCZSO9pE9dZTAxANe5XHG9Uy0YMv8cg==",
  "_location": "/code-block-writer",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "code-block-writer@^13.0.3",
    "name": "code-block-writer",
    "escapedName": "code-block-writer",
    "rawSpec": "^13.0.3",
    "saveSpec": null,
    "fetchSpec": "^13.0.3"
  },
  "_requiredBy": [
    "/ts-morph"
  ],
  "_resolved": "https://registry.npmjs.org/code-block-writer/-/code-block-writer-13.0.3.tgz",
  "_shasum": "90f8a84763a5012da7af61319dd638655ae90b5b",
  "_spec": "code-block-writer@^13.0.3",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org/node_modules/ts-morph",
  "author": {
    "name": "David Sherret"
  },
  "bugs": {
    "url": "https://github.com/dsherret/code-block-writer/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A simple code writer that assists with formatting and visualizing blocks of code.",
  "devDependencies": {
    "@deno/shim-deno": "~0.18.0",
    "@types/chai": "4.3",
    "@types/node": "^20.9.0",
    "chai": "4.3.7",
    "picocolors": "^1.0.0"
  },
  "exports": {
    ".": {
      "import": "./esm/mod.js",
      "require": "./script/mod.js"
    }
  },
  "homepage": "https://github.com/dsherret/code-block-writer#readme",
  "keywords": [
    "code generation",
    "typescript",
    "writer",
    "printer"
  ],
  "license": "MIT",
  "main": "./script/mod.js",
  "module": "./esm/mod.js",
  "name": "code-block-writer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dsherret/code-block-writer.git"
  },
  "scripts": {
    "test": "node test_runner.js"
  },
  "version": "13.0.3"
}
