UNPKG

kuzzle-espresso-logic-minimizer

Version:

A NodeJS bridge to the Espresso heuristic logic minimizer

43 lines (42 loc) 1.03 kB
{ "name": "kuzzle-espresso-logic-minimizer", "main": "index.js", "version": "2.2.0", "author": "Sebastien Cottinet (https://github.com/scottinet)", "description": "A NodeJS bridge to the Espresso heuristic logic minimizer", "keywords": [ "espresso", "logic", "heuristic", "minimizer", "canonical", "normal form", "canonicalization" ], "repository": { "type": "git", "url": "git://github.com/kuzzleio/espresso-logic-minimizer.git" }, "bugs": { "url": "https://github.com/kuzzleio/espresso-logic-minimizer/issues" }, "homepage": "https://github.com/kuzzleio/espresso-logic-minimizer#readme", "scripts": { "configure": "node-gyp configure", "build": "node-gyp build" }, "dependencies": { "bindings": "1.5.0", "debug": "4.4.3", "nan": "2.23.1", "tmp": "0.2.5" }, "devDependencies": { "node-gyp": "12.1.0", "semantic-release-config-kuzzle": "1.1.2" }, "engines": { "node": ">=20.0.0 <25.0.0" }, "license": "MIT" }