summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/hosted-git-info/package.json
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2018-04-20 18:26:37 -0700
committerRebecca Turner <me@re-becca.org>2018-05-24 23:24:45 -0700
commit468ab4519e1b92473acefb22801497a1af6aebae (patch)
treebdac1d062cd4b094bde3a21147bab5d82c792ece /deps/npm/node_modules/hosted-git-info/package.json
parentac8226115e2192a7a46ba07789fa5136f74223e1 (diff)
downloadandroid-node-v8-468ab4519e1b92473acefb22801497a1af6aebae.tar.gz
android-node-v8-468ab4519e1b92473acefb22801497a1af6aebae.tar.bz2
android-node-v8-468ab4519e1b92473acefb22801497a1af6aebae.zip
deps: upgrade npm to 6.1.0
PR-URL: https://github.com/nodejs/node/pull/20190 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'deps/npm/node_modules/hosted-git-info/package.json')
-rw-r--r--deps/npm/node_modules/hosted-git-info/package.json38
1 files changed, 24 insertions, 14 deletions
diff --git a/deps/npm/node_modules/hosted-git-info/package.json b/deps/npm/node_modules/hosted-git-info/package.json
index de691a86c0..d176266cca 100644
--- a/deps/npm/node_modules/hosted-git-info/package.json
+++ b/deps/npm/node_modules/hosted-git-info/package.json
@@ -1,29 +1,33 @@
{
- "_from": "hosted-git-info@2.5.0",
- "_id": "hosted-git-info@2.5.0",
+ "_args": [
+ [
+ "hosted-git-info@2.6.0",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "hosted-git-info@2.6.0",
+ "_id": "hosted-git-info@2.6.0",
"_inBundle": false,
- "_integrity": "sha512-pNgbURSuab90KbTqvRPsseaTxOJCZBD0a7t+haSN33piP9cCM4l0CqdzAif2hUqm716UovKB2ROmiabGAKVXyg==",
+ "_integrity": "sha512-lIbgIIQA3lz5XaB6vxakj6sDHADJiZadYEJB+FgA+C4nubM1NwcuvUr9EJPmnH1skZqpqUzWborWo8EIUi0Sdw==",
"_location": "/hosted-git-info",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "hosted-git-info@2.5.0",
+ "raw": "hosted-git-info@2.6.0",
"name": "hosted-git-info",
"escapedName": "hosted-git-info",
- "rawSpec": "2.5.0",
+ "rawSpec": "2.6.0",
"saveSpec": null,
- "fetchSpec": "2.5.0"
+ "fetchSpec": "2.6.0"
},
"_requiredBy": [
- "#USER",
"/",
"/normalize-package-data",
"/npm-package-arg"
],
- "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.5.0.tgz",
- "_shasum": "6d60e34b3abbc8313062c3b798ef8d901a07af3c",
- "_spec": "hosted-git-info@2.5.0",
+ "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.6.0.tgz",
+ "_spec": "2.6.0",
"_where": "/Users/rebecca/code/npm",
"author": {
"name": "Rebecca Turner",
@@ -33,13 +37,15 @@
"bugs": {
"url": "https://github.com/npm/hosted-git-info/issues"
},
- "bundleDependencies": false,
- "deprecated": false,
"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",
@@ -60,7 +66,11 @@
"url": "git+https://github.com/npm/hosted-git-info.git"
},
"scripts": {
- "test": "standard && tap -J --coverage test/*.js"
+ "postrelease": "npm publish && git push --follow-tags",
+ "prerelease": "npm t",
+ "pretest": "standard",
+ "release": "standard-version -s",
+ "test": "tap -J --nyc-arg=--all --coverage test"
},
- "version": "2.5.0"
+ "version": "2.6.0"
}