mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
|
"name": "polyfills-loader",
|
|
"version": "1.7.6",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"description": "Tool for polyfilling js and browser features on demand",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/open-wc/open-wc.git",
|
|
"directory": "packages/polyfills-loader"
|
|
},
|
|
"author": "open-wc",
|
|
"homepage": "https://github.com/open-wc/open-wc/tree/master/packages/polyfills-loader",
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "../../scripts/insert-header.js",
|
|
"test": "npm run test:node",
|
|
"test:node": "mocha test/**/*.test.js test/**/*.test.js",
|
|
"test:update-snapshots": "mocha test/**/*.test.js test/**/*.test.js --update-snapshots",
|
|
"test:watch": "mocha test/**/*.test.js test/**/*.test.js --watch",
|
|
"types:copy": "copyfiles \"./src/**/*.d.ts\" \"./*.d.ts\" types"
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"index.js",
|
|
"src",
|
|
"types"
|
|
],
|
|
"dependencies": {
|
|
"@babel/core": "^7.11.1",
|
|
"@open-wc/building-utils": "^2.18.3",
|
|
"@webcomponents/webcomponentsjs": "^2.5.0",
|
|
"abortcontroller-polyfill": "^1.5.0",
|
|
"core-js-bundle": "^3.8.1",
|
|
"deepmerge": "^4.2.2",
|
|
"dynamic-import-polyfill": "^0.1.1",
|
|
"es-module-shims": "^0.4.6",
|
|
"intersection-observer": "^0.12.0",
|
|
"parse5": "^5.1.1",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"systemjs": "^6.8.3",
|
|
"terser": "^4.6.7",
|
|
"whatwg-fetch": "^3.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/babel__core": "^7.1.3",
|
|
"@types/parse5": "^5.0.2",
|
|
"@types/valid-url": "^1.0.3"
|
|
},
|
|
"types": "types/index.d.ts"
|
|
}
|