mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
123 lines
3.3 KiB
JSON
123 lines
3.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"regextras@0.7.0",
|
|
"."
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "regextras@0.7.0",
|
|
"_id": "regextras@0.7.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ds+fL+Vhl918gbAUb0k2gVKbTZLsg84Re3DI6p85Et0U0tYME3hyW4nMK8Px4dtDaBA2qNjvG5uWyW7eK5gfmw==",
|
|
"_location": "/regextras",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "regextras@0.7.0",
|
|
"name": "regextras",
|
|
"escapedName": "regextras",
|
|
"rawSpec": "0.7.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.7.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint-plugin-jsdoc"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/regextras/-/regextras-0.7.0.tgz",
|
|
"_spec": "0.7.0",
|
|
"_where": ".",
|
|
"author": {
|
|
"name": "Brett Zamir"
|
|
},
|
|
"browserslist": [
|
|
"cover 100%"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/brettz9/regextras/issues"
|
|
},
|
|
"contributors": [],
|
|
"dependencies": {},
|
|
"description": "Array extras for regular expressions",
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.1.14"
|
|
},
|
|
"homepage": "https://github.com/brettz9/regextras",
|
|
"keywords": [
|
|
"regex",
|
|
"regexp",
|
|
"regular expression"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/index-umd.js",
|
|
"module": "dist/index-es.js",
|
|
"name": "regextras",
|
|
"nyc": {
|
|
"reporter": [
|
|
"html",
|
|
"text"
|
|
],
|
|
"exclude": [
|
|
".eslintrc.js",
|
|
"rollup.config.js",
|
|
"dist",
|
|
"node_modules",
|
|
"test",
|
|
"tests"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/brettz9/regextras.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "open-cli http://localhost:8081/coverage && npm start",
|
|
"eslint": "eslint --ext=js,md,html .",
|
|
"mocha": "mocha --require esm --require test/node-env.js test/test.*.js --exit",
|
|
"mocha-cov": "nyc npm run mocha",
|
|
"rollup": "rollup -c",
|
|
"start": "static -p 8081",
|
|
"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",
|
|
"test-cov": "npm run eslint && npm run rollup && npm run mocha-cov"
|
|
},
|
|
"version": "0.7.0"
|
|
}
|