dotfiles/vscode/.vscode/extensions/randomfractalsinc.vscode-data-preview-2.3.0/node_modules/lit-html/package.json
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

94 lines
2.7 KiB
JSON

{
"_args": [
[
"lit-html@1.1.2",
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
]
],
"_from": "lit-html@1.1.2",
"_id": "lit-html@1.1.2",
"_inBundle": false,
"_integrity": "sha512-FFlUMKHKi+qG1x1iHNZ1hrtc/zHmfYTyrSvs3/wBTvaNtpZjOZGWzU7efGYVpgp6KvWeKF6ql9/KsCq6Z/mEDA==",
"_location": "/lit-html",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "lit-html@1.1.2",
"name": "lit-html",
"escapedName": "lit-html",
"rawSpec": "1.1.2",
"saveSpec": null,
"fetchSpec": "1.1.2"
},
"_requiredBy": [
"/@finos/perspective-viewer"
],
"_resolved": "https://registry.npmjs.org/lit-html/-/lit-html-1.1.2.tgz",
"_spec": "1.1.2",
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
"author": {
"name": "The Polymer Authors"
},
"bugs": {
"url": "https://github.com/Polymer/lit-html/issues"
},
"dependencies": {},
"description": "HTML template literals in JavaScript",
"devDependencies": {
"@types/chai": "^4.1.0",
"@types/mocha": "^5.2.0",
"@webcomponents/shadycss": "^1.8.0",
"@webcomponents/webcomponentsjs": "^2.0.4",
"chai": "^4.1.2",
"clang-format": "^1.2.4",
"lit-html-benchmarks": "^0.2.1",
"mocha": "^5.2.0",
"rollup": "^0.64.1",
"rollup-plugin-filesize": "^4.0.1",
"rollup-plugin-terser": "^1.0.1",
"tachometer": "^0.4.1",
"tslint": "^5.11.0",
"typescript": "^3.4.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://lit-html.polymer-project.org/",
"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",
"lint": "tslint --project ./",
"prepare": "npm run build",
"prepublishOnly": "node check-version-tracker.js && 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"
},
"typings": "lit-html.d.ts",
"version": "1.1.2"
}