aboutsummaryrefslogtreecommitdiff
path: root/node_modules/hosted-git-info
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/hosted-git-info
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/hosted-git-info')
-rw-r--r--node_modules/hosted-git-info/package.json101
1 files changed, 14 insertions, 87 deletions
diff --git a/node_modules/hosted-git-info/package.json b/node_modules/hosted-git-info/package.json
index 7e3a17efe..f24e39de5 100644
--- a/node_modules/hosted-git-info/package.json
+++ b/node_modules/hosted-git-info/package.json
@@ -1,102 +1,29 @@
{
- "_args": [
- [
- {
- "raw": "hosted-git-info@^2.1.4",
- "scope": null,
- "escapedName": "hosted-git-info",
- "name": "hosted-git-info",
- "rawSpec": "^2.1.4",
- "spec": ">=2.1.4 <3.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/normalize-package-data"
- ]
- ],
- "_from": "hosted-git-info@>=2.1.4 <3.0.0",
- "_id": "hosted-git-info@2.1.5",
- "_inCache": true,
- "_location": "/hosted-git-info",
- "_nodeVersion": "5.10.1",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/hosted-git-info-2.1.5.tgz_1463518889246_0.20443619322031736"
- },
- "_npmUser": {
- "name": "zkat",
- "email": "kat@sykosomatic.org"
- },
- "_npmVersion": "3.9.1",
- "_phantomChildren": {},
- "_requested": {
- "raw": "hosted-git-info@^2.1.4",
- "scope": null,
- "escapedName": "hosted-git-info",
- "name": "hosted-git-info",
- "rawSpec": "^2.1.4",
- "spec": ">=2.1.4 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/normalize-package-data"
- ],
- "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.5.tgz",
- "_shasum": "0ba81d90da2e25ab34a332e6ec77936e1598118b",
- "_shrinkwrap": null,
- "_spec": "hosted-git-info@^2.1.4",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/normalize-package-data",
- "author": {
- "name": "Rebecca Turner",
- "email": "me@re-becca.org",
- "url": "http://re-becca.org"
- },
- "bugs": {
- "url": "https://github.com/npm/hosted-git-info/issues"
- },
- "dependencies": {},
+ "name": "hosted-git-info",
+ "version": "2.1.5",
"description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
- "devDependencies": {
- "standard": "^3.3.2",
- "tap": "^0.4.13"
- },
- "directories": {},
- "dist": {
- "shasum": "0ba81d90da2e25ab34a332e6ec77936e1598118b",
- "tarball": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.5.tgz"
+ "main": "index.js",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/npm/hosted-git-info.git"
},
- "gitHead": "4e6bb323a97a57c18e6b4b891527e26154d04fbe",
- "homepage": "https://github.com/npm/hosted-git-info",
"keywords": [
"git",
"github",
"bitbucket",
"gitlab"
],
+ "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org)",
"license": "ISC",
- "main": "index.js",
- "maintainers": [
- {
- "name": "iarna",
- "email": "me@re-becca.org"
- },
- {
- "name": "othiym23",
- "email": "ogd@aoaioxxysz.net"
- },
- {
- "name": "zkat",
- "email": "kat@sykosomatic.org"
- }
- ],
- "name": "hosted-git-info",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/hosted-git-info.git"
+ "bugs": {
+ "url": "https://github.com/npm/hosted-git-info/issues"
},
+ "homepage": "https://github.com/npm/hosted-git-info",
"scripts": {
"test": "standard && tap test/*.js"
},
- "version": "2.1.5"
+ "devDependencies": {
+ "standard": "^3.3.2",
+ "tap": "^0.4.13"
+ }
}