plimit.js

Simple promise concurrency limiter
git clone git://git.finwo.net/lib/plimit.js
Log | Files | Refs | README

package.json (582B)


      1 {
      2   "name": "@finwo/p-limit",
      3   "version": "1.0.5",
      4   "description": "",
      5   "main": "index.js",
      6   "scripts": {
      7     "test": "echo \"Error: no test specified\" && exit 1",
      8     "postpublish": "PACKAGE_VERSION=$(node -p \"require('./package.json').version\") PACKAGE_NAME=$(node -p \"require('./package.json').name\") && npm deprecate \"${PACKAGE_NAME}@<${PACKAGE_VERSION}\" \"Rolling release, please update to ${PACKAGE_VERSION}\""
      9   },
     10   "keywords": [],
     11   "author": "Robin Bron <robin@finwo.nl>",
     12   "license": "MIT",
     13   "funding": {
     14     "url": "https://github.com/sponsors/finwo"
     15   }
     16 }