87 lines
3.0 KiB
JSON
87 lines
3.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@finos/perspective-viewer-hypergrid@0.4.0",
|
|
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
|
|
]
|
|
],
|
|
"_from": "@finos/perspective-viewer-hypergrid@0.4.0",
|
|
"_id": "@finos/perspective-viewer-hypergrid@0.4.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-0yfsOTZ19lUURkQsimPdZboxHsnlIxS9gzMxM2wcXB3HLjGppQdyDZAeAPqpRyA0FG4QDQ730n5NWxlwGpmslg==",
|
|
"_location": "/@finos/perspective-viewer-hypergrid",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@finos/perspective-viewer-hypergrid@0.4.0",
|
|
"name": "@finos/perspective-viewer-hypergrid",
|
|
"escapedName": "@finos%2fperspective-viewer-hypergrid",
|
|
"scope": "@finos",
|
|
"rawSpec": "0.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@finos/perspective-viewer-hypergrid/-/perspective-viewer-hypergrid-0.4.0.tgz",
|
|
"_spec": "0.4.0",
|
|
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
|
|
"author": "",
|
|
"browser": "dist/cjs/perspective-viewer-hypergrid.js",
|
|
"bugs": {
|
|
"url": "https://github.com/finos/perspective/issues"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.3.4",
|
|
"@finos/perspective": "^0.4.0",
|
|
"@finos/perspective-viewer": "^0.4.0",
|
|
"core-js": "^2.6.9",
|
|
"datasaur-local": "3.0.0",
|
|
"faux-hypergrid": "3.2.4",
|
|
"fin-hypergrid-grouped-header-plugin": "^1.2.4",
|
|
"lodash": "^4.17.4",
|
|
"rectangular": "1.0.1",
|
|
"superscript-number": "^1.0.0"
|
|
},
|
|
"description": "Perspective.js",
|
|
"devDependencies": {
|
|
"@finos/perspective-test": "^0.4.0",
|
|
"@finos/perspective-webpack-plugin": "^0.4.0"
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"babel.config.js"
|
|
],
|
|
"homepage": "https://github.com/finos/perspective#readme",
|
|
"license": "Apache-2.0",
|
|
"main": "dist/cjs/perspective-viewer-hypergrid.js",
|
|
"module": "dist/cjs/perspective-viewer-hypergrid.js",
|
|
"name": "@finos/perspective-viewer-hypergrid",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/finos/perspective.git"
|
|
},
|
|
"scripts": {
|
|
"bench": "npm-run-all bench:build bench:run",
|
|
"bench:build": "echo \"No Benchmarks\"",
|
|
"bench:run": "echo \"No Benchmarks\"",
|
|
"build": "npm-run-all build:babel build:webpack:esm build:webpack:umd",
|
|
"build:babel": "cpx \"src/**/*\" dist && babel src/js --source-maps --out-dir dist/esm",
|
|
"build:webpack:esm": "webpack --color --config src/config/cjs.config.js",
|
|
"build:webpack:umd": "webpack --color --config src/config/umd.config.js",
|
|
"clean": "rimraf dist",
|
|
"clean:screenshots": "rimraf \"screenshots/**/*.@(failed|diff).png\"",
|
|
"prebuild": "mkdirp dist/esm",
|
|
"test": "npm-run-all test:build test:run",
|
|
"test:build": "cpx \"test/html/*\" dist/umd",
|
|
"test:run": "jest --rootDir=. --config=../perspective-test/jest.config.js --silent --color 2>&1"
|
|
},
|
|
"unpkg": "dist/umd/perspective-viewer-hypergrid.js",
|
|
"version": "0.4.0"
|
|
}
|