blob: 1a76f27658daf92338da208f7872a393d4a9a62a [file] [log] [blame]
{
"name": "regextras",
"version": "0.7.0",
"license": "MIT",
"author": "Brett Zamir",
"contributors": [],
"repository": "https://github.com/brettz9/regextras",
"homepage": "https://github.com/brettz9/regextras",
"bugs": "https://github.com/brettz9/regextras/issues",
"scripts": {
"eslint": "eslint --ext=js,md,html .",
"rollup": "rollup -c",
"start": "static -p 8081",
"coverage": "open-cli http://localhost:8081/coverage && npm start",
"mocha": "mocha --require esm --require test/node-env.js test/test.*.js --exit",
"mocha-cov": "nyc npm run mocha",
"test-cov": "npm run eslint && npm run rollup && npm run mocha-cov",
"test": "npm run eslint && npm run rollup && npm run mocha",
"test-browser": "npm run eslint && npm run rollup && open-cli http://127.0.0.1:8081/tests/regextras.html && npm start"
},
"nyc": {
"reporter": [
"html",
"text"
],
"exclude": [
".eslintrc.js",
"rollup.config.js",
"dist",
"node_modules",
"test",
"tests"
]
},
"browserslist": [
"cover 100%"
],
"main": "dist/index-umd.js",
"module": "dist/index-es.js",
"keywords": [
"regex",
"regexp",
"regular expression"
],
"description": "Array extras for regular expressions",
"engines": {
"node": ">=0.1.14"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@mysticatea/eslint-plugin": "^13.0.0",
"chai": "^4.2.0",
"core-js-bundle": "^3.5.0",
"eslint": "^6.7.2",
"eslint-config-ash-nazg": "^13.1.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-array-func": "^3.1.3",
"eslint-plugin-chai-expect": "^2.1.0",
"eslint-plugin-chai-friendly": "^0.5.0",
"eslint-plugin-compat": "^3.3.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsdoc": "^18.4.3",
"eslint-plugin-markdown": "^1.0.1",
"eslint-plugin-no-use-extend-native": "^0.4.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-sonarjs": "^0.5.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^14.0.1",
"esm": "^3.2.25",
"mocha": "^6.2.2",
"node-static": "^0.7.11",
"nyc": "^14.1.1",
"open-cli": "^5.0.0",
"regenerator-runtime": "^0.13.3",
"remark-lint": "6.0.5",
"rollup": "1.27.13",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-terser": "^5.1.3",
"typescript": "^3.7.3"
}
}