From c8b66854adef8d91c4ad2b058db6f1ca48031b58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Fri, 28 Apr 2017 15:11:18 -0700 Subject: pacote@2.7.4 --- node_modules/call-limit/README.md | 2 +- node_modules/call-limit/package.json | 63 +++++++++--------------------------- 2 files changed, 16 insertions(+), 49 deletions(-) (limited to 'node_modules/call-limit') diff --git a/node_modules/call-limit/README.md b/node_modules/call-limit/README.md index dc4f081dc..590ca419e 100644 --- a/node_modules/call-limit/README.md +++ b/node_modules/call-limit/README.md @@ -27,7 +27,7 @@ var limit = require('call-limit') ### limit(func, maxRunning) → limitedFunc -The returned function will execute up to maxRunning calls of `func` at once. +The returned function will execute up to maxRunning calls of `func` at once. Beyond that they get queued and called when the previous call completes. `func` must accept a callback as the final argument and must call it when diff --git a/node_modules/call-limit/package.json b/node_modules/call-limit/package.json index 631a123f1..a776779a8 100644 --- a/node_modules/call-limit/package.json +++ b/node_modules/call-limit/package.json @@ -1,84 +1,51 @@ { - "_args": [ - [ - { - "raw": "call-limit@latest", - "scope": null, - "escapedName": "call-limit", - "name": "call-limit", - "rawSpec": "latest", - "spec": "latest", - "type": "tag" - }, - "/Users/rebecca/code/npm-latest" - ] - ], - "_from": "call-limit@latest", + "_from": "call-limit@~1.1.0", "_id": "call-limit@1.1.0", - "_inCache": true, + "_integrity": "sha1-b9YbA/PaQqLNDsK2DwK9DnGZH+o=", "_location": "/call-limit", - "_nodeVersion": "7.7.1", - "_npmOperationalInternal": { - "host": "packages-12-west.internal.npmjs.com", - "tmp": "tmp/call-limit-1.1.0.tgz_1488849297527_0.29955350141972303" - }, - "_npmUser": { - "name": "iarna", - "email": "me@re-becca.org" - }, - "_npmVersion": "4.4.1", "_phantomChildren": {}, "_requested": { - "raw": "call-limit@latest", - "scope": null, - "escapedName": "call-limit", + "type": "range", + "registry": true, + "raw": "call-limit@~1.1.0", "name": "call-limit", - "rawSpec": "latest", - "spec": "latest", - "type": "tag" + "escapedName": "call-limit", + "rawSpec": "~1.1.0", + "saveSpec": null, + "fetchSpec": "~1.1.0" }, "_requiredBy": [ - "#USER", "/" ], "_resolved": "https://registry.npmjs.org/call-limit/-/call-limit-1.1.0.tgz", "_shasum": "6fd61b03f3da42a2cd0ec2b60f02bd0e71991fea", "_shrinkwrap": null, - "_spec": "call-limit@latest", - "_where": "/Users/rebecca/code/npm-latest", + "_spec": "call-limit@~1.1.0", + "_where": "/Users/zkat/Documents/code/npm", "author": { "name": "Rebecca Turner", "email": "me@re-becca.org" }, + "bin": null, "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" }, - "directories": {}, - "dist": { - "shasum": "6fd61b03f3da42a2cd0ec2b60f02bd0e71991fea", - "tarball": "https://registry.npmjs.org/call-limit/-/call-limit-1.1.0.tgz" - }, "files": [ "call-limit.js" ], - "gitHead": "2b05fe72f0cf33a2aac951cd68dd949fccb0d9e9", "homepage": "https://npmjs.com/packages/call-limit", "license": "ISC", "main": "call-limit.js", - "maintainers": [ - { - "name": "iarna", - "email": "me@re-becca.org" - } - ], "name": "call-limit", "optionalDependencies": {}, - "readme": "ERROR: No README data found!", + "peerDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/iarna/call-limit.git" -- cgit v1.2.3