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/repeat-string/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "repeat-string",
    3   "description": "Repeat the given string n times. Fastest implementation for repeating a string.",
    4   "version": "1.6.1",
    5   "homepage": "https://github.com/jonschlinkert/repeat-string",
    6   "author": "Jon Schlinkert (http://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Brian Woodward <brian.woodward@gmail.com> (https://github.com/doowb)",
    9     "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)",
    10     "Linus Unnebäck <linus@folkdatorn.se> (http://linus.unnebäck.se)",
    11     "Thijs Busser <tbusser@gmail.com> (http://tbusser.net)",
    12     "Titus <tituswormer@gmail.com> (wooorm.com)"
     2  "_args": [
     3    [
     4      "repeat-string@1.6.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    137  ],
    14   "repository": "jonschlinkert/repeat-string",
     8  "_development": true,
     9  "_from": "repeat-string@1.6.1",
     10  "_id": "repeat-string@1.6.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
     13  "_location": "/repeat-string",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "repeat-string@1.6.1",
     19    "name": "repeat-string",
     20    "escapedName": "repeat-string",
     21    "rawSpec": "1.6.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.6.1"
     24  },
     25  "_requiredBy": [
     26    "/http-proxy-middleware/fill-range",
     27    "/http-proxy-middleware/to-regex-range",
     28    "/webpack-dev-server/fill-range",
     29    "/webpack-dev-server/to-regex-range"
     30  ],
     31  "_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
     32  "_spec": "1.6.1",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "author": {
     35    "name": "Jon Schlinkert",
     36    "url": "http://github.com/jonschlinkert"
     37  },
    1538  "bugs": {
    1639    "url": "https://github.com/jonschlinkert/repeat-string/issues"
    1740  },
    18   "license": "MIT",
    19   "files": [
    20     "index.js"
     41  "contributors": [
     42    {
     43      "name": "Brian Woodward",
     44      "email": "brian.woodward@gmail.com",
     45      "url": "https://github.com/doowb"
     46    },
     47    {
     48      "name": "Jon Schlinkert",
     49      "email": "jon.schlinkert@sellside.com",
     50      "url": "http://twitter.com/jonschlinkert"
     51    },
     52    {
     53      "name": "Linus Unnebäck",
     54      "email": "linus@folkdatorn.se",
     55      "url": "http://linus.unnebäck.se"
     56    },
     57    {
     58      "name": "Thijs Busser",
     59      "email": "tbusser@gmail.com",
     60      "url": "http://tbusser.net"
     61    },
     62    {
     63      "name": "Titus",
     64      "email": "tituswormer@gmail.com",
     65      "url": "wooorm.com"
     66    }
    2167  ],
    22   "main": "index.js",
    23   "engines": {
    24     "node": ">=0.10"
    25   },
    26   "scripts": {
    27     "test": "mocha"
    28   },
     68  "description": "Repeat the given string n times. Fastest implementation for repeating a string.",
    2969  "devDependencies": {
    3070    "ansi-cyan": "^0.1.1",
     
    3777    "yargs-parser": "^4.0.2"
    3878  },
     79  "engines": {
     80    "node": ">=0.10"
     81  },
     82  "files": [
     83    "index.js"
     84  ],
     85  "homepage": "https://github.com/jonschlinkert/repeat-string",
    3986  "keywords": [
    4087    "fast",
     
    54101    "times"
    55102  ],
     103  "license": "MIT",
     104  "main": "index.js",
     105  "name": "repeat-string",
     106  "repository": {
     107    "type": "git",
     108    "url": "git+https://github.com/jonschlinkert/repeat-string.git"
     109  },
     110  "scripts": {
     111    "test": "mocha"
     112  },
    56113  "verb": {
    57114    "toc": false,
     
    74131      "verb"
    75132    ]
    76   }
     133  },
     134  "version": "1.6.1"
    77135}
Note: See TracChangeset for help on using the changeset viewer.