UNPKG

@livre/enum-regexes

Version:
36 lines 760 B
{ "name": "@livre/enum-regexes", "version": "0.3.3", "description": "regexes", "type": "module", "exports": "./dist/index.js", "files": [ "dist" ], "engines": { "node": ">=22.0.0" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/hoyeungw/livre.git" }, "keywords": [ "livre", "enum-regexes", "word-frequency" ], "author": "Hoyeung Wong", "license": "MIT", "bugs": { "url": "https://github.com/hoyeungw/livre" }, "homepage": "https://github.com/hoyeungw/livre#readme", "gitHead": "d28f6ddda0e7338b6cf3f3bef2e1dec1b5352b5d", "scripts": { "pub": "npm publish", "test": "node -r @babel/register test/test.index.js" } }