1{ 2 "_from": "p-limit@^2.0.0", 3 "_id": "p-limit@2.2.0", 4 "_inBundle": false, 5 "_integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", 6 "_location": "/libnpmconfig/p-limit", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "p-limit@^2.0.0", 12 "name": "p-limit", 13 "escapedName": "p-limit", 14 "rawSpec": "^2.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^2.0.0" 17 }, 18 "_requiredBy": [ 19 "/libnpmconfig/p-locate" 20 ], 21 "_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz", 22 "_shasum": "417c9941e6027a9abcba5092dd2904e255b5fbc2", 23 "_spec": "p-limit@^2.0.0", 24 "_where": "/Users/isaacs/dev/npm/cli/node_modules/libnpmconfig/node_modules/p-locate", 25 "author": { 26 "name": "Sindre Sorhus", 27 "email": "sindresorhus@gmail.com", 28 "url": "sindresorhus.com" 29 }, 30 "bugs": { 31 "url": "https://github.com/sindresorhus/p-limit/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": { 35 "p-try": "^2.0.0" 36 }, 37 "deprecated": false, 38 "description": "Run multiple promise-returning & async functions with limited concurrency", 39 "devDependencies": { 40 "ava": "^1.2.1", 41 "delay": "^4.1.0", 42 "in-range": "^1.0.0", 43 "random-int": "^1.0.0", 44 "time-span": "^2.0.0", 45 "tsd-check": "^0.3.0", 46 "xo": "^0.24.0" 47 }, 48 "engines": { 49 "node": ">=6" 50 }, 51 "files": [ 52 "index.js", 53 "index.d.ts" 54 ], 55 "homepage": "https://github.com/sindresorhus/p-limit#readme", 56 "keywords": [ 57 "promise", 58 "limit", 59 "limited", 60 "concurrency", 61 "throttle", 62 "throat", 63 "rate", 64 "batch", 65 "ratelimit", 66 "task", 67 "queue", 68 "async", 69 "await", 70 "promises", 71 "bluebird" 72 ], 73 "license": "MIT", 74 "name": "p-limit", 75 "repository": { 76 "type": "git", 77 "url": "git+https://github.com/sindresorhus/p-limit.git" 78 }, 79 "scripts": { 80 "test": "xo && ava && tsd-check" 81 }, 82 "version": "2.2.0" 83} 84