source: trip-planner-front/node_modules/fill-range/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 2.5 KB
Line 
1{
2 "_args": [
3 [
4 "fill-range@7.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "fill-range@7.0.1",
10 "_id": "fill-range@7.0.1",
11 "_inBundle": false,
12 "_integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
13 "_location": "/fill-range",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "fill-range@7.0.1",
19 "name": "fill-range",
20 "escapedName": "fill-range",
21 "rawSpec": "7.0.1",
22 "saveSpec": null,
23 "fetchSpec": "7.0.1"
24 },
25 "_requiredBy": [
26 "/braces"
27 ],
28 "_resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
29 "_spec": "7.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/jonschlinkert/fill-range/issues"
37 },
38 "contributors": [
39 {
40 "name": "Edo Rivai",
41 "url": "edo.rivai.nl"
42 },
43 {
44 "name": "Jon Schlinkert",
45 "url": "http://twitter.com/jonschlinkert"
46 },
47 {
48 "name": "Paul Miller",
49 "url": "paulmillr.com"
50 },
51 {
52 "name": "Rouven Weßling",
53 "url": "www.rouvenwessling.de"
54 },
55 {
56 "url": "https://github.com/wtgtybhertgeghgtwtg"
57 }
58 ],
59 "dependencies": {
60 "to-regex-range": "^5.0.1"
61 },
62 "description": "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`",
63 "devDependencies": {
64 "gulp-format-md": "^2.0.0",
65 "mocha": "^6.1.1"
66 },
67 "engines": {
68 "node": ">=8"
69 },
70 "files": [
71 "index.js"
72 ],
73 "homepage": "https://github.com/jonschlinkert/fill-range",
74 "keywords": [
75 "alpha",
76 "alphabetical",
77 "array",
78 "bash",
79 "brace",
80 "expand",
81 "expansion",
82 "fill",
83 "glob",
84 "match",
85 "matches",
86 "matching",
87 "number",
88 "numerical",
89 "range",
90 "ranges",
91 "regex",
92 "sh"
93 ],
94 "license": "MIT",
95 "main": "index.js",
96 "name": "fill-range",
97 "repository": {
98 "type": "git",
99 "url": "git+https://github.com/jonschlinkert/fill-range.git"
100 },
101 "scripts": {
102 "test": "mocha"
103 },
104 "verb": {
105 "toc": false,
106 "layout": "default",
107 "tasks": [
108 "readme"
109 ],
110 "plugins": [
111 "gulp-format-md"
112 ],
113 "lint": {
114 "reflinks": true
115 }
116 },
117 "version": "7.0.1"
118}
Note: See TracBrowser for help on using the repository browser.