UNPKG

element-internals-polyfill

Version:
86 lines (85 loc) 2.79 kB
{ "name": "element-internals-polyfill", "version": "3.0.1", "description": "A polyfill for the element internals specification", "main": "dist/index.js", "module": "dist/index.js", "type": "module", "files": [ "dist" ], "types": "dist/index.d.ts", "scripts": { "changeset": "changeset", "pretest": "npm run build", "test": "web-test-runner test/*.test.* --node-resolve --playwright --browsers chromium firefox webkit && npm run test:jsdom", "test:watch": "npm run test -- --watch", "test:coverage": "npm run test -- --coverage", "test:jsdom": "node ./jsdom-tests/jsdom.test.js", "pretest:jsdom": "rollup -i dist/index.js -o jsdom-tests/polyfill.js -f iife", "start": "rollup -c --watch --environment BUILD:dev", "build": "tsc", "prerelease": "npm run build", "release": "standard-version", "postrelease": "git push --follow-tags origin master; npm publish", "release:alpha": "npm run release -- --prerelease alpha" }, "repository": { "type": "git", "url": "git+https://github.com/calebdwilliams/element-internals-polyfill.git" }, "keywords": [ "elementinternals", "internals", "element", "internals", "formassociated", "customelements", "web", "components", "forms", "polyfill" ], "author": "Caleb D. Williams <caleb.d.williams@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/calebdwilliams/element-internals-polyfill/issues" }, "homepage": "https://github.com/calebdwilliams/element-internals-polyfill#readme", "devDependencies": { "@changesets/cli": "^2.27.8", "@lit-labs/testing": "^0.2.1", "@open-wc/testing": "^3.1.7", "@open-wc/testing-helpers": "^1.7.1", "@rollup/plugin-node-resolve": "^7.1.3", "@rollup/plugin-typescript": "^6.0.0", "@types/mocha": "^10.0.1", "@web/dev-server-esbuild": "^0.3.3", "@web/test-runner": "^0.15.0", "@web/test-runner-playwright": "^0.9.0", "deepmerge": "^4.2.2", "jsdom": "^26.0.0", "karma": "^6.3.3", "karma-chrome-launcher": "^3.1.0", "karma-coverage-istanbul-reporter": "^2.1.1", "karma-detect-browsers": "^2.3.3", "karma-edge-launcher": "^0.4.2", "karma-firefox-launcher": "^1.3.0", "karma-ie-launcher": "^1.0.0", "karma-rollup-preprocessor": "^7.0.5", "karma-safari-launcher": "^1.0.0", "karma-safarinative-launcher": "^1.1.0", "lit": "^2.7.2", "lit-html": "^1.2.1", "rollup": "^2.46.0", "rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-livereload": "^1.2.0", "rollup-plugin-serve": "^1.0.1", "sinon": "^9.2.4", "standard-version": "^9.0.0", "tslib": "^2.1.0", "typescript": "^5.5.4" }, "dependencies": {} }