mirror of
https://github.com/actions/labeler.git
synced 2026-01-01 09:07:16 +08:00
build
This commit is contained in:
83
node_modules/is-regex/package.json
generated
vendored
83
node_modules/is-regex/package.json
generated
vendored
@@ -1,57 +1,65 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"is-regex@1.0.4",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "is-regex@1.0.4",
|
||||
"_id": "is-regex@1.0.4",
|
||||
"_from": "is-regex@^1.1.0",
|
||||
"_id": "is-regex@1.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=",
|
||||
"_integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==",
|
||||
"_location": "/is-regex",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "is-regex@1.0.4",
|
||||
"raw": "is-regex@^1.1.0",
|
||||
"name": "is-regex",
|
||||
"escapedName": "is-regex",
|
||||
"rawSpec": "1.0.4",
|
||||
"rawSpec": "^1.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.4"
|
||||
"fetchSpec": "^1.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/es-abstract"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz",
|
||||
"_spec": "1.0.4",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"_resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
|
||||
"_shasum": "c6f98aacc546f6cec5468a07b7b153ab564a57b9",
|
||||
"_spec": "is-regex@^1.1.0",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/es-abstract",
|
||||
"author": {
|
||||
"name": "Jordan Harband"
|
||||
"name": "Jordan Harband",
|
||||
"email": "ljharb@gmail.com"
|
||||
},
|
||||
"auto-changelog": {
|
||||
"output": "CHANGELOG.md",
|
||||
"template": "keepachangelog",
|
||||
"unreleased": false,
|
||||
"commitLimit": false,
|
||||
"backfillLimit": false,
|
||||
"hideCredit": true
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ljharb/is-regex/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"has": "^1.0.1"
|
||||
"has-symbols": "^1.0.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag",
|
||||
"devDependencies": {
|
||||
"@ljharb/eslint-config": "^11.0.0",
|
||||
"covert": "^1.1.0",
|
||||
"editorconfig-tools": "^0.1.1",
|
||||
"eslint": "^3.15.0",
|
||||
"jscs": "^3.0.7",
|
||||
"nsp": "^2.6.2",
|
||||
"replace": "^0.3.0",
|
||||
"semver": "^5.3.0",
|
||||
"tape": "^4.6.3"
|
||||
"@ljharb/eslint-config": "^17.1.0",
|
||||
"aud": "^1.1.2",
|
||||
"auto-changelog": "^2.2.0",
|
||||
"covert": "^1.1.1",
|
||||
"eclint": "^2.8.1",
|
||||
"eslint": "^7.6.0",
|
||||
"foreach": "^2.0.5",
|
||||
"safe-publish-latest": "^1.1.4",
|
||||
"tape": "^5.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.4"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/ljharb"
|
||||
},
|
||||
"homepage": "https://github.com/ljharb/is-regex",
|
||||
"keywords": [
|
||||
"regex",
|
||||
@@ -69,17 +77,16 @@
|
||||
"url": "git://github.com/ljharb/is-regex.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "covert test.js",
|
||||
"coverage-quiet": "covert test.js --quiet",
|
||||
"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
|
||||
"eslint": "eslint test.js *.js",
|
||||
"jscs": "jscs *.js",
|
||||
"lint": "npm run jscs && npm run eslint",
|
||||
"posttest": "npm run security",
|
||||
"coverage": "covert test/index.js",
|
||||
"eccheck": "eclint check *.js **/*.js > /dev/null",
|
||||
"lint": "eslint .",
|
||||
"posttest": "npx aud --production",
|
||||
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
||||
"prepublish": "safe-publish-latest",
|
||||
"pretest": "npm run lint",
|
||||
"security": "nsp check",
|
||||
"test": "npm run tests-only",
|
||||
"tests-only": "node --harmony --es-staging test.js"
|
||||
"tests-only": "node --harmony --es-staging test",
|
||||
"version": "auto-changelog && git add CHANGELOG.md"
|
||||
},
|
||||
"testling": {
|
||||
"files": "test.js",
|
||||
@@ -100,5 +107,5 @@
|
||||
"android-browser/4.2"
|
||||
]
|
||||
},
|
||||
"version": "1.0.4"
|
||||
"version": "1.1.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user