UNPKG

arc-reg-exp

Version:

Convenience subclass to the native RegExp object

35 lines (34 loc) 846 B
{ "name": "arc-reg-exp", "version": "3.0.0", "description": "Convenience subclass to the native RegExp object", "main": "index.js", "types": "index.d.ts", "type": "module", "scripts": { "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage", "test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watchAll" }, "repository": { "type": "git", "url": "git+https://github.com/anyuzer/arc-reg-exp.git" }, "keywords": [ "RegExp", "regular", "expression", "arc" ], "author": "Ian Reid", "license": "ISC", "bugs": { "url": "https://github.com/anyuzer/arc-reg-exp/issues" }, "homepage": "https://github.com/anyuzer/arc-reg-exp#readme", "dependencies": { "arc-is": "^2.1.0" }, "devDependencies": { "jest": "^30.2.0" } }