{ "_args": [ [ "flatbuffers@1.11.0", "D:\\dev\\web\\projects\\vscode\\vscode-data-preview" ] ], "_from": "flatbuffers@1.11.0", "_id": "flatbuffers@1.11.0", "_inBundle": false, "_integrity": "sha512-0PqFKtXI4MjxomI7jO4g5XfLPm/15g2R+5WGCHBGYGh0ihQiypnHlJ6bMmkkrAe0GzZ4d7PDAfCONKIPUxNF+A==", "_location": "/flatbuffers", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "flatbuffers@1.11.0", "name": "flatbuffers", "escapedName": "flatbuffers", "rawSpec": "1.11.0", "saveSpec": null, "fetchSpec": "1.11.0" }, "_requiredBy": [ "/@finos/perspective", "/apache-arrow" ], "_resolved": "https://registry.npmjs.org/flatbuffers/-/flatbuffers-1.11.0.tgz", "_spec": "1.11.0", "_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview", "author": { "name": "The FlatBuffers project" }, "bugs": { "url": "https://github.com/google/flatbuffers/issues" }, "dependencies": {}, "description": "Memory Efficient Serialization Library", "directories": { "doc": "docs", "test": "tests" }, "files": [ "js/flatbuffers.js", "js/flatbuffers.mjs" ], "homepage": "https://google.github.io/flatbuffers/", "keywords": [ "flatbuffers" ], "license": "SEE LICENSE IN LICENSE.txt", "main": "js/flatbuffers", "module": "js/flatbuffers.mjs", "name": "flatbuffers", "repository": { "type": "git", "url": "git+https://github.com/google/flatbuffers.git" }, "scripts": { "append-esm-export": "sed \"s/this.flatbuffers = flatbuffers;/export { flatbuffers };/\" js/flatbuffers.js > js/flatbuffers.mjs", "prepublishOnly": "npm run append-esm-export", "test": "tests/JavaScriptTest.sh" }, "version": "1.11.0" }