UNPKG

container-query-polyfill

Version:

*Please note that this polyfill is now in maintenance mode, as of Nov, 2022. We are not planning to add more features or enhancements.* ____________________________

54 lines (53 loc) 1.61 kB
{ "name": "container-query-polyfill", "version": "1.0.2", "description": "", "repository": { "type": "git", "url": "https://github.com/GoogleChromeLabs/container-query-polyfill.git" }, "type": "module", "module": "dist/container-query-polyfill.modern.js", "unpkg": "dist/container-query-polyfill.modern.js", "publishConfig": { "source": "src/index.ts" }, "exports": { "default": "./dist/container-query-polyfill.modern.js" }, "files": [ "README.md", "LICENSE", "dist/*.js", "package.json" ], "scripts": { "build:clean": "rimraf ./dist/", "build:wpt": "microbundle -f modern --no-compress --define PACKAGE_VERSION=${npm_package_version},IS_WPT_BUILD=1", "build": "microbundle -f modern --no-sourcemap --define PACKAGE_VERSION=${npm_package_version},IS_WPT_BUILD=0", "lint": "eslint '**/*.ts'", "prettier:fix": "prettier --write .", "serve": "superstatic -p 9606 .", "test": "node --loader ts-node/esm ./tests/wpt.ts" }, "author": "Google Chrome Developers <chromium-dev@google.com>", "contributors": [ "Surma <surma@surma.dev>" ], "license": "Apache-2.0", "devDependencies": { "@types/async": "^3.2.14", "@types/selenium-webdriver": "^4.1.1", "@typescript-eslint/eslint-plugin": "^5.18.0", "@typescript-eslint/parser": "^5.18.0", "async": "^3.2.4", "browserstack-local": "^1.5.1", "eslint": "^8.12.0", "microbundle": "^0.15.0", "prettier": "^2.6.2", "rimraf": "^3.0.2", "selenium-webdriver": "^4.3.0", "superstatic": "^8.0.0", "ts-node": "^10.9.1" } }