UNPKG

treem

Version:

High performance conversion of flat data (like SQL result rows) into nested objects.

72 lines (71 loc) 1.95 kB
{ "name": "treem", "version": "1.1.1", "description": "High performance conversion of flat data (like SQL result rows) into nested objects.", "main": "./lib/treem.js", "scripts": { "clean": "rimraf lib", "transpile": "babel --source-maps inline src --out-dir lib", "build": "npm run clean && npm run transpile", "commit": "git-cz", "commita": "git add . && git status -s && git-cz", "lint": "eslint src test", "cover": "babel-node $(npm bin)/isparta cover _mocha -- \"test/{unit,integration}/**/*.test.js\"", "coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls", "test": "mocha \"test/{unit,integration}/**/*.test.js\"", "test-e2e": "mocha \"test/e2e/**/*.test.js\"", "docker-test-e2e": "docker-compose run --rm test" }, "repository": { "type": "git", "url": "git+https://github.com/couralex/treem.git" }, "keywords": [ "tab", "grid", "flat", "CSV", "SQL", "POST", "JSON", "data", "tree", "object", "graph", "conversion", "transform", "ORM" ], "author": "couralex <couralex@courpron.net>", "license": "MIT", "bugs": { "url": "https://github.com/couralex/treem/issues" }, "homepage": "https://github.com/couralex/treem#readme", "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "dependencies": { "babel-runtime": "^6.20.0", "equal-array": "^1.0.7" }, "devDependencies": { "babel-cli": "^6.18.0", "babel-plugin-transform-runtime": "^6.15.0", "babel-preset-es2015": "^6.18.0", "chai": "^3.5.0", "commitizen": "^2.8.6", "coveralls": "^2.11.15", "cz-conventional-changelog": "^1.2.0", "eslint": "^3.12.0", "inflection": "^1.10.0", "isparta": "^4.0.0", "mocha": "^3.2.0", "mocha-lcov-reporter": "^1.2.0", "mysql2": "^1.1.2", "pg": "^6.1.2", "rimraf": "^2.5.4" } }