{
  "_args": [
    [
      {
        "raw": "dedent@0.6.0",
        "scope": null,
        "escapedName": "dedent",
        "name": "dedent",
        "rawSpec": "0.6.0",
        "spec": "0.6.0",
        "type": "version"
      },
      "C:\\src\\pnpm\\node_modules\\commitizen"
    ]
  ],
  "_from": "dedent@0.6.0",
  "_id": "dedent@0.6.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/dedent",
  "_nodeVersion": "5.0.0",
  "_npmUser": {
    "name": "dmnd",
    "email": "dmnd@desmondbrand.com"
  },
  "_npmVersion": "3.3.6",
  "_phantomChildren": {},
  "_requested": {
    "raw": "dedent@0.6.0",
    "scope": null,
    "escapedName": "dedent",
    "name": "dedent",
    "rawSpec": "0.6.0",
    "spec": "0.6.0",
    "type": "version"
  },
  "_requiredBy": [
    "/commitizen"
  ],
  "_resolved": "https://registry.npmjs.org/dedent/-/dedent-0.6.0.tgz",
  "_shasum": "0e6da8f0ce52838ef5cec5c8f9396b0c1b64a3cb",
  "_shrinkwrap": null,
  "_spec": "dedent@0.6.0",
  "_where": "C:\\src\\pnpm\\node_modules\\commitizen",
  "author": {
    "name": "Desmond Brand",
    "email": "dmnd@desmondbrand.com",
    "url": "http://desmondbrand.com"
  },
  "bugs": {
    "url": "https://github.com/dmnd/dedent/issues"
  },
  "dependencies": {},
  "description": "An ES6 string tag that strips indentation from multi-line strings",
  "devDependencies": {
    "babel-jest": "^5.0.1",
    "eslint": "^1.9.0",
    "gulp": "^3.8.10",
    "gulp-babel": "^5.1.0",
    "jest-cli": "^0.7.1"
  },
  "directories": {},
  "dist": {
    "shasum": "0e6da8f0ce52838ef5cec5c8f9396b0c1b64a3cb",
    "tarball": "https://registry.npmjs.org/dedent/-/dedent-0.6.0.tgz"
  },
  "files": [
    "dist/dedent.js",
    "LICENSE"
  ],
  "gitHead": "e7d0bcea425ff647791a30cd9db0fb486c26078a",
  "homepage": "https://github.com/dmnd/dedent",
  "jest": {
    "scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
    "testFileExtensions": [
      "js"
    ],
    "moduleFileExtensions": [
      "js",
      "json"
    ]
  },
  "keywords": [
    "dedent",
    "tag",
    "multi-line string",
    "es6"
  ],
  "license": "MIT",
  "main": "dist/dedent.js",
  "maintainers": [
    {
      "name": "dmnd",
      "email": "dmnd@desmondbrand.com"
    }
  ],
  "name": "dedent",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/dmnd/dedent.git"
  },
  "scripts": {
    "lint": "eslint dedent.js __tests__",
    "test": "jest"
  },
  "version": "0.6.0"
}
