Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/fill-range/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "fill-range",
    3   "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`",
    4   "version": "7.0.1",
    5   "homepage": "https://github.com/jonschlinkert/fill-range",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Edo Rivai (edo.rivai.nl)",
    9     "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    10     "Paul Miller (paulmillr.com)",
    11     "Rouven Weßling (www.rouvenwessling.de)",
    12     "(https://github.com/wtgtybhertgeghgtwtg)"
     2  "_args": [
     3    [
     4      "fill-range@7.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    137  ],
    14   "repository": "jonschlinkert/fill-range",
     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  },
    1535  "bugs": {
    1636    "url": "https://github.com/jonschlinkert/fill-range/issues"
    1737  },
    18   "license": "MIT",
    19   "files": [
    20     "index.js"
     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    }
    2158  ],
    22   "main": "index.js",
    23   "engines": {
    24     "node": ">=8"
    25   },
    26   "scripts": {
    27     "test": "mocha"
    28   },
    2959  "dependencies": {
    3060    "to-regex-range": "^5.0.1"
    3161  },
     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`",
    3263  "devDependencies": {
    3364    "gulp-format-md": "^2.0.0",
    3465    "mocha": "^6.1.1"
    3566  },
     67  "engines": {
     68    "node": ">=8"
     69  },
     70  "files": [
     71    "index.js"
     72  ],
     73  "homepage": "https://github.com/jonschlinkert/fill-range",
    3674  "keywords": [
    3775    "alpha",
     
    5492    "sh"
    5593  ],
     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  },
    56104  "verb": {
    57105    "toc": false,
     
    66114      "reflinks": true
    67115    }
    68   }
     116  },
     117  "version": "7.0.1"
    69118}
Note: See TracChangeset for help on using the changeset viewer.