UNPKG

ldm-partition

Version:
45 lines (44 loc) 976 B
{ "name": "ldm-partition", "version": "1.0.0", "description": "Largest differencing method", "main": "index.js", "files": [ "index.js", "index.js.map", "index.d.ts" ], "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/overengineered/ldm-partition.git" }, "keywords": [ "largest", "differencing", "method", "multiway", "number", "partitioning", "partition", "problem" ], "author": "Juozas Kontvainis", "license": "MIT", "bugs": { "url": "https://github.com/overengineered/ldm-partition/issues" }, "homepage": "https://github.com/overengineered/ldm-partition#readme", "devDependencies": { "@babel/core": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.21.0", "@types/jest": "^29.4.0", "babel-jest": "^29.5.0", "jest": "^29.5.0", "prettier": "^2.8.4", "typescript": "^4.9.5" } }