source: trip-planner-front/node_modules/hosted-git-info/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
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 },
42 "description": "Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab",
43 "devDependencies": {
44 "standard": "^16.0.3",
45 "standard-version": "^9.1.0",
46 "tap": "^14.11.0"
47 },
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",
57 "keywords": [
58 "git",
59 "github",
60 "bitbucket",
61 "gitlab"
62 ],
63 "license": "ISC",
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"
69 },
70 "scripts": {
71 "posttest": "standard",
72 "postversion": "npm publish",
73 "prepublishOnly": "git push origin --follow-tags",
74 "preversion": "npm test",
75 "snap": "tap",
76 "test": "tap",
77 "test:coverage": "tap --coverage-report=html"
78 },
79 "tap": {
80 "color": 1,
81 "coverage": true,
82 "esm": false
83 },
84 "version": "4.0.2"
85}
Note: See TracBrowser for help on using the repository browser.