{
  "_from": "lit-html@^1.1.1",
  "_id": "lit-html@1.3.0",
  "_inBundle": false,
  "_integrity": "sha512-0Q1bwmaFH9O14vycPHw8C/IeHMk/uSDldVLIefu/kfbTBGIc44KGH6A8p1bDfxUfHdc8q6Ct7kQklWoHgr4t1Q==",
  "_location": "/lit-html",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "lit-html@^1.1.1",
    "name": "lit-html",
    "escapedName": "lit-html",
    "rawSpec": "^1.1.1",
    "saveSpec": null,
    "fetchSpec": "^1.1.1"
  },
  "_requiredBy": [
    "/lit-element"
  ],
  "_resolved": "https://registry.npmjs.org/lit-html/-/lit-html-1.3.0.tgz",
  "_shasum": "c80f3cc5793a6dea6c07172be90a70ab20e56034",
  "_spec": "lit-html@^1.1.1",
  "_where": "/home/aspect/releases/flow-ux-static/node_modules/lit-element",
  "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": "^7.0.1",
    "@types/trusted-types": "^1.0.1",
    "@typescript-eslint/eslint-plugin": "^2.26.0",
    "@typescript-eslint/parser": "^2.26.0",
    "@webcomponents/shadycss": "^1.8.0",
    "@webcomponents/webcomponentsjs": "^2.4.2",
    "chai": "^4.1.2",
    "chromedriver": "^84.0.1",
    "clang-format": "~1.2.4",
    "downlevel-dts": "^0.4.0",
    "eslint": "^6.8.0",
    "husky": "^4.2.0",
    "lint-staged": "^10.1.0",
    "lit-html-benchmarks": "^0.2.1",
    "mocha": "^7.0.1",
    "rollup": "^1.19.0",
    "rollup-plugin-filesize": "^6.2.0",
    "rollup-plugin-terser": "^5.2.0",
    "tachometer": "^0.5.0",
    "typescript": "~3.8.0",
    "uglify-es": "^3.3.5",
    "wct-mocha": "^1.1.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/",
    "/ts3.4/",
    "!/src/test/"
  ],
  "homepage": "https://lit-html.polymer-project.org/",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "license": "BSD-3-Clause",
  "lint-staged": {
    "src/**/*.{js,ts}": [
      "eslint --fix"
    ]
  },
  "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 && rm -rf ./ts3.4 && downlevel-dts . ts3.4 && cp tsconfig.json ./ts3.4/",
    "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",
    "lint": "npm run lint:eslint",
    "lint:eslint": "eslint 'src/**/*.{js,ts}'",
    "prepare": "npm run build",
    "prepublishOnly": "node check-version-tracker.cjs && npm run lint && npm test",
    "publish-dev": "npm test && VERSION=${npm_package_version%-*}-dev.`git rev-parse --short HEAD` && npm version --no-git-tag-version $VERSION && npm publish --tag dev",
    "quicktest": "wct -l chrome -p --npm",
    "test": "npm run build && npm run lint && wct --npm"
  },
  "type": "module",
  "typesVersions": {
    "<3.8": {
      "*": [
        "ts3.4/*"
      ]
    }
  },
  "typings": "lit-html.d.ts",
  "version": "1.3.0"
}
