node-pandas
Version:
An npm package that incorporates minimal features of python pandas.
41 lines (40 loc) • 1.01 kB
JSON
{
"name": "node-pandas",
"version": "2.3.0",
"description": "An npm package that incorporates minimal features of python pandas.",
"main": "./src/index.js",
"files": [
"src/",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:unit": "jest tests/unit",
"test:integration": "jest tests/integration",
"test:property": "jest tests/property"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hygull/node-pandas.git"
},
"keywords": [
"Series",
"DataFrame",
"JavaScript",
"Node",
"Python pandas"
],
"author": "Rishikesh Agrawani <rishikesh0014051992@gmail.com> (https://rishikesh67.pythonanywhere.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hygull/node-pandas/issues"
},
"homepage": "https://github.com/hygull/node-pandas#readme",
"devDependencies": {
"jest": "^29.7.0"
}
}