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

75 lines
1.9 KiB
JSON

{
"_args": [
[
"apache-arrow@0.15.1",
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
]
],
"_from": "apache-arrow@0.15.1",
"_id": "apache-arrow@0.15.1",
"_inBundle": false,
"_integrity": "sha512-3H+sC789nWn8JDnMwfd2j19NJ4gMcdtbpp2Haa22wBoDGUbbA5FgD2OqfE9Mr4yPlJZFWVJDw7C1hgJo2UolxA==",
"_location": "/apache-arrow",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "apache-arrow@0.15.1",
"name": "apache-arrow",
"escapedName": "apache-arrow",
"rawSpec": "0.15.1",
"saveSpec": null,
"fetchSpec": "0.15.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/apache-arrow/-/apache-arrow-0.15.1.tgz",
"_spec": "0.15.1",
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
"author": {
"name": "Apache Software Foundation"
},
"bin": {
"arrow2csv": "bin/arrow2csv.js"
},
"browser": "Arrow.dom",
"bugs": {
"url": "https://issues.apache.org/jira/projects/ARROW"
},
"dependencies": {
"@types/flatbuffers": "^1.9.1",
"@types/node": "^12.0.4",
"@types/text-encoding-utf-8": "^1.0.1",
"command-line-args": "5.0.2",
"command-line-usage": "5.0.5",
"flatbuffers": "1.11.0",
"json-bignum": "^0.0.3",
"pad-left": "^2.1.0",
"text-encoding-utf-8": "^1.0.2",
"tslib": "^1.9.3"
},
"description": "Apache Arrow columnar in-memory format",
"esm": {
"mode": "all",
"sourceMap": true
},
"homepage": "https://github.com/apache/arrow/blob/master/js/README.md",
"jsdelivr": "Arrow.es5.min.js",
"keywords": [
"apache",
"arrow"
],
"license": "Apache-2.0",
"main": "Arrow.node",
"module": "Arrow.dom.mjs",
"name": "apache-arrow",
"repository": {
"type": "git",
"url": "git+https://github.com/apache/arrow.git"
},
"types": "Arrow.node.d.ts",
"unpkg": "Arrow.es5.min.js",
"version": "0.15.1"
}