source: trip-planner-front/node_modules/to-regex-range/package.json@ 84d0fbb

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

adding photos

  • Property mode set to 100644
File size: 2.8 KB
Line 
1{
2 "_args": [
3 [
4 "to-regex-range@5.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "to-regex-range@5.0.1",
10 "_id": "to-regex-range@5.0.1",
11 "_inBundle": false,
12 "_integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
13 "_location": "/to-regex-range",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "to-regex-range@5.0.1",
19 "name": "to-regex-range",
20 "escapedName": "to-regex-range",
21 "rawSpec": "5.0.1",
22 "saveSpec": null,
23 "fetchSpec": "5.0.1"
24 },
25 "_requiredBy": [
26 "/fill-range"
27 ],
28 "_resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
29 "_spec": "5.0.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Jon Schlinkert",
33 "url": "https://github.com/jonschlinkert"
34 },
35 "bugs": {
36 "url": "https://github.com/micromatch/to-regex-range/issues"
37 },
38 "contributors": [
39 {
40 "name": "Jon Schlinkert",
41 "url": "http://twitter.com/jonschlinkert"
42 },
43 {
44 "name": "Rouven Weßling",
45 "url": "www.rouvenwessling.de"
46 }
47 ],
48 "dependencies": {
49 "is-number": "^7.0.0"
50 },
51 "description": "Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.",
52 "devDependencies": {
53 "fill-range": "^6.0.0",
54 "gulp-format-md": "^2.0.0",
55 "mocha": "^6.0.2",
56 "text-table": "^0.2.0",
57 "time-diff": "^0.3.1"
58 },
59 "engines": {
60 "node": ">=8.0"
61 },
62 "files": [
63 "index.js"
64 ],
65 "homepage": "https://github.com/micromatch/to-regex-range",
66 "keywords": [
67 "bash",
68 "date",
69 "expand",
70 "expansion",
71 "expression",
72 "glob",
73 "match",
74 "match date",
75 "match number",
76 "match numbers",
77 "match year",
78 "matches",
79 "matching",
80 "number",
81 "numbers",
82 "numerical",
83 "range",
84 "ranges",
85 "regex",
86 "regexp",
87 "regular",
88 "regular expression",
89 "sequence"
90 ],
91 "license": "MIT",
92 "main": "index.js",
93 "name": "to-regex-range",
94 "repository": {
95 "type": "git",
96 "url": "git+https://github.com/micromatch/to-regex-range.git"
97 },
98 "scripts": {
99 "test": "mocha"
100 },
101 "verb": {
102 "layout": "default",
103 "toc": false,
104 "tasks": [
105 "readme"
106 ],
107 "plugins": [
108 "gulp-format-md"
109 ],
110 "lint": {
111 "reflinks": true
112 },
113 "helpers": {
114 "examples": {
115 "displayName": "examples"
116 }
117 },
118 "related": {
119 "list": [
120 "expand-range",
121 "fill-range",
122 "micromatch",
123 "repeat-element",
124 "repeat-string"
125 ]
126 }
127 },
128 "version": "5.0.1"
129}
Note: See TracBrowser for help on using the repository browser.