blob: 44ddf82acc5f1dcbc011a067835b3f5928a20e37 [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/master/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": "^17.0.36",
"@types/pad-left": "2.1.1",
"command-line-args": "5.2.1",
"command-line-usage": "6.1.3",
"flatbuffers": "2.0.4",
"json-bignum": "^0.0.3",
"pad-left": "^2.1.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@openpgp/web-stream-tools": "0.0.10",
"@rollup/plugin-alias": "3.1.9",
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/stream": "2.0.0",
"@types/benchmark": "2.1.1",
"@types/glob": "7.2.0",
"@types/jest": "27.5.1",
"@types/randomatic": "3.1.3",
"@typescript-eslint/eslint-plugin": "5.27.0",
"@typescript-eslint/parser": "5.27.0",
"async-done": "1.3.2",
"benny": "3.7.1",
"cross-env": "7.0.3",
"del-cli": "4.0.1",
"esbuild": "0.14.42",
"esbuild-plugin-alias": "0.2.1",
"eslint": "8.16.0",
"eslint-plugin-jest": "26.4.6",
"eslint-plugin-unicorn": "42.0.0",
"esm": "https://github.com/jsg2021/esm/releases/download/v3.x.x-pr883/esm-3.x.x-pr883.tgz",
"glob": "8.0.3",
"google-closure-compiler": "20220502.0.0",
"gulp": "4.0.2",
"gulp-esbuild": "0.10.3",
"gulp-json-transform": "0.4.8",
"gulp-rename": "2.0.0",
"gulp-replace": "1.1.3",
"gulp-sourcemaps": "3.0.0",
"gulp-terser": "2.1.0",
"gulp-typescript": "5.0.1",
"gulp-vinyl-size": "1.1.3",
"ix": "4.5.2",
"jest": "28.1.0",
"jest-silent-reporter": "0.5.0",
"lerna": "5.0.0",
"memfs": "3.4.4",
"mkdirp": "1.0.4",
"multistream": "4.1.0",
"randomatic": "3.1.1",
"rollup": "2.75.4",
"rxjs": "7.5.5",
"ts-jest": "28.0.3",
"ts-node": "10.8.0",
"typedoc": "0.22.16",
"typescript": "4.7.2",
"vinyl-buffer": "1.0.1",
"vinyl-named": "1.1.0",
"vinyl-source-stream": "2.0.0",
"web-streams-polyfill": "3.2.1",
"webpack": "5.72.1",
"webpack-bundle-analyzer": "4.5.0",
"webpack-stream": "7.0.0",
"xml2js": "0.4.23"
},
"engines": {
"node": ">=12.0"
},
"version": "10.0.0-SNAPSHOT"
}