109 lines
4.2 KiB
JSON
109 lines
4.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@finos/perspective-viewer@0.4.0",
|
|
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
|
|
]
|
|
],
|
|
"_from": "@finos/perspective-viewer@0.4.0",
|
|
"_id": "@finos/perspective-viewer@0.4.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-gkgQxcHPhkt96f7T5EglUra1yCT40/wvuJruRnpycCSXEzL6bpjjNFrDl+r0PmQNJ9aa+A4YN7uCAAbt7Du+vg==",
|
|
"_location": "/@finos/perspective-viewer",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@finos/perspective-viewer@0.4.0",
|
|
"name": "@finos/perspective-viewer",
|
|
"escapedName": "@finos%2fperspective-viewer",
|
|
"scope": "@finos",
|
|
"rawSpec": "0.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/",
|
|
"/@finos/perspective-viewer-d3fc",
|
|
"/@finos/perspective-viewer-highcharts",
|
|
"/@finos/perspective-viewer-hypergrid"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@finos/perspective-viewer/-/perspective-viewer-0.4.0.tgz",
|
|
"_spec": "0.4.0",
|
|
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
|
|
"author": "",
|
|
"browser": {
|
|
"themes/all-themes.less": "./dist/themes/all-themes.less",
|
|
"themes/all-themes.css": "./dist/umd/all-themes.css",
|
|
"themes/material.less": "./dist/themes/material.less",
|
|
"themes/material.css": "./dist/umd/material.css",
|
|
"themes/material.dark.less": "./dist/themes/material.dark.less",
|
|
"themes/material.dark.css": "./dist/umd/material.dark.css",
|
|
"themes/vaporwave.less": "./dist/themes/vaporwave.less",
|
|
"themes/vaporwave.css": "./dist/umd/vaporwave.css",
|
|
"themes/material-dense.less": "./dist/themes/material-dense.less",
|
|
"themes/material-dense.css": "./dist/umd/material-dense.css",
|
|
"themes/material-dense.dark.less": "./dist/themes/material-dense.dark.less",
|
|
"themes/material-dense.dark.css": "./dist/umd/material-dense.dark.css"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/finos/perspective/issues"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.3.4",
|
|
"@finos/perspective": "^0.4.0",
|
|
"@webcomponents/shadycss": "^1.5.2",
|
|
"@webcomponents/webcomponentsjs": "~2.0.4",
|
|
"awesomplete": "^1.1.2",
|
|
"core-js": "^2.6.9",
|
|
"d3-array": "^1.2.1",
|
|
"detectie": "1.0.0",
|
|
"lit-html": "^1.1.2",
|
|
"lodash": "^4.17.4",
|
|
"mobile-drag-drop": "^2.3.0-rc.2"
|
|
},
|
|
"description": "Perspective.js",
|
|
"devDependencies": {
|
|
"@finos/perspective-test": "^0.4.0",
|
|
"@finos/perspective-webpack-plugin": "^0.4.0"
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/finos/perspective#readme",
|
|
"license": "Apache-2.0",
|
|
"main": "dist/cjs/perspective-viewer.js",
|
|
"module": "dist/cjs/perspective-viewer.js",
|
|
"name": "@finos/perspective-viewer",
|
|
"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 --silent build:babel build:webpack:cjs build:webpack:umd",
|
|
"build:babel": "cpx \"src/**/*\" dist && babel src/js --source-maps --out-dir dist/esm",
|
|
"build:webpack:cjs": "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\"",
|
|
"docs": "npm-run-all docs:jsdoc docs:deploy",
|
|
"docs:deploy": "(echo \"---\nid: perspective-viewer\ntitle: perspective-viewer API\n---\n\n\"; cat README.md) > ../../docs/obj/perspective-viewer.md",
|
|
"docs:jsdoc": "jsdoc2md src/js/viewer.js -p list --separators --no-gfm > README.md",
|
|
"prebuild": "mkdirp dist/esm",
|
|
"test": "npm-run-all test:build test:run",
|
|
"test:build": "cpx \"test/html/*\" dist/umd && cpx \"test/csv/*\" dist/umd && cpx \"test/css/*\" dist/umd",
|
|
"test:run": "jest --rootDir=. --config=../perspective-test/jest.config.js --silent --color 2>&1",
|
|
"watch": "webpack --color --watch --config src/config/view.config.js"
|
|
},
|
|
"typings": "index.d.ts",
|
|
"unpkg": "dist/umd/perspective-viewer.js",
|
|
"version": "0.4.0"
|
|
}
|