UNPKG

mat-vs-table

Version:

[![npm version](https://badge.fury.io/js/mat-vs-table.svg)](https://badge.fury.io/js/mat-vs-table) [![Angular Style Guide](https://mgechev.github.io/angular2-style-guide/images/badge.svg)](https://angular.io/styleguide)

42 lines (41 loc) 1.16 kB
{ "name": "mat-vs-table", "version": "10.0.0", "license": "MIT", "homepage": "https://github.com/liuy97/mat-vs-table", "author": { "name": "Yong Liu", "url": "https://github.com/liuy97" }, "repository": { "type": "git", "url": "git://github.com/liuy97/mat-vs-table.git" }, "keywords": [ "material", "table", "mat-table", "virtual scroll", "angular", "library" ], "peerDependencies": { "@angular/common": ">=10.0.0", "@angular/core": ">=10.0.0", "@angular/cdk": ">=10.0.0", "rxjs": ">=6.5.3" }, "main": "bundles/mat-vs-table.umd.js", "module": "fesm2015/mat-vs-table.js", "es2015": "fesm2015/mat-vs-table.js", "esm2015": "esm2015/mat-vs-table.js", "fesm2015": "fesm2015/mat-vs-table.js", "typings": "mat-vs-table.d.ts", "sideEffects": false, "dependencies": { "tslib": "^2.0.0" }, "scripts": { "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy. This is not allowed.\\nPlease delete and rebuild the package, without compiling with Ivy, before attempting to publish.\\n')\" && exit 1" } }