Changeset 79a0317 for imaps-frontend/node_modules/is-regex/package.json
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/is-regex/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "is-regex", 3 "version": "1.1.4", 4 "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag", 5 "author": "Jordan Harband <ljharb@gmail.com>", 6 "funding": { 7 "url": "https://github.com/sponsors/ljharb" 8 }, 9 "license": "MIT", 10 "main": "index.js", 11 "scripts": { 12 "prepublishOnly": "safe-publish-latest", 13 "prepublish": "not-in-publish || npm run prepublishOnly", 14 "pretest": "npm run lint", 15 "test": "npm run tests-only && npm run test:harmony", 16 "tests-only": "nyc node test", 17 "test:harmony": "nyc node --harmony --es-staging test", 18 "test:corejs": "nyc tape test-corejs.js", 19 "posttest": "npx aud --production", 20 "lint": "eslint .", 21 "eccheck": "eclint check *.js **/*.js > /dev/null", 22 "version": "auto-changelog && git add CHANGELOG.md", 23 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 24 }, 25 "repository": { 26 "type": "git", 27 "url": "git://github.com/inspect-js/is-regex.git" 28 }, 29 "bugs": { 30 "url": "https://github.com/inspect-js/is-regex/issues" 31 }, 32 "homepage": "https://github.com/inspect-js/is-regex", 33 "keywords": [ 34 "regex", 35 "regexp", 36 "is", 37 "regular expression", 38 "regular", 39 "expression" 40 ], 41 "dependencies": { 42 "call-bind": "^1.0.2", 43 "has-tostringtag": "^1.0.0" 44 }, 45 "devDependencies": { 46 "@ljharb/eslint-config": "^17.6.0", 47 "aud": "^1.1.5", 48 "auto-changelog": "^2.3.0", 49 "core-js": "^3.16.0", 50 "eclint": "^2.8.1", 51 "eslint": "^7.32.0", 52 "foreach": "^2.0.5", 53 "nyc": "^10.3.2", 54 "safe-publish-latest": "^1.1.4", 55 "tape": "^5.3.0" 56 }, 57 "testling": { 58 "files": "test/index.js", 59 "browsers": [ 60 "iexplore/6.0..latest", 61 "firefox/3.0..6.0", 62 "firefox/15.0..latest", 63 "firefox/nightly", 64 "chrome/4.0..10.0", 65 "chrome/20.0..latest", 66 "chrome/canary", 67 "opera/10.0..latest", 68 "opera/next", 69 "safari/4.0..latest", 70 "ipad/6.0..latest", 71 "iphone/6.0..latest", 72 "android-browser/4.2" 73 ] 74 }, 75 "engines": { 76 "node": ">= 0.4" 77 }, 78 "auto-changelog": { 79 "output": "CHANGELOG.md", 80 "template": "keepachangelog", 81 "unreleased": false, 82 "commitLimit": false, 83 "backfillLimit": false, 84 "hideCredit": true 85 } 2 "_from": "is-regex@^1.2.1", 3 "_id": "is-regex@1.2.1", 4 "_inBundle": false, 5 "_integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==", 6 "_location": "/is-regex", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "is-regex@^1.2.1", 12 "name": "is-regex", 13 "escapedName": "is-regex", 14 "rawSpec": "^1.2.1", 15 "saveSpec": null, 16 "fetchSpec": "^1.2.1" 17 }, 18 "_requiredBy": [ 19 "/es-abstract", 20 "/safe-regex-test", 21 "/which-builtin-type" 22 ], 23 "_resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz", 24 "_shasum": "76d70a3ed10ef9be48eb577887d74205bf0cad22", 25 "_spec": "is-regex@^1.2.1", 26 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/es-abstract", 27 "author": { 28 "name": "Jordan Harband", 29 "email": "ljharb@gmail.com" 30 }, 31 "auto-changelog": { 32 "output": "CHANGELOG.md", 33 "template": "keepachangelog", 34 "unreleased": false, 35 "commitLimit": false, 36 "backfillLimit": false, 37 "hideCredit": true 38 }, 39 "bugs": { 40 "url": "https://github.com/inspect-js/is-regex/issues" 41 }, 42 "bundleDependencies": false, 43 "dependencies": { 44 "call-bound": "^1.0.2", 45 "gopd": "^1.2.0", 46 "has-tostringtag": "^1.0.2", 47 "hasown": "^2.0.2" 48 }, 49 "deprecated": false, 50 "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag", 51 "devDependencies": { 52 "@arethetypeswrong/cli": "^0.17.1", 53 "@ljharb/eslint-config": "^21.1.1", 54 "@ljharb/tsconfig": "^0.2.2", 55 "@types/core-js": "^2.5.8", 56 "@types/for-each": "^0.3.3", 57 "@types/tape": "^5.6.5", 58 "auto-changelog": "^2.5.0", 59 "core-js": "^3.39.0", 60 "eclint": "^2.8.1", 61 "encoding": "^0.1.13", 62 "eslint": "=8.8.0", 63 "for-each": "^0.3.3", 64 "in-publish": "^2.0.1", 65 "npmignore": "^0.3.1", 66 "nyc": "^10.3.2", 67 "safe-publish-latest": "^2.0.0", 68 "tape": "^5.9.0", 69 "typescript": "^5.8.0-dev.20241129" 70 }, 71 "engines": { 72 "node": ">= 0.4" 73 }, 74 "funding": { 75 "url": "https://github.com/sponsors/ljharb" 76 }, 77 "homepage": "https://github.com/inspect-js/is-regex", 78 "keywords": [ 79 "regex", 80 "regexp", 81 "is", 82 "regular expression", 83 "regular", 84 "expression" 85 ], 86 "license": "MIT", 87 "main": "index.js", 88 "name": "is-regex", 89 "publishConfig": { 90 "ignore": [ 91 ".github/workflows", 92 "test-corejs.js" 93 ] 94 }, 95 "repository": { 96 "type": "git", 97 "url": "git://github.com/inspect-js/is-regex.git" 98 }, 99 "scripts": { 100 "lint": "eslint --ext=js,mjs .", 101 "postlint": "tsc -p . && attw -P", 102 "posttest": "npx npm@'>=10.2' audit --production", 103 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 104 "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", 105 "prepack": "npmignore --auto --commentLines=autogenerated", 106 "prepublish": "not-in-publish || npm run prepublishOnly", 107 "prepublishOnly": "safe-publish-latest", 108 "pretest": "npm run lint", 109 "test": "npm run tests-only && npm run test:harmony", 110 "test:corejs": "nyc tape test-corejs.js", 111 "test:harmony": "nyc node --harmony --es-staging test", 112 "tests-only": "nyc node test", 113 "version": "auto-changelog && git add CHANGELOG.md" 114 }, 115 "testling": { 116 "files": "test/index.js", 117 "browsers": [ 118 "iexplore/6.0..latest", 119 "firefox/3.0..6.0", 120 "firefox/15.0..latest", 121 "firefox/nightly", 122 "chrome/4.0..10.0", 123 "chrome/20.0..latest", 124 "chrome/canary", 125 "opera/10.0..latest", 126 "opera/next", 127 "safari/4.0..latest", 128 "ipad/6.0..latest", 129 "iphone/6.0..latest", 130 "android-browser/4.2" 131 ] 132 }, 133 "version": "1.2.1" 86 134 }
Note:
See TracChangeset
for help on using the changeset viewer.