compare-oriented-cell
Version:
Test if two sets of integers are equal up to an even permutation
43 lines (42 loc) • 925 B
JSON
{
"name": "compare-oriented-cell",
"version": "1.0.1",
"description": "Test if two sets of integers are equal up to an even permutation",
"main": "compare.js",
"directories": {
"test": "test"
},
"dependencies": {
"cell-orientation": "^1.0.1",
"compare-cell": "^1.0.0"
},
"devDependencies": {
"tape": "^4.0.0",
"shuffle-array": "^0.1.0"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mikolalysenko/compare-oriented-cell.git"
},
"keywords": [
"cell",
"complex",
"simplex",
"simplicial",
"graph",
"oriented",
"directed",
"topology",
"index",
"search"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/compare-oriented-cell/issues"
},
"homepage": "https://github.com/mikolalysenko/compare-oriented-cell"
}