UNPKG

cloudhub-components

Version:
88 lines (87 loc) 2.71 kB
{ "_from": "@devexpress/dx-grid-core@2.7.5", "_id": "@devexpress/dx-grid-core@2.7.5", "_inBundle": false, "_integrity": "sha512-vocmaSATP0zJSeyVChClbrMInCLvqR8N2p5fqmkvioj+UYfx4pPOHRQHOcNFr+G20LGjKEZcMudsKFB3D5yceQ==", "_location": "/@devexpress/dx-grid-core", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@devexpress/dx-grid-core@2.7.5", "name": "@devexpress/dx-grid-core", "escapedName": "@devexpress%2fdx-grid-core", "scope": "@devexpress", "rawSpec": "2.7.5", "saveSpec": null, "fetchSpec": "2.7.5" }, "_requiredBy": [ "/@devexpress/dx-react-grid" ], "_resolved": "https://registry.npmjs.org/@devexpress/dx-grid-core/-/dx-grid-core-2.7.5.tgz", "_shasum": "ccac7f3f9fc160501c9f6846d0aa667194e55c69", "_spec": "@devexpress/dx-grid-core@2.7.5", "_where": "/home/travis/build/cloudhubke/cloudhub-components/node_modules/@devexpress/dx-react-grid", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/" }, "bugs": { "url": "https://github.com/DevExpress/devextreme-reactive/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Core library for the DevExtreme Reactive Grid component", "devDependencies": { "@devexpress/dx-core": "2.7.5", "@rollup/plugin-replace": "^2.3.1", "@types/exceljs": "^1.3.0", "core-js": "^3.4.1", "jest": "^24.9.0", "rollup": "^1.27.2", "rollup-plugin-license": "^0.12.1", "rollup-plugin-typescript2": "^0.30.0", "seamless-immutable": "^7.1.4", "tslint": "^5.20.1", "tslint-config-airbnb": "^5.11.2", "typescript": "4.1.3", "typescript-tslint-plugin": "^1.0.1" }, "files": [ "dist" ], "gitHead": "1beef4df6ab9223e747da02f5ccdf4133a311f20", "globalName": "DevExpress.DXGridCore", "homepage": "https://devexpress.github.io/devextreme-reactive/", "keywords": [ "data", "grid", "table" ], "license": "SEE LICENSE IN README.md", "main": "dist/dx-grid-core.umd.js", "module": "dist/dx-grid-core.es.js", "name": "@devexpress/dx-grid-core", "peerDependencies": { "@devexpress/dx-core": "2.7.5" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/DevExpress/devextreme-reactive.git" }, "scripts": { "build": "rollup -c rollup.config.js", "build:watch": "rollup -c rollup.config.js -w", "lint": "tslint -p tsconfig.lint.json", "lint:fix": "yarn lint -- --fix", "test": "jest", "test:coverage": "jest --coverage", "test:watch": "jest --watch" }, "types": "dist/dx-grid-core.d.ts", "version": "2.7.5" }