137 lines
3.7 KiB
JSON
137 lines
3.7 KiB
JSON
{
|
|
"_from": "parquets@^0.10.10",
|
|
"_id": "parquets@0.10.10",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-RKnxh5AS5yQSkODlMXzxZnxkGm/rDr51dt8Ml9kvTFfPUr29eaxKKjwQbkTKSX1l/ci5cyscEZjCASqFDfAopA==",
|
|
"_location": "/parquets",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "parquets@^0.10.10",
|
|
"name": "parquets",
|
|
"escapedName": "parquets",
|
|
"rawSpec": "^0.10.10",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.10.10"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/parquets/-/parquets-0.10.10.tgz",
|
|
"_shasum": "38bd89c5b7f9c8b21904dbe7aafdc3af76459c61",
|
|
"_spec": "parquets@^0.10.10",
|
|
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
|
|
"author": {
|
|
"name": "kbajalc@gmail.com"
|
|
},
|
|
"browser": {
|
|
"fs": false
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kbajalc/parquets/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"bson": "^4.0.2",
|
|
"int53": "^1.0.0",
|
|
"node-int64": "^0.4.0",
|
|
"thrift": "^0.12.0",
|
|
"varint": "^5.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "TypeScript implementation of the Parquet file format, based on parquet.js",
|
|
"devDependencies": {
|
|
"@creditkarma/thrift-typescript": "^3.7.2",
|
|
"@types/bson": "^4.0.0",
|
|
"@types/chai": "^4.1.7",
|
|
"@types/debug": "^4.1.4",
|
|
"@types/jest": "^24.0.17",
|
|
"@types/mocha": "^5.2.7",
|
|
"@types/node": "^10.14.15",
|
|
"@types/node-int64": "^0.4.29",
|
|
"@types/thrift": "^0.10.8",
|
|
"@types/varint": "^5.0.0",
|
|
"assert": "^2.0.0",
|
|
"brotli": "^1.3.2",
|
|
"chai": "^4.2.0",
|
|
"debug": "^4.1.1",
|
|
"jest": "^24.8.0",
|
|
"jest-environment-node": "^24.8.0",
|
|
"lz4js": "^0.2.0",
|
|
"lzo": "^0.4.11",
|
|
"object-stream": "0.0.1",
|
|
"prettier": "^2.1.2",
|
|
"snappy": "^6.3.5",
|
|
"ts-jest": "^24.0.2",
|
|
"ts-node": "^8.3.0",
|
|
"tslint": "^5.18.0",
|
|
"tslint-config-airbnb": "^5.11.1",
|
|
"typescript": "^3.5.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.6"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"src"
|
|
],
|
|
"homepage": "https://github.com/kbajalc/parquets",
|
|
"jest": {
|
|
"testEnvironment": "node",
|
|
"verbose": true,
|
|
"transform": {
|
|
"^.+\\.tsx?$": "ts-jest"
|
|
},
|
|
"testRegex": "(test/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
|
|
"testPathIgnorePatterns": [
|
|
"<rootDir>/build_"
|
|
],
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"tsx",
|
|
"js",
|
|
"jsx",
|
|
"json",
|
|
"node"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"dremel",
|
|
"parquet"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"name": "parquets",
|
|
"prettier": {
|
|
"arrowParens": "avoid",
|
|
"singleQuote": true
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/kbajalc/parquets.git"
|
|
},
|
|
"runtimeDependencies": {
|
|
"brotli": "^1.3.2",
|
|
"lzo": "^0.4.0",
|
|
"lz4js": "^0.2.0"
|
|
},
|
|
"scripts": {
|
|
"beta": "npm run build && git push --follow-tags && npm publish --tag beta",
|
|
"build": "npm run clean ; tsc -p src ; tsc -p .",
|
|
"clean": "rm -rf ./lib && rm -rf ./build",
|
|
"peer": "npm i brotli lzo lz4js --no-save",
|
|
"release": "npm run build && git push --follow-tags && npm publish",
|
|
"test": "npm run build && jest --verbose test/*.ts",
|
|
"thrift": "thrift --gen js:node parquet.thrift && thrift --gen js:ts parquet.thrift",
|
|
"tsgen": "thrift-typescript --target apache --rootDir . --sourceDir . --outDir codegen parquet.thrift",
|
|
"tsgencore": "thrift-typescript --target thrift-server --rootDir . --sourceDir . --outDir codegen parquet.thrift",
|
|
"upver": "npm version patch && git push --follow-tags",
|
|
"watch": "npm run clean ; tsc -p . --watch"
|
|
},
|
|
"source": "./src/index.ts",
|
|
"types": "./lib/index.d.ts",
|
|
"upstream": "0.10.1",
|
|
"version": "0.10.10"
|
|
}
|