source: trip-planner-front/node_modules/to-regex/package.json

Last change on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.3 KB
Line 
1{
2 "_args": [
3 [
4 "to-regex@3.0.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "to-regex@3.0.2",
10 "_id": "to-regex@3.0.2",
11 "_inBundle": false,
12 "_integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
13 "_location": "/to-regex",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "to-regex@3.0.2",
19 "name": "to-regex",
20 "escapedName": "to-regex",
21 "rawSpec": "3.0.2",
22 "saveSpec": null,
23 "fetchSpec": "3.0.2"
24 },
25 "_requiredBy": [
26 "/expand-brackets",
27 "/extglob",
28 "/http-proxy-middleware/braces",
29 "/http-proxy-middleware/micromatch",
30 "/nanomatch",
31 "/webpack-dev-server/braces",
32 "/webpack-dev-server/micromatch"
33 ],
34 "_resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
35 "_spec": "3.0.2",
36 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
37 "author": {
38 "name": "Jon Schlinkert",
39 "url": "https://github.com/jonschlinkert"
40 },
41 "bugs": {
42 "url": "https://github.com/jonschlinkert/to-regex/issues"
43 },
44 "dependencies": {
45 "define-property": "^2.0.2",
46 "extend-shallow": "^3.0.2",
47 "regex-not": "^1.0.2",
48 "safe-regex": "^1.1.0"
49 },
50 "description": "Generate a regex from a string or array of strings.",
51 "devDependencies": {
52 "gulp-format-md": "^1.0.0",
53 "mocha": "^3.5.3"
54 },
55 "engines": {
56 "node": ">=0.10.0"
57 },
58 "files": [
59 "index.js"
60 ],
61 "homepage": "https://github.com/jonschlinkert/to-regex",
62 "keywords": [
63 "match",
64 "regex",
65 "regular expression",
66 "test",
67 "to"
68 ],
69 "license": "MIT",
70 "main": "index.js",
71 "name": "to-regex",
72 "repository": {
73 "type": "git",
74 "url": "git+https://github.com/jonschlinkert/to-regex.git"
75 },
76 "scripts": {
77 "test": "mocha"
78 },
79 "verb": {
80 "toc": {
81 "method": "preWrite"
82 },
83 "layout": "default",
84 "tasks": [
85 "readme"
86 ],
87 "plugins": [
88 "gulp-format-md"
89 ],
90 "related": {
91 "list": [
92 "has-glob",
93 "is-glob",
94 "path-regex",
95 "to-regex-range"
96 ]
97 },
98 "lint": {
99 "reflinks": true
100 }
101 },
102 "version": "3.0.2"
103}
Note: See TracBrowser for help on using the repository browser.