lorix
Version:
Javascript dataframe API
35 lines (34 loc) • 712 B
JSON
{
"name": "lorix",
"version": "0.3.0",
"description": "Javascript dataframe API",
"repository": {
"type": "git",
"url": "git+https://github.com/jmsmistral/lorix"
},
"homepage": "https://github.com/jmsmistral/lorix",
"main": "lorix.js",
"type": "module",
"dependencies": {
"d3-array": "^3.1.1",
"d3-dsv": "^3.0.1",
"lodash": "^4.17.21",
"uuid": "^8.3.2"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^10.2.0"
},
"scripts": {
"test": "./node_modules/mocha/bin/_mocha ./test/**/*.js"
},
"keywords": [
"dataframe",
"dataset",
"data",
"analysis",
"datascience"
],
"author": "Jonathan Sacramento",
"license": "AGPLv3"
}