summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/call-limit/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/call-limit/package.json')
-rw-r--r--deps/npm/node_modules/call-limit/package.json44
1 files changed, 26 insertions, 18 deletions
diff --git a/deps/npm/node_modules/call-limit/package.json b/deps/npm/node_modules/call-limit/package.json
index e074b244eb..2e3b264de1 100644
--- a/deps/npm/node_modules/call-limit/package.json
+++ b/deps/npm/node_modules/call-limit/package.json
@@ -1,32 +1,28 @@
{
- "_args": [
- [
- "call-limit@1.1.0",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "call-limit@1.1.0",
- "_id": "call-limit@1.1.0",
+ "_from": "call-limit@1.1.1",
+ "_id": "call-limit@1.1.1",
"_inBundle": false,
- "_integrity": "sha1-b9YbA/PaQqLNDsK2DwK9DnGZH+o=",
+ "_integrity": "sha512-5twvci5b9eRBw2wCfPtN0GmlR2/gadZqyFpPhOK6CvMFoFgA+USnZ6Jpu1lhG9h85pQ3Ouil3PfXWRD4EUaRiQ==",
"_location": "/call-limit",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "call-limit@1.1.0",
+ "raw": "call-limit@1.1.1",
"name": "call-limit",
"escapedName": "call-limit",
- "rawSpec": "1.1.0",
+ "rawSpec": "1.1.1",
"saveSpec": null,
- "fetchSpec": "1.1.0"
+ "fetchSpec": "1.1.1"
},
"_requiredBy": [
+ "#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/call-limit/-/call-limit-1.1.0.tgz",
- "_spec": "1.1.0",
- "_where": "/Users/rebecca/code/npm",
+ "_resolved": "https://registry.npmjs.org/call-limit/-/call-limit-1.1.1.tgz",
+ "_shasum": "ef15f2670db3f1992557e2d965abc459e6e358d4",
+ "_spec": "call-limit@1.1.1",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org"
@@ -34,10 +30,16 @@
"bugs": {
"url": "https://github.com/iarna/call-limit/issues"
},
+ "bundleDependencies": false,
"dependencies": {},
+ "deprecated": false,
"description": "Limit the number of simultaneous calls to an async function",
"devDependencies": {
- "tap": "^1.0.0"
+ "@iarna/standard": "*",
+ "standard-version": "*",
+ "tap": "^14.2.0",
+ "weallbehave": "*",
+ "weallcontribute": "*"
},
"files": [
"call-limit.js"
@@ -51,7 +53,13 @@
"url": "git+https://github.com/iarna/call-limit.git"
},
"scripts": {
- "test": "tap test/*.js"
+ "postrelease": "npm publish && git push --follow-tags",
+ "prerelease": "npm t",
+ "pretest": "iarna-standard",
+ "release": "standard-version -s",
+ "test": "tap test/*.js",
+ "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
+ "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
},
- "version": "1.1.0"
+ "version": "1.1.1"
}