{
  "manifest": {
    "name": "dedent",
    "version": "0.7.0",
    "description": "An ES6 string tag that strips indentation from multi-line strings",
    "main": "dist/dedent.js",
    "files": [
      "dist/dedent.js",
      "LICENSE"
    ],
    "repository": {
      "type": "git",
      "url": "git://github.com/dmnd/dedent.git"
    },
    "keywords": [
      "dedent",
      "tag",
      "multi-line string",
      "es6"
    ],
    "author": {
      "name": "Desmond Brand",
      "email": "dmnd@desmondbrand.com",
      "url": "http://desmondbrand.com"
    },
    "license": "MIT",
    "bugs": {
      "url": "https://github.com/dmnd/dedent/issues"
    },
    "homepage": "https://github.com/dmnd/dedent",
    "devDependencies": {
      "babel-cli": "^6.22.2",
      "babel-preset-es2015": "^6.22.0",
      "babel-preset-es2016": "^6.22.0",
      "babel-preset-es2017": "^6.22.0",
      "eslint": "^3.14.1",
      "jest": "^18.1.0"
    },
    "scripts": {
      "build": "babel dedent.js --out-file dist/dedent.js",
      "lint": "eslint dedent.js __tests__",
      "test": "jest"
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-dedent-0.7.0-2495ddbaf6eb874abb0e1be9df22d2e5a544326c-integrity/node_modules/dedent/package.json",
    "readmeFilename": "README.md",
    "readme": "# Dedent\n\nAn ES6 string tag that strips indentation from multi-line strings.\n\n## Usage\n\n```js\nimport dedent from \"dedent\";\n\nfunction usageExample() {\n  const first = dedent`A string that gets so long you need to break it over\n                       multiple lines. Luckily dedent is here to keep it\n                       readable without lots of spaces ending up in the string\n                       itself.`;\n\n  const second = dedent`\n    Leading and trailing lines will be trimmed, so you can write something like\n    this and have it work as you expect:\n\n      * how convenient it is\n      * that I can use an indented list\n         - and still have it do the right thing\n\n    That's all.\n  `;\n\n  const third = dedent(`\n    Wait! I lied. Dedent can also be used as a function.\n  `);\n\n  return first + \"\\n\\n\" + second + \"\\n\\n\" + third;\n}\n```\n\n```js\n> console.log(usageExample());\n```\n\n```\nA string that gets so long you need to break it over\nmultiple lines. Luckily dedent is here to keep it\nreadable without lots of spaces ending up in the string\nitself.\n\nLeading and trailing lines will be trimmed, so you can write something like\nthis and have it work as you expect:\n\n  * how convenient it is\n  * that I can use an indented list\n    - and still have it do the right thing\n\nThat's all.\n\nWait! I lied. Dedent can also be used as a function.\n```\n\n## License\n\nMIT\n",
    "licenseText": "The MIT License (MIT)\n\nCopyright (c) 2015 Desmond Brand (dmnd@desmondbrand.com)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz",
    "hash": "2495ddbaf6eb874abb0e1be9df22d2e5a544326c",
    "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==",
    "registry": "npm",
    "packageName": "dedent",
    "cacheIntegrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA== sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw="
  },
  "registry": "npm",
  "hash": "2495ddbaf6eb874abb0e1be9df22d2e5a544326c"
}