UNPKG

finite-automata

Version:
43 lines (42 loc) 1.2 kB
{ "name": "finite-automata", "version": "3.4.1", "description": "Unfancy state machine", "main": "lib/fragment", "scripts": { "test": "node test", "b": "node benchmark", "bb": "browserify -t brfs benchmark/index.js > benchmark/bundle.js", "profile": "node benchmark/v8/writeLexer && browserify -t brfs benchmark/v8/index.js > benchmark/v8/bundle.js && d8 --trace-opt --trace-deopt --prof benchmark/v8/bundle.js && mac-tick-processor v8.log && unlink v8.log && unlink benchmark/v8/bundle.js && unlink benchmark/v8/_lexer.js" }, "repository": { "type": "git", "url": "https://github.com/ben-ng/finite-automata.git" }, "keywords": [ "dfa", "nfa" ], "author": "Ben Ng <me@benng.me>", "license": "MIT", "bugs": { "url": "https://github.com/ben-ng/finite-automata/issues" }, "homepage": "https://github.com/ben-ng/finite-automata", "dependencies": {}, "devDependencies": { "tape": "2.x.x" }, "testling": { "files": "test/index.js", "browsers": [ "ie/6..latest", "chrome/22..latest", "firefox/16..latest", "safari/latest", "opera/11.0..latest", "iphone/6", "ipad/6" ] } }