summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/hosted-git-info/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/hosted-git-info/package.json')
-rw-r--r--deps/npm/node_modules/hosted-git-info/package.json87
1 files changed, 57 insertions, 30 deletions
diff --git a/deps/npm/node_modules/hosted-git-info/package.json b/deps/npm/node_modules/hosted-git-info/package.json
index 8d34aca2d7..e77f5f1832 100644
--- a/deps/npm/node_modules/hosted-git-info/package.json
+++ b/deps/npm/node_modules/hosted-git-info/package.json
@@ -1,49 +1,68 @@
{
- "name": "hosted-git-info",
- "version": "2.1.4",
- "description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
- "main": "index.js",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/hosted-git-info.git"
+ "_args": [
+ [
+ "hosted-git-info@~2.1.4",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "hosted-git-info@>=2.1.4 <2.2.0",
+ "_id": "hosted-git-info@2.1.4",
+ "_inCache": true,
+ "_location": "/hosted-git-info",
+ "_nodeVersion": "2.0.2",
+ "_npmUser": {
+ "email": "ogd@aoaioxxysz.net",
+ "name": "othiym23"
},
- "keywords": [
- "git",
- "github",
- "bitbucket",
- "gitlab"
+ "_npmVersion": "2.10.1",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "hosted-git-info",
+ "raw": "hosted-git-info@~2.1.4",
+ "rawSpec": "~2.1.4",
+ "scope": null,
+ "spec": ">=2.1.4 <2.2.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/",
+ "/normalize-package-data",
+ "/npm-package-arg"
],
+ "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.4.tgz",
+ "_shasum": "d9e953b26988be88096c46e926494d9604c300f8",
+ "_shrinkwrap": null,
+ "_spec": "hosted-git-info@~2.1.4",
+ "_where": "/Users/rebecca/code/npm",
"author": {
- "name": "Rebecca Turner",
"email": "me@re-becca.org",
+ "name": "Rebecca Turner",
"url": "http://re-becca.org"
},
- "license": "ISC",
"bugs": {
"url": "https://github.com/npm/hosted-git-info/issues"
},
- "homepage": "https://github.com/npm/hosted-git-info",
- "scripts": {
- "test": "standard && tap test/*.js"
- },
+ "dependencies": {},
+ "description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
"devDependencies": {
"standard": "^3.3.2",
"tap": "^0.4.13"
},
- "gitHead": "9e1a36df8eb050a663713c79e56d89dadba2bd8d",
- "_id": "hosted-git-info@2.1.4",
- "_shasum": "d9e953b26988be88096c46e926494d9604c300f8",
- "_from": "hosted-git-info@>=2.1.2 <2.2.0",
- "_npmVersion": "2.10.1",
- "_nodeVersion": "2.0.2",
- "_npmUser": {
- "name": "othiym23",
- "email": "ogd@aoaioxxysz.net"
- },
+ "directories": {},
"dist": {
"shasum": "d9e953b26988be88096c46e926494d9604c300f8",
"tarball": "http://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.4.tgz"
},
+ "gitHead": "9e1a36df8eb050a663713c79e56d89dadba2bd8d",
+ "homepage": "https://github.com/npm/hosted-git-info",
+ "keywords": [
+ "bitbucket",
+ "git",
+ "github",
+ "gitlab"
+ ],
+ "license": "ISC",
+ "main": "index.js",
"maintainers": [
{
"name": "iarna",
@@ -54,6 +73,14 @@
"email": "ogd@aoaioxxysz.net"
}
],
- "directories": {},
- "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.4.tgz"
+ "name": "hosted-git-info",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/npm/hosted-git-info.git"
+ },
+ "scripts": {
+ "test": "standard && tap test/*.js"
+ },
+ "version": "2.1.4"
}