- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/hosted-git-info/package.json
rceaed42 r59329aa 1 1 { 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 }, 4 42 "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" 9 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", 10 57 "keywords": [ 11 58 "git", … … 14 61 "gitlab" 15 62 ], 16 "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org)",17 63 "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" 20 69 }, 21 "homepage": "https://github.com/npm/hosted-git-info",22 70 "scripts": { 23 71 "posttest": "standard", … … 29 77 "test:coverage": "tap --coverage-report=html" 30 78 }, 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 79 "tap": { 48 80 "color": 1, 49 81 "coverage": true, 50 82 "esm": false 51 } 83 }, 84 "version": "4.0.2" 52 85 }
Note:
See TracChangeset
for help on using the changeset viewer.