source: imaps-frontend/node_modules/safe-regex-test/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.3 KB
Line 
1{
2 "_from": "safe-regex-test@^1.1.0",
3 "_id": "safe-regex-test@1.1.0",
4 "_inBundle": false,
5 "_integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
6 "_location": "/safe-regex-test",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "safe-regex-test@^1.1.0",
12 "name": "safe-regex-test",
13 "escapedName": "safe-regex-test",
14 "rawSpec": "^1.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.1.0"
17 },
18 "_requiredBy": [
19 "/es-abstract",
20 "/is-async-function",
21 "/is-generator-function",
22 "/is-symbol"
23 ],
24 "_resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
25 "_shasum": "7f87dfb67a3150782eaaf18583ff5d1711ac10c1",
26 "_spec": "safe-regex-test@^1.1.0",
27 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/es-abstract",
28 "author": {
29 "name": "Jordan Harband",
30 "email": "ljharb@gmail.com"
31 },
32 "auto-changelog": {
33 "output": "CHANGELOG.md",
34 "template": "keepachangelog",
35 "unreleased": false,
36 "commitLimit": false,
37 "backfillLimit": false,
38 "hideCredit": true
39 },
40 "bugs": {
41 "url": "https://github.com/ljharb/safe-regex-test/issues"
42 },
43 "bundleDependencies": false,
44 "dependencies": {
45 "call-bound": "^1.0.2",
46 "es-errors": "^1.3.0",
47 "is-regex": "^1.2.1"
48 },
49 "deprecated": false,
50 "description": "Give a regex, get a robust predicate function that tests it against a string.",
51 "devDependencies": {
52 "@arethetypeswrong/cli": "^0.17.1",
53 "@ljharb/eslint-config": "^21.1.1",
54 "@ljharb/tsconfig": "^0.2.2",
55 "@types/for-each": "^0.3.3",
56 "@types/object-inspect": "^1.13.0",
57 "@types/tape": "^5.6.5",
58 "auto-changelog": "^2.5.0",
59 "encoding": "^0.1.13",
60 "es-value-fixtures": "^1.5.0",
61 "eslint": "=8.8.0",
62 "for-each": "^0.3.3",
63 "in-publish": "^2.0.1",
64 "npmignore": "^0.3.1",
65 "nyc": "^10.3.2",
66 "object-inspect": "^1.13.3",
67 "safe-publish-latest": "^2.0.0",
68 "tape": "^5.9.0",
69 "typescript": "next"
70 },
71 "engines": {
72 "node": ">= 0.4"
73 },
74 "exports": {
75 ".": "./index.js",
76 "./package.json": "./package.json"
77 },
78 "funding": {
79 "url": "https://github.com/sponsors/ljharb"
80 },
81 "homepage": "https://github.com/ljharb/safe-regex-test#readme",
82 "keywords": [
83 "regex",
84 "regexp",
85 "test",
86 "tester",
87 "safe",
88 "robust",
89 "exec"
90 ],
91 "license": "MIT",
92 "main": "index.js",
93 "name": "safe-regex-test",
94 "publishConfig": {
95 "ignore": [
96 ".github/workflows"
97 ]
98 },
99 "repository": {
100 "type": "git",
101 "url": "git+https://github.com/ljharb/safe-regex-test.git"
102 },
103 "scripts": {
104 "lint": "eslint --ext=js,mjs .",
105 "postlint": "tsc && attw -P",
106 "posttest": "npx npm@'>= 10.2' audit --production",
107 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
108 "prepack": "npmignore --auto --commentLines=autogenerated",
109 "prepublish": "not-in-publish || npm run prepublishOnly",
110 "prepublishOnly": "safe-publish-latest",
111 "pretest": "npm run lint",
112 "test": "npm run tests-only",
113 "tests-only": "nyc tape test",
114 "version": "auto-changelog && git add CHANGELOG.md"
115 },
116 "sideEffects": false,
117 "version": "1.1.0"
118}
Note: See TracBrowser for help on using the repository browser.