blob: 108849cb51606a5863ed7308c04727543d686616 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "is-regex@^1.1.2",
3 "_id": "is-regex@1.1.2",
4 "_inBundle": false,
5 "_integrity": "sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg==",
6 "_location": "/is-regex",
7 "_phantomChildren": {
8 "function-bind": "1.1.1",
9 "has": "1.0.3",
10 "has-symbols": "1.0.1"
11 },
12 "_requested": {
13 "type": "range",
14 "registry": true,
15 "raw": "is-regex@^1.1.2",
16 "name": "is-regex",
17 "escapedName": "is-regex",
18 "rawSpec": "^1.1.2",
19 "saveSpec": null,
20 "fetchSpec": "^1.1.2"
21 },
22 "_requiredBy": [
23 "/es-abstract"
24 ],
25 "_resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.2.tgz",
26 "_shasum": "81c8ebde4db142f2cf1c53fc86d6a45788266251",
27 "_spec": "is-regex@^1.1.2",
28 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\es-abstract",
29 "author": {
30 "name": "Jordan Harband",
31 "email": "ljharb@gmail.com"
32 },
33 "auto-changelog": {
34 "output": "CHANGELOG.md",
35 "template": "keepachangelog",
36 "unreleased": false,
37 "commitLimit": false,
38 "backfillLimit": false,
39 "hideCredit": true
40 },
41 "bugs": {
42 "url": "https://github.com/inspect-js/is-regex/issues"
43 },
44 "bundleDependencies": false,
45 "dependencies": {
46 "call-bind": "^1.0.2",
47 "has-symbols": "^1.0.1"
48 },
49 "deprecated": false,
50 "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag",
51 "devDependencies": {
52 "@ljharb/eslint-config": "^17.5.0",
53 "aud": "^1.1.3",
54 "auto-changelog": "^2.2.1",
55 "eclint": "^2.8.1",
56 "eslint": "^7.19.0",
57 "foreach": "^2.0.5",
58 "nyc": "^10.3.2",
59 "safe-publish-latest": "^1.1.4",
60 "tape": "^5.1.1"
61 },
62 "engines": {
63 "node": ">= 0.4"
64 },
65 "funding": {
66 "url": "https://github.com/sponsors/ljharb"
67 },
68 "homepage": "https://github.com/inspect-js/is-regex",
69 "keywords": [
70 "regex",
71 "regexp",
72 "is",
73 "regular expression",
74 "regular",
75 "expression"
76 ],
77 "license": "MIT",
78 "main": "index.js",
79 "name": "is-regex",
80 "repository": {
81 "type": "git",
82 "url": "git://github.com/inspect-js/is-regex.git"
83 },
84 "scripts": {
85 "eccheck": "eclint check *.js **/*.js > /dev/null",
86 "lint": "eslint .",
87 "posttest": "npx aud --production",
88 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
89 "prepublish": "safe-publish-latest",
90 "pretest": "npm run lint",
91 "test": "npm run tests-only && npm run test:harmony",
92 "test:harmony": "nyc node --harmony --es-staging test",
93 "tests-only": "nyc node test",
94 "version": "auto-changelog && git add CHANGELOG.md"
95 },
96 "testling": {
97 "files": "test.js",
98 "browsers": [
99 "iexplore/6.0..latest",
100 "firefox/3.0..6.0",
101 "firefox/15.0..latest",
102 "firefox/nightly",
103 "chrome/4.0..10.0",
104 "chrome/20.0..latest",
105 "chrome/canary",
106 "opera/10.0..12.0",
107 "opera/15.0..latest",
108 "opera/next",
109 "safari/4.0..latest",
110 "ipad/6.0..latest",
111 "iphone/6.0..latest",
112 "android-browser/4.2"
113 ]
114 },
115 "version": "1.1.2"
116}