blob: afcb5581c56c5c2083eaf3110c5e90e15bdfc233 [file] [log] [blame]
{
"name": "apache-arrow",
"description": "Apache Arrow columnar in-memory format",
"main": "./index",
"bin": {
"arrow2csv": "bin/arrow2csv.js"
},
"scripts": {
"lerna": "lerna",
"test": "NODE_NO_WARNINGS=1 gulp test",
"build": "NODE_NO_WARNINGS=1 gulp build",
"clean": "NODE_NO_WARNINGS=1 gulp clean",
"debug": "NODE_NO_WARNINGS=1 gulp debug",
"perf": "node ./perf/index.js",
"test:integration": "node ./bin/integration.js --mode validate",
"create:perfdata": "python ./test/data/tables/generate.py ./test/data/tables/tracks.arrow",
"release": "./npm-release.sh",
"clean:all": "run-p clean clean:testdata",
"clean:testdata": "gulp clean:testdata",
"create:testdata": "gulp create:testdata",
"test:coverage": "gulp test -t src --coverage",
"doc": "shx rm -rf ./doc && typedoc --options typedoc.js",
"lint": "run-p lint:src lint:test",
"lint:ci": "run-p lint:src:ci lint:test:ci",
"lint:src": "tslint --fix --project -p tsconfig.json -c tslint.json \"src/**/*.ts\"",
"lint:test": "tslint --fix --project -p test/tsconfig.json -c tslint.json \"test/**/*.ts\"",
"lint:src:ci": "tslint --project -p tsconfig.json -c tslint.json \"src/**/*.ts\"",
"lint:test:ci": "tslint --project -p test/tsconfig.json -c tslint.json \"test/**/*.ts\"",
"prepublishOnly": "echo \"Error: do 'npm run release' instead of 'npm publish'\" && exit 1",
"version": "npm install && npm run clean:all"
},
"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",
"test",
"*.json",
"tsconfig",
"README.md",
"gulpfile.js",
"npm-release.sh",
"jest.config.js",
"jest.coverage.config.js"
],
"dependencies": {
"@types/flatbuffers": "^1.9.1",
"@types/node": "^12.0.4",
"@types/text-encoding-utf-8": "^1.0.1",
"command-line-args": "5.0.2",
"command-line-usage": "5.0.5",
"flatbuffers": "1.11.0",
"json-bignum": "^0.0.3",
"pad-left": "^2.1.0",
"text-encoding-utf-8": "^1.0.2",
"tslib": "^1.9.3"
},
"devDependencies": {
"@types/glob": "7.1.1",
"@types/jest": "24.0.13",
"async-done": "1.3.1",
"benchmark": "2.1.4",
"coveralls": "3.0.3",
"del": "3.0.0",
"esm": "3.2.25",
"glob": "7.1.4",
"google-closure-compiler": "20190513.0.0",
"gulp": "4.0.2",
"gulp-json-transform": "0.4.6",
"gulp-rename": "1.4.0",
"gulp-sourcemaps": "2.6.5",
"gulp-typescript": "5.0.1",
"ix": "2.5.3",
"jest": "24.8.0",
"jest-environment-node-debug": "2.0.0",
"jest-silent-reporter": "0.1.2",
"json": "9.0.6",
"lerna": "3.10.7",
"memfs": "2.15.2",
"mkdirp": "0.5.1",
"multistream": "2.1.1",
"npm-run-all": "4.1.5",
"randomatic": "3.1.1",
"rimraf": "2.6.3",
"rxjs": "5.5.11",
"shx": "0.3.2",
"source-map-loader": "0.2.4",
"terser-webpack-plugin": "1.2.1",
"trash": "4.3.0",
"ts-jest": "24.0.2",
"ts-node": "8.2.0",
"tslint": "5.12.1",
"typedoc": "TypeStrong/typedoc",
"typescript": "3.5.1",
"web-stream-tools": "0.0.1",
"web-streams-polyfill": "2.0.3",
"webpack": "4.29.0",
"xml2js": "0.4.19"
},
"engines": {
"node": ">=11.12"
},
"version": "0.14.1"
}