blob: f9e801c5ff7bd25e3944acdd603418ad8375f425 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "to-regex@^3.0.2",
3 "_id": "to-regex@3.0.2",
4 "_inBundle": false,
5 "_integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
6 "_location": "/to-regex",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "to-regex@^3.0.2",
12 "name": "to-regex",
13 "escapedName": "to-regex",
14 "rawSpec": "^3.0.2",
15 "saveSpec": null,
16 "fetchSpec": "^3.0.2"
17 },
18 "_requiredBy": [
19 "/braces",
20 "/expand-brackets",
21 "/extglob",
22 "/micromatch",
23 "/nanomatch"
24 ],
25 "_resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
26 "_shasum": "13cfdd9b336552f30b51f33a8ae1b42a7a7599ce",
27 "_spec": "to-regex@^3.0.2",
28 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\micromatch",
29 "author": {
30 "name": "Jon Schlinkert",
31 "url": "https://github.com/jonschlinkert"
32 },
33 "bugs": {
34 "url": "https://github.com/jonschlinkert/to-regex/issues"
35 },
36 "bundleDependencies": false,
37 "dependencies": {
38 "define-property": "^2.0.2",
39 "extend-shallow": "^3.0.2",
40 "regex-not": "^1.0.2",
41 "safe-regex": "^1.1.0"
42 },
43 "deprecated": false,
44 "description": "Generate a regex from a string or array of strings.",
45 "devDependencies": {
46 "gulp-format-md": "^1.0.0",
47 "mocha": "^3.5.3"
48 },
49 "engines": {
50 "node": ">=0.10.0"
51 },
52 "files": [
53 "index.js"
54 ],
55 "homepage": "https://github.com/jonschlinkert/to-regex",
56 "keywords": [
57 "match",
58 "regex",
59 "regular expression",
60 "test",
61 "to"
62 ],
63 "license": "MIT",
64 "main": "index.js",
65 "name": "to-regex",
66 "repository": {
67 "type": "git",
68 "url": "git+https://github.com/jonschlinkert/to-regex.git"
69 },
70 "scripts": {
71 "test": "mocha"
72 },
73 "verb": {
74 "toc": {
75 "method": "preWrite"
76 },
77 "layout": "default",
78 "tasks": [
79 "readme"
80 ],
81 "plugins": [
82 "gulp-format-md"
83 ],
84 "related": {
85 "list": [
86 "has-glob",
87 "is-glob",
88 "path-regex",
89 "to-regex-range"
90 ]
91 },
92 "lint": {
93 "reflinks": true
94 }
95 },
96 "version": "3.0.2"
97}