| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "@material/select",
- "description": "The Material Components web select (text field drop-down) component",
- "version": "15.0.0-canary.90291f2e2.0",
- "license": "MIT",
- "keywords": [
- "material components",
- "material design",
- "select",
- "multi select"
- ],
- "main": "dist/mdc.select.js",
- "module": "index.js",
- "sideEffects": false,
- "repository": {
- "type": "git",
- "url": "https://github.com/material-components/material-components-web.git",
- "directory": "packages/mdc-select"
- },
- "dependencies": {
- "@material/animation": "15.0.0-canary.90291f2e2.0",
- "@material/base": "15.0.0-canary.90291f2e2.0",
- "@material/density": "15.0.0-canary.90291f2e2.0",
- "@material/dom": "15.0.0-canary.90291f2e2.0",
- "@material/elevation": "15.0.0-canary.90291f2e2.0",
- "@material/feature-targeting": "15.0.0-canary.90291f2e2.0",
- "@material/floating-label": "15.0.0-canary.90291f2e2.0",
- "@material/line-ripple": "15.0.0-canary.90291f2e2.0",
- "@material/list": "15.0.0-canary.90291f2e2.0",
- "@material/menu": "15.0.0-canary.90291f2e2.0",
- "@material/menu-surface": "15.0.0-canary.90291f2e2.0",
- "@material/notched-outline": "15.0.0-canary.90291f2e2.0",
- "@material/ripple": "15.0.0-canary.90291f2e2.0",
- "@material/rtl": "15.0.0-canary.90291f2e2.0",
- "@material/shape": "15.0.0-canary.90291f2e2.0",
- "@material/theme": "15.0.0-canary.90291f2e2.0",
- "@material/tokens": "15.0.0-canary.90291f2e2.0",
- "@material/typography": "15.0.0-canary.90291f2e2.0",
- "tslib": "^2.1.0"
- },
- "gitHead": "a1c306471717b15ae8f0b481703ed1b46162df25"
- }
|