source: imaps-frontend/node_modules/is-regex/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.8 KB
RevLine 
[d565449]1{
[79a0317]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"
[d565449]134}
Note: See TracBrowser for help on using the repository browser.