blob: 1b75cb2948d63d429e06de27d98cb2802f0b5756 [file] [log] [blame]
{
"name": "apache-arrow",
"description": "Apache Arrow columnar in-memory format",
"bin": {
"arrow2csv": "bin/arrow2csv.js"
},
"type": "module",
"scripts": {
"lerna": "lerna",
"test": "cross-env NODE_NO_WARNINGS=1 gulp test",
"build": "cross-env NODE_NO_WARNINGS=1 gulp build",
"clean": "cross-env NODE_NO_WARNINGS=1 gulp clean",
"debug": "cross-env NODE_NO_WARNINGS=1 gulp debug",
"perf": "node --loader ts-node/esm/transpile-only ./perf/index.ts",
"test:integration": "node ./bin/integration.js --mode validate",
"release": "./npm-release.sh",
"clean:all": "yarn clean && yarn clean:testdata",
"clean:testdata": "gulp clean:testdata",
"create:testdata": "gulp create:testdata",
"test:coverage": "gulp test -t src --coverage",
"test:bundle": "gulp bundle",
"doc": "del-cli ./doc && typedoc",
"lint": "eslint src test --fix",
"lint:ci": "eslint src test",
"prepublishOnly": "echo \"Error: do 'yarn release' instead of 'npm publish'\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apache/arrow.git"
},
"keywords": [
"apache",
"arrow"
],
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"bugs": {
"url": "https://issues.apache.org/jira/projects/ARROW"
},
"homepage": "https://github.com/apache/arrow/blob/main/js/README.md",
"files": [
"bin",
"src",
"gulp",
"jestconfigs",
"test",
"*.json",
"tsconfigs",
"README.md",
"gulpfile.js",
"npm-release.sh",
"jest.config.js"
],
"dependencies": {
"@types/command-line-args": "5.2.0",
"@types/command-line-usage": "5.0.2",
"@types/node": "20.3.0",
"@types/pad-left": "2.1.1",
"command-line-args": "5.2.1",
"command-line-usage": "7.0.1",
"flatbuffers": "23.5.26",
"json-bignum": "^0.0.3",
"pad-left": "^2.1.0",
"tslib": "^2.5.3"
},
"devDependencies": {
"@openpgp/web-stream-tools": "0.0.13",
"@rollup/plugin-alias": "5.0.0",
"@rollup/plugin-node-resolve": "15.1.0",
"@rollup/stream": "3.0.0",
"@types/benchmark": "2.1.2",
"@types/glob": "8.1.0",
"@types/jest": "29.5.2",
"@types/randomatic": "3.1.3",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"async-done": "2.0.0",
"benny": "3.7.1",
"cross-env": "7.0.3",
"del": "7.0.0",
"del-cli": "5.0.0",
"esbuild": "0.18.0",
"esbuild-plugin-alias": "0.2.1",
"eslint": "8.42.0",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-unicorn": "47.0.0",
"esm": "https://github.com/jsg2021/esm/releases/download/v3.x.x-pr883/esm-3.x.x-pr883.tgz",
"glob": "10.2.7",
"google-closure-compiler": "20230502.0.0",
"gulp": "4.0.2",
"gulp-esbuild": "0.11.1",
"gulp-json-transform": "0.4.8",
"gulp-rename": "2.0.0",
"gulp-replace": "1.1.4",
"gulp-sourcemaps": "3.0.0",
"gulp-terser": "2.1.0",
"gulp-typescript": "5.0.1",
"gulp-vinyl-size": "1.1.3",
"ix": "5.0.0",
"jest": "29.5.0",
"jest-silent-reporter": "0.5.0",
"lerna": "7.0.0",
"memfs": "3.5.3",
"mkdirp": "3.0.1",
"multistream": "4.1.0",
"randomatic": "3.1.1",
"rollup": "3.25.0",
"rxjs": "7.8.1",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typedoc": "0.24.8",
"typescript": "5.1.3",
"vinyl-buffer": "1.0.1",
"vinyl-named": "1.1.0",
"vinyl-source-stream": "2.0.0",
"web-streams-polyfill": "3.2.1",
"webpack": "5.86.0",
"webpack-bundle-analyzer": "4.9.0",
"webpack-stream": "7.0.0",
"xml2js": "0.6.0"
},
"engines": {
"node": ">=12.0"
},
"version": "13.0.0"
}