{
  "_from": "lit-html@^0.14.0",
  "_id": "lit-html@0.14.0",
  "_inBundle": false,
  "_integrity": "sha512-+xqUPzzJGEDqb0F5DOnMXvL0jxpkKebAMlXycKZxFtzlmD+qePEmYrEUPF9XVXcc5eYBzYXTCOUcjSCod4YvgQ==",
  "_location": "/lit-html",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "lit-html@^0.14.0",
    "name": "lit-html",
    "escapedName": "lit-html",
    "rawSpec": "^0.14.0",
    "saveSpec": null,
    "fetchSpec": "^0.14.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/lit-html/-/lit-html-0.14.0.tgz",
  "_shasum": "d6830e8f55fb923b0f5824decf7da082a1d22997",
  "_spec": "lit-html@^0.14.0",
  "_where": "/Users/va11y/Desktop/TestProject/formula",
  "author": {
    "name": "The Polymer Authors"
  },
  "bugs": {
    "url": "https://github.com/Polymer/lit-html/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "HTML template literals in JavaScript",
  "devDependencies": {
    "@types/chai": "^4.1.0",
    "@types/mocha": "^5.2.0",
    "@webcomponents/shadycss": "^1.5.2",
    "@webcomponents/webcomponentsjs": "^2.0.4",
    "chai": "^4.1.2",
    "clang-format": "^1.2.4",
    "mocha": "^5.2.0",
    "rollup": "^0.64.1",
    "rollup-plugin-filesize": "^4.0.1",
    "rollup-plugin-terser": "^1.0.1",
    "tslint": "^5.11.0",
    "typedoc": "^0.13.0",
    "typescript": "^3.1.1",
    "uglify-es": "^3.3.5",
    "wct-mocha": "^1.0.0",
    "web-component-tester": "^6.9.0"
  },
  "directories": {
    "test": "test"
  },
  "files": [
    "/lit-html.js",
    "/lit-html.js.map",
    "/lit-html.d.ts",
    "/lit-html.d.ts.map",
    "/lib/",
    "/directives/",
    "/polyfills",
    "/src/",
    "!/src/test/"
  ],
  "homepage": "https://github.com/Polymer/lit-html#readme",
  "license": "BSD-3-Clause",
  "main": "lit-html.js",
  "module": "lit-html.js",
  "name": "lit-html",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Polymer/lit-html.git"
  },
  "scripts": {
    "build": "tsc",
    "checksize": "rollup -c ; cat lit-html.bundled.js | gzip -9 | wc -c ; rm lit-html.bundled.js",
    "format": "clang-format --version; find src test | grep '\\.js$\\|\\.ts$' | xargs clang-format --style=file -i",
    "gen-docs": "typedoc --readme none --mode modules --ignoreCompilerErrors --excludeNotExported --excludePrivate --exclude **/*_test.ts --out ./docs/api --gaID UA-39334307-23 ./src",
    "lint": "tslint --project ./",
    "prepare": "npm run build",
    "quicktest": "wct -l chrome -p --npm",
    "test": "npm run build && npm run lint && wct --npm"
  },
  "typings": "lit-html.d.ts",
  "version": "0.14.0"
}
