arc-reg-exp
Version:
Convenience subclass to the native RegExp object
34 lines (33 loc) • 821 B
JSON
{
"name": "arc-reg-exp",
"version": "2.0.0",
"description": "Convenience subclass to the native RegExp object",
"main": "index.js",
"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.0.0"
},
"devDependencies": {
"jest": "^29.2.2"
}
}