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

65 lines
1.6 KiB
JSON

{
"_args": [
[
"rectangular@1.0.1",
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
]
],
"_from": "rectangular@1.0.1",
"_id": "rectangular@1.0.1",
"_inBundle": false,
"_integrity": "sha1-VsyC1VRhP3+QC0eqsHlnqyR5bZg=",
"_location": "/rectangular",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "rectangular@1.0.1",
"name": "rectangular",
"escapedName": "rectangular",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/@finos/perspective-viewer-hypergrid",
"/faux-hypergrid"
],
"_resolved": "https://registry.npmjs.org/rectangular/-/rectangular-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
"author": {
"name": "SWirts, JEiten"
},
"bugs": {
"url": "https://github.com/openfin/rectangular/issues"
},
"description": "Simple rectangle and point classes",
"devDependencies": {
"browser-sync": "^2.9.11",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-eslint": "^1.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-load-plugins": "^1.0.0",
"gulp-mocha": "^2.1.3",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"jsdoc": "^3.3.2",
"run-sequence": "^1.1.4"
},
"homepage": "https://github.com/openfin/rectangular#readme",
"license": "MIT",
"main": "./src/js/rectangular.js",
"name": "rectangular",
"repository": {
"type": "git",
"url": "git://github.com/openfin/rectangular.git"
},
"scripts": {
"test": "gulp test"
},
"version": "1.0.1"
}