source: trip-planner-front/node_modules/hosted-git-info/package.json@ 6c1585f

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

initial commit

  • Property mode set to 100644
File size: 1.2 KB
Line 
1{
2 "name": "hosted-git-info",
3 "version": "4.0.2",
4 "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"
9 },
10 "keywords": [
11 "git",
12 "github",
13 "bitbucket",
14 "gitlab"
15 ],
16 "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org)",
17 "license": "ISC",
18 "bugs": {
19 "url": "https://github.com/npm/hosted-git-info/issues"
20 },
21 "homepage": "https://github.com/npm/hosted-git-info",
22 "scripts": {
23 "posttest": "standard",
24 "postversion": "npm publish",
25 "prepublishOnly": "git push origin --follow-tags",
26 "preversion": "npm test",
27 "snap": "tap",
28 "test": "tap",
29 "test:coverage": "tap --coverage-report=html"
30 },
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 },
47 "tap": {
48 "color": 1,
49 "coverage": true,
50 "esm": false
51 }
52}
Note: See TracBrowser for help on using the repository browser.