hierarchy-js
Version:
Elegant and lightweight library for working with data structures
71 lines (70 loc) • 1.68 kB
JSON
{
"name": "hierarchy-js",
"version": "1.0.4",
"description": "Elegant and lightweight library for working with data structures",
"main": "lib/",
"types": "",
"repository": {
"type": "git",
"url": "https://github.com/maxmarinich/hierarchy-js.git"
},
"scripts": {
"start": "gulp",
"test": "jest && codecov -f 'coverage/clover.xml'",
"coverage": "jest --coverage",
"postpublish": "git push --tags",
"prepare": "gulp"
},
"keywords": [
"tree-structure",
"data-structures",
"data-hierarchy",
"flatten",
"flatlist",
"unflatten"
],
"author": "Max Marinich",
"maintainers": [
{
"name": "Max Marinich",
"email": "max.marinich@gmail.com"
}
],
"jest": {
"testURL": "http://localhost/",
"collectCoverageFrom": [
"src/**/*.{js}"
],
"testMatch": [
"**/?(*.)(spec|test).js"
],
"transform": {
"\\.js$": "babel-jest"
},
"coverageDirectory": "./coverage/",
"collectCoverage": true
},
"test": "jest",
"test:watch": "jest --watch",
"coverage": "jest --coverage",
"license": "MIT",
"bugs": {
"url": "https://github.com/maxmarinich/hierarchy-js/issues"
},
"homepage": "https://github.com/maxmarinich/hierarchy-js#readme",
"dependencies": {
"gulp-babel": "^6.1.3"
},
"devDependencies": {
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^7.3.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-strip-comments": "^2.5.2",
"jest": "^24.9.0",
"prettier": "^1.19.1"
}
}