source: trip-planner-front/node_modules/glob-to-regexp/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 1.5 KB
Line 
1{
2 "_args": [
3 [
4 "glob-to-regexp@0.4.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "glob-to-regexp@0.4.1",
10 "_id": "glob-to-regexp@0.4.1",
11 "_inBundle": false,
12 "_integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
13 "_location": "/glob-to-regexp",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "glob-to-regexp@0.4.1",
19 "name": "glob-to-regexp",
20 "escapedName": "glob-to-regexp",
21 "rawSpec": "0.4.1",
22 "saveSpec": null,
23 "fetchSpec": "0.4.1"
24 },
25 "_requiredBy": [
26 "/watchpack",
27 "/webpack"
28 ],
29 "_resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
30 "_spec": "0.4.1",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Nick Fitzgerald",
34 "email": "fitzgen@gmail.com"
35 },
36 "bugs": {
37 "url": "https://github.com/fitzgen/glob-to-regexp/issues"
38 },
39 "description": "Convert globs to regular expressions",
40 "homepage": "https://github.com/fitzgen/glob-to-regexp#readme",
41 "keywords": [
42 "regexp",
43 "glob",
44 "regexps",
45 "regular expressions",
46 "regular expression",
47 "wildcard"
48 ],
49 "license": "BSD-2-Clause",
50 "main": "index.js",
51 "name": "glob-to-regexp",
52 "repository": {
53 "type": "git",
54 "url": "git+https://github.com/fitzgen/glob-to-regexp.git"
55 },
56 "scripts": {
57 "test": "node test.js"
58 },
59 "version": "0.4.1"
60}
Note: See TracBrowser for help on using the repository browser.