UNPKG

@thedatagrid/data

Version:

Sample datasets for TheDataGrid demos and examples

46 lines (45 loc) 1.12 kB
{ "name": "@thedatagrid/data", "version": "1.0.7", "description": "Sample datasets for TheDataGrid demos and examples", "type": "module", "main": "index.js", "types": "index.d.ts", "exports": { ".": { "types": "./index.d.ts", "default": "./index.js" }, "./olympics_1k.json": "./olympics_1k.json", "./olympics_10k.json": "./olympics_10k.json", "./olympics_50k.json": "./olympics_50k.json", "./olympics_1k": { "types": "./olympics_1k.d.ts", "default": "./olympics_1k.js" }, "./olympics_10k": { "types": "./olympics_10k.d.ts", "default": "./olympics_10k.js" }, "./olympics_50k": { "types": "./olympics_50k.d.ts", "default": "./olympics_50k.js" } }, "homepage": "https://github.com/thedatagrid/thedatagrid/tree/main/packages/data#readme", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "publishConfig": { "access": "public" }, "author": "TheDataGrid", "license": "MIT", "keywords": [ "thedatagrid", "data", "olympics", "sample-data", "datasets" ] }