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/hosted-git-info/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "hosted-git-info",
    3   "version": "4.0.2",
     2  "_args": [
     3    [
     4      "hosted-git-info@4.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "hosted-git-info@4.0.2",
     10  "_id": "hosted-git-info@4.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==",
     13  "_location": "/hosted-git-info",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "hosted-git-info@4.0.2",
     19    "name": "hosted-git-info",
     20    "escapedName": "hosted-git-info",
     21    "rawSpec": "4.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "4.0.2"
     24  },
     25  "_requiredBy": [
     26    "/npm-package-arg"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.0.2.tgz",
     29  "_spec": "4.0.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Rebecca Turner",
     33    "email": "me@re-becca.org",
     34    "url": "http://re-becca.org"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/npm/hosted-git-info/issues"
     38  },
     39  "dependencies": {
     40    "lru-cache": "^6.0.0"
     41  },
    442  "description": "Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab",
    5   "main": "index.js",
    6   "repository": {
    7     "type": "git",
    8     "url": "git+https://github.com/npm/hosted-git-info.git"
     43  "devDependencies": {
     44    "standard": "^16.0.3",
     45    "standard-version": "^9.1.0",
     46    "tap": "^14.11.0"
    947  },
     48  "engines": {
     49    "node": ">=10"
     50  },
     51  "files": [
     52    "index.js",
     53    "git-host.js",
     54    "git-host-info.js"
     55  ],
     56  "homepage": "https://github.com/npm/hosted-git-info",
    1057  "keywords": [
    1158    "git",
     
    1461    "gitlab"
    1562  ],
    16   "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org)",
    1763  "license": "ISC",
    18   "bugs": {
    19     "url": "https://github.com/npm/hosted-git-info/issues"
     64  "main": "index.js",
     65  "name": "hosted-git-info",
     66  "repository": {
     67    "type": "git",
     68    "url": "git+https://github.com/npm/hosted-git-info.git"
    2069  },
    21   "homepage": "https://github.com/npm/hosted-git-info",
    2270  "scripts": {
    2371    "posttest": "standard",
     
    2977    "test:coverage": "tap --coverage-report=html"
    3078  },
    31   "dependencies": {
    32     "lru-cache": "^6.0.0"
    33   },
    34   "devDependencies": {
    35     "standard": "^16.0.3",
    36     "standard-version": "^9.1.0",
    37     "tap": "^14.11.0"
    38   },
    39   "files": [
    40     "index.js",
    41     "git-host.js",
    42     "git-host-info.js"
    43   ],
    44   "engines": {
    45     "node": ">=10"
    46   },
    4779  "tap": {
    4880    "color": 1,
    4981    "coverage": true,
    5082    "esm": false
    51   }
     83  },
     84  "version": "4.0.2"
    5285}
Note: See TracChangeset for help on using the changeset viewer.