timepiece/node_modules/@webcomponents/scoped-custom-element-registry/package.json

48 lines
1.3 KiB
JSON
Raw Normal View History

2024-05-14 14:54:12 +00:00
{
"name": "@webcomponents/scoped-custom-element-registry",
"version": "0.0.9",
"publishConfig": {
"access": "public"
},
"description": "Scoped CustomElementRegistry Polyfill",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/webcomponents/polyfills.git",
"directory": "packages/scoped-custom-element-registry"
},
"author": "The Polymer Project Authors (https://polymer.github.io/AUTHORS.txt)",
"homepage": "https://github.com/webcomponents/polyfills/tree/master/packages/scoped-custom-element-registry",
"bugs": {
"url": "https://github.com/webcomponents/polyfills/issues"
},
"main": "scoped-custom-element-registry.min.js",
"scripts": {
"build": "gulp",
"test": "web-test-runner"
},
"files": [
"CHANGELOG.md",
"scoped-custom-element-registry.min.js*",
"src/"
],
"keywords": [
"custom-elements",
"customelements",
"web-components",
"scoped",
"scoped-customelements",
"scoped-custom-elements",
"scoped-custom-element-registry",
"webcomponents",
"polyfill",
"shim"
],
"devDependencies": {
"@open-wc/testing": "^3.1.5",
"@web/test-runner": "^0.13.30",
"@web/test-runner-mocha": "^0.7.5",
"@web/test-runner-playwright": "^0.8.9"
}
}