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.json34
1 files changed, 12 insertions, 22 deletions
diff --git a/deps/npm/node_modules/hosted-git-info/package.json b/deps/npm/node_modules/hosted-git-info/package.json
index e991eaa698..de691a86c0 100644
--- a/deps/npm/node_modules/hosted-git-info/package.json
+++ b/deps/npm/node_modules/hosted-git-info/package.json
@@ -1,32 +1,30 @@
{
- "_from": "hosted-git-info@2.6.0",
- "_id": "hosted-git-info@2.6.0",
+ "_from": "hosted-git-info@2.5.0",
+ "_id": "hosted-git-info@2.5.0",
"_inBundle": false,
- "_integrity": "sha512-lIbgIIQA3lz5XaB6vxakj6sDHADJiZadYEJB+FgA+C4nubM1NwcuvUr9EJPmnH1skZqpqUzWborWo8EIUi0Sdw==",
+ "_integrity": "sha512-pNgbURSuab90KbTqvRPsseaTxOJCZBD0a7t+haSN33piP9cCM4l0CqdzAif2hUqm716UovKB2ROmiabGAKVXyg==",
"_location": "/hosted-git-info",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "hosted-git-info@2.6.0",
+ "raw": "hosted-git-info@2.5.0",
"name": "hosted-git-info",
"escapedName": "hosted-git-info",
- "rawSpec": "2.6.0",
+ "rawSpec": "2.5.0",
"saveSpec": null,
- "fetchSpec": "2.6.0"
+ "fetchSpec": "2.5.0"
},
"_requiredBy": [
"#USER",
"/",
- "/libcipm/lock-verify/npm-package-arg",
- "/libnpx/npm-package-arg",
"/normalize-package-data",
"/npm-package-arg"
],
- "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.6.0.tgz",
- "_shasum": "23235b29ab230c576aab0d4f13fc046b0b038222",
- "_spec": "hosted-git-info@2.6.0",
- "_where": "/Users/zkat/Documents/code/npm",
+ "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.5.0.tgz",
+ "_shasum": "6d60e34b3abbc8313062c3b798ef8d901a07af3c",
+ "_spec": "hosted-git-info@2.5.0",
+ "_where": "/Users/rebecca/code/npm",
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org",
@@ -40,12 +38,8 @@
"description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
"devDependencies": {
"standard": "^9.0.2",
- "standard-version": "^4.3.0",
"tap": "^10.3.0"
},
- "engines": {
- "node": ">=4"
- },
"files": [
"index.js",
"git-host.js",
@@ -66,11 +60,7 @@
"url": "git+https://github.com/npm/hosted-git-info.git"
},
"scripts": {
- "postrelease": "npm publish && git push --follow-tags",
- "prerelease": "npm t",
- "pretest": "standard",
- "release": "standard-version -s",
- "test": "tap -J --nyc-arg=--all --coverage test"
+ "test": "standard && tap -J --coverage test/*.js"
},
- "version": "2.6.0"
+ "version": "2.5.0"
}