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

93 lines
2.4 KiB
JSON

{
"_from": "thrift@^0.12.0",
"_id": "thrift@0.12.0",
"_inBundle": false,
"_integrity": "sha512-qE9PZi4XSbSQLz/sNxj6+ZiiFQYgbM4GmlO3CS/EVJBjCVfd46Zw0aiVIqOvVn74M7XUGyjOs2chAOwK4d4/hQ==",
"_location": "/thrift",
"_phantomChildren": {
"async-limiter": "1.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "thrift@^0.12.0",
"name": "thrift",
"escapedName": "thrift",
"rawSpec": "^0.12.0",
"saveSpec": null,
"fetchSpec": "^0.12.0"
},
"_requiredBy": [
"/parquets"
],
"_resolved": "https://registry.npmjs.org/thrift/-/thrift-0.12.0.tgz",
"_shasum": "67678beba655ca40dd30744b65455f2b9f8e9912",
"_spec": "thrift@^0.12.0",
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview\\node_modules\\parquets",
"author": {
"name": "Apache Thrift Developers",
"email": "dev@thrift.apache.org",
"url": "http://thrift.apache.org"
},
"bugs": {
"url": "https://issues.apache.org/jira/browse/THRIFT"
},
"bundleDependencies": false,
"dependencies": {
"node-int64": "^0.4.0",
"q": "^1.5.0",
"ws": "^5.0.0"
},
"deprecated": false,
"description": "node.js bindings for the Apache Thrift RPC system",
"devDependencies": {
"@types/node": "^10.12.6",
"@types/q": "^1.5.1",
"buffer-equals": "^1.0.4",
"commander": "^2.14.1",
"connect": "^3.6.6",
"eslint": "^5.7.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-prettier": "^3.0.0",
"istanbul": "^0.4.5",
"jsdoc": "^3.5.5",
"prettier": "^1.14.3",
"tape": "^4.9.0",
"typescript": "^3.1.6",
"utf-8-validate": "^4.0.0"
},
"directories": {
"lib": "./lib/nodejs/lib/thrift"
},
"engines": {
"node": ">= 4.1.0"
},
"files": [
"lib/nodejs/lib/thrift",
"lib/nodejs/README.md"
],
"homepage": "http://thrift.apache.org/",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"main": "./lib/nodejs/lib/thrift",
"name": "thrift",
"repository": {
"type": "git",
"url": "git+https://github.com/apache/thrift.git"
},
"scripts": {
"cover": "lib/nodejs/test/testAll.sh COVER",
"lint": "eslint lib/nodejs/. --ext .js",
"lint-tests": "eslint lib/nodejs/test/. --ext .js",
"prettier": "prettier --write '**/*.js'",
"test": "lib/nodejs/test/testAll.sh",
"test-ts": "lib/nodets/test/testAll.sh"
},
"version": "0.12.0"
}