@forensic-js/regex
Version:
A module that builds on the existing RegExp module, making it easier working with text matching and replacement both in the browser and node environments
64 lines (63 loc) • 1.95 kB
JSON
{
"name": "@forensic-js/regex",
"version": "1.0.2",
"description": "A module that builds on the existing RegExp module, making it easier working with text matching and replacement both in the browser and node environments",
"main": "lib/index",
"typings": "lib/typings/index",
"publishConfig": {
"access": "public"
},
"scripts": {
"commit": "git-cz",
"test": "BABEL_ENV=test jest",
"watch-test": "BABEL_ENV=test jest --watch",
"build": "rimraf dist lib && tsc && BABEL_ENV=build rollup --config",
"report-coverage": "jest --coverage --coverageReporters=text-lcov | coveralls",
"semantic-release": "semantic-release"
},
"keywords": [
"regex",
"replace",
"replace-callback",
"placeholder-replacement",
"pattern-matching"
],
"author": "Harrison Ifeanyichukwu <Harrisonifeanyichukwu@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
"@babel/preset-env": "7.4.0",
"@babel/preset-typescript": "7.3.3",
"@types/jest": "24.0.11",
"@typescript-eslint/eslint-plugin": "1.6.0",
"@typescript-eslint/parser": "1.6.0",
"babel-jest": "24.3.1",
"commitizen": "3.0.7",
"coveralls": "3.0.3",
"cz-conventional-changelog": "2.1.0",
"jest": "24.3.1",
"rimraf": "2.6.3",
"rollup": "0.66.6",
"rollup-all": "1.6.8",
"rollup-plugin-babel": "4.3.2",
"rollup-plugin-commonjs": "9.3.4",
"rollup-plugin-node-resolve": "3.4.0",
"rollup-plugin-uglify": "6.0.2",
"semantic-release": "15.13.14",
"typescript": "3.3.3333"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "https://github.com/harrison-ifeanyichukwu/regex.git"
},
"dependencies": {
"@forensic-js/utils": "2.0.0"
}
}