dotfiles/vscode/.vscode/extensions/randomfractalsinc.vscode-data-preview-2.3.0/node_modules/@finos/perspective/package.json
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

108 lines
3.3 KiB
JSON

{
"_args": [
[
"@finos/perspective@0.4.0",
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
]
],
"_from": "@finos/perspective@0.4.0",
"_id": "@finos/perspective@0.4.0",
"_inBundle": false,
"_integrity": "sha512-1hbfGSnjpRUUDGR2cf3okI9axJyrx2vp+Js/OJWF7b2PGQgaPBw4gJzoqArEUYDhB2WnGFIkEFiV+RANmxr7AQ==",
"_location": "/@finos/perspective",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@finos/perspective@0.4.0",
"name": "@finos/perspective",
"escapedName": "@finos%2fperspective",
"scope": "@finos",
"rawSpec": "0.4.0",
"saveSpec": null,
"fetchSpec": "0.4.0"
},
"_requiredBy": [
"/",
"/@finos/perspective-viewer",
"/@finos/perspective-viewer-d3fc",
"/@finos/perspective-viewer-highcharts",
"/@finos/perspective-viewer-hypergrid"
],
"_resolved": "https://registry.npmjs.org/@finos/perspective/-/perspective-0.4.0.tgz",
"_spec": "0.4.0",
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
"author": "",
"browser": "dist/esm/perspective.parallel.js",
"bugs": {
"url": "https://github.com/finos/perspective/issues"
},
"dependencies": {
"@babel/runtime": "^7.3.4",
"core-js": "^2.6.9",
"d3-array": "^1.2.1",
"detectie": "1.0.0",
"flatbuffers": "^1.10.2",
"lodash": "^4.17.4",
"moment": "^2.19.1",
"papaparse": "^4.3.6",
"text-encoding-utf-8": "^1.0.2",
"tslib": "^1.9.3",
"ws": "^6.1.2"
},
"description": "Perspective.js",
"devDependencies": {
"@finos/perspective-webpack-plugin": "^0.4.0"
},
"files": [
"dist/**/*",
"index.d.ts",
"babel.config.js"
],
"homepage": "https://github.com/finos/perspective#readme",
"jest": {
"roots": [
"test/js"
],
"transform": {},
"transformIgnorePatterns": [
"/node_modules/(?!@apache)",
"/build/"
],
"verbose": true,
"testURL": "http://localhost/",
"automock": false
},
"license": "Apache-2.0",
"main": "dist/umd/perspective.node.js",
"module": "dist/esm/perspective.parallel.js",
"name": "@finos/perspective",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/finos/perspective.git"
},
"scripts": {
"build": "npm-run-all build:babel:* build:webpack",
"build:babel:emsdk": "babel obj --source-maps --out-dir dist/esm",
"build:babel:js": "babel src/js --source-maps --out-dir dist/esm",
"build:webpack": "npm-run-all -p build:webpack:*",
"build:webpack:node": "webpack --color --config src/config/perspective.node.config.js",
"build:webpack:umd": "webpack --color --config src/config/perspective.config.js",
"clean": "rimraf dist",
"cpp": "npm-run-all build:cpp test:cpp",
"docs": "npm-run-all docs:jsdoc docs:deploy",
"docs:deploy": "(echo \"---\nid: perspective\ntitle: perspective API\n---\n\n\"; cat README.md) > ../../docs/obj/perspective.md",
"docs:jsdoc": "jsdoc2md src/js/perspective.js -p list --separators --no-gfm > README.md",
"prebuild": "mkdirp dist && mkdirp obj",
"test": "npm-run-all test:build test:run",
"test:build": "cpx \"test/html/*\" build",
"test:run": "jest --color --ci"
},
"typings": "index.d.ts",
"unpkg": "dist/umd/perspective.js",
"version": "0.4.0"
}