{
  "_from": "ts-dedent@^2.2.0",
  "_id": "ts-dedent@2.2.0",
  "_inBundle": false,
  "_integrity": "sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==",
  "_location": "/ts-dedent",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ts-dedent@^2.2.0",
    "name": "ts-dedent",
    "escapedName": "ts-dedent",
    "rawSpec": "^2.2.0",
    "saveSpec": null,
    "fetchSpec": "^2.2.0"
  },
  "_requiredBy": [
    "/mermaid"
  ],
  "_resolved": "https://registry.npmjs.org/ts-dedent/-/ts-dedent-2.2.0.tgz",
  "_shasum": "39e4bd297cd036292ae2394eb3412be63f563bb5",
  "_spec": "ts-dedent@^2.2.0",
  "_where": "C:\\wamp64\\www\\utc\\app\\node_modules\\mermaid",
  "author": {
    "name": "Tamino Martinius",
    "email": "dev@zaku.eu"
  },
  "bugs": {
    "url": "https://github.com/tamino-martinius/node-ts-dedent/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "TypeScript package which smartly trims and strips indentation from multi-line strings",
  "devDependencies": {
    "@types/jest": "^26.0.24",
    "@typescript-eslint/eslint-plugin": "^4.28.5",
    "@typescript-eslint/parser": "^4.28.5",
    "codecov": "^3.8.3",
    "eslint": "^7.32.0",
    "jest": "^27.0.6",
    "ts-jest": "^27.0.4",
    "typescript": "~4.3.5"
  },
  "engines": {
    "node": ">=6.10"
  },
  "files": [
    "dist",
    "esm",
    "src"
  ],
  "homepage": "https://github.com/tamino-martinius/node-ts-dedent#readme",
  "jest": {
    "transform": {
      ".ts": "ts-jest"
    },
    "testRegex": "\\.(test|spec)\\.ts$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json"
    ]
  },
  "jsnext:main": "./dist/index.js",
  "keywords": [
    "dedent",
    "deindent",
    "indentation",
    "multi-line string",
    "multiline strings",
    "template literals",
    "template strings",
    "ts",
    "typescript",
    "es6",
    "harmony"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./esm/index.js",
  "name": "ts-dedent",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tamino-martinius/node-ts-dedent.git"
  },
  "scripts": {
    "ci": "npm run coverage && codecov",
    "compile": "rm -rf dist/* && rm -rf esm/* && tsc --module commonjs --outdir dist && tsc --module es6 --outdir esm",
    "coverage": "rm -rf coverage* && jest --coverage",
    "lint": "eslint .",
    "pretest": "npm run lint",
    "preversion": "npm run compile && git add .",
    "test": "jest",
    "watch": "tsc -w"
  },
  "typings": "./dist/index.d.ts",
  "version": "2.2.0"
}
