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

    rceaed42 r59329aa  
    11{
    2   "name": "repeat-element",
    3   "description": "Create an array by repeating the given value n times.",
    4   "version": "1.1.4",
    5   "homepage": "https://github.com/jonschlinkert/repeat-element",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/repeat-element",
     2  "_args": [
     3    [
     4      "repeat-element@1.1.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "repeat-element@1.1.4",
     10  "_id": "repeat-element@1.1.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==",
     13  "_location": "/repeat-element",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "repeat-element@1.1.4",
     19    "name": "repeat-element",
     20    "escapedName": "repeat-element",
     21    "rawSpec": "1.1.4",
     22    "saveSpec": null,
     23    "fetchSpec": "1.1.4"
     24  },
     25  "_requiredBy": [
     26    "/http-proxy-middleware/braces",
     27    "/webpack-dev-server/braces"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz",
     30  "_spec": "1.1.4",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Jon Schlinkert",
     34    "url": "https://github.com/jonschlinkert"
     35  },
    836  "bugs": {
    937    "url": "https://github.com/jonschlinkert/repeat-element/issues"
    1038  },
    11   "license": "MIT",
    12   "files": [
    13     "index.js"
    14   ],
    15   "main": "index.js",
    16   "engines": {
    17     "node": ">=0.10.0"
    18   },
    19   "scripts": {
    20     "test": "mocha"
    21   },
     39  "description": "Create an array by repeating the given value n times.",
    2240  "devDependencies": {
    2341    "benchmarked": "^2.0.0",
     
    2846    "mocha": "^3.5.3"
    2947  },
     48  "engines": {
     49    "node": ">=0.10.0"
     50  },
     51  "files": [
     52    "index.js"
     53  ],
     54  "homepage": "https://github.com/jonschlinkert/repeat-element",
    3055  "keywords": [
    3156    "array",
     
    3459    "string"
    3560  ],
     61  "license": "MIT",
     62  "main": "index.js",
     63  "name": "repeat-element",
     64  "repository": {
     65    "type": "git",
     66    "url": "git+https://github.com/jonschlinkert/repeat-element.git"
     67  },
     68  "scripts": {
     69    "test": "mocha"
     70  },
    3671  "verb": {
    3772    "toc": false,
     
    4681      "reflinks": true
    4782    }
    48   }
     83  },
     84  "version": "1.1.4"
    4985}
Note: See TracChangeset for help on using the changeset viewer.