{
  "_from": "common-tags@^1.5.1",
  "_id": "common-tags@1.7.2",
  "_inBundle": false,
  "_integrity": "sha512-joj9ZlUOjCrwdbmiLqafeUSgkUM74NqhLsZtSqDmhKudaIY197zTrb8JMl31fMnCUuxwFT23eC/oWvrZzDLRJQ==",
  "_location": "/common-tags",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "common-tags@^1.5.1",
    "name": "common-tags",
    "escapedName": "common-tags",
    "rawSpec": "^1.5.1",
    "saveSpec": null,
    "fetchSpec": "^1.5.1"
  },
  "_requiredBy": [
    "/ember-mocha"
  ],
  "_resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.7.2.tgz",
  "_shasum": "24d9768c63d253a56ecff93845b44b4df1d52771",
  "_spec": "common-tags@^1.5.1",
  "_where": "/Users/dawidposlinski/Documents/apps/javascript/ember-introjs/node_modules/ember-mocha",
  "author": {
    "name": "Declan de Wet",
    "email": "declandewet@me.com"
  },
  "bugs": {
    "url": "http://github.com/declandewet/common-tags/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Declan de Wet",
      "url": "https://github.com/declandewet"
    },
    {
      "name": "Jason Killian",
      "url": "https://github.com/JKillian"
    },
    {
      "name": "Laurent Goudet",
      "url": "https://github.com/laurentgoudet"
    },
    {
      "name": "Kamil Ogórek",
      "url": "https://github.com/kamilogorek"
    },
    {
      "name": "Lucian Buzzo",
      "url": "https://github.com/LucianBuzzo"
    },
    {
      "name": "Rafał Ruciński",
      "url": "https://github.com/fatfisz"
    }
  ],
  "dependencies": {
    "babel-runtime": "^6.26.0"
  },
  "deprecated": false,
  "description": "a few common utility template tags for ES2015",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.2.1",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-export-extensions": "^6.22.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.6.1",
    "babel-register": "^6.26.0",
    "codecov": "^3.0.0",
    "cross-env": "5.1.3",
    "doctoc": "^1.3.0",
    "eslint": "^4.15.0",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-prettier": "^2.4.0",
    "jest": "^22.0.5",
    "micromatch": "^3.1.4",
    "prettier": "^1.9.2",
    "rimraf": "^2.6.2",
    "when": "^3.7.8"
  },
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "homepage": "https://github.com/declandewet/common-tags",
  "jsnext:main": "es",
  "keywords": [
    "array",
    "babel",
    "es2015",
    "es2015-tag",
    "es6",
    "es6-tag",
    "heredoc",
    "html",
    "indent",
    "indents",
    "line",
    "literal",
    "multi",
    "multiline",
    "normalize",
    "one",
    "oneline",
    "single",
    "singleline",
    "string",
    "strings",
    "strip",
    "tag",
    "tagged",
    "template"
  ],
  "license": "MIT",
  "main": "lib",
  "module": "es",
  "name": "common-tags",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/declandewet/common-tags.git"
  },
  "scripts": {
    "build": "npm run clear && npm run build:cjs && npm run build:es",
    "build:cjs": "babel src -d lib --ignore *.test.js",
    "build:es": "cross-env BABEL_ENV=es babel src -d es --ignore *.test.js",
    "clear": "rimraf lib && rimraf es",
    "codecov": "codecov",
    "doctoc": "doctoc readme.md --title \"\n## Table of Contents\"",
    "lint": "eslint .*rc.js src/**/*.js --ignore-pattern '!.*rc.js'",
    "lint:fix": "eslint --fix .*rc.js src/**/*.js --ignore-pattern '!.*rc.js'",
    "prerelease": "npm run build",
    "preversion": "npm run doctoc  && npm test",
    "release": "npm publish",
    "test": "npm run lint && jest"
  },
  "version": "1.7.2"
}
