1{ 2 "_from": "call-limit@1.1.1", 3 "_id": "call-limit@1.1.1", 4 "_inBundle": false, 5 "_integrity": "sha512-5twvci5b9eRBw2wCfPtN0GmlR2/gadZqyFpPhOK6CvMFoFgA+USnZ6Jpu1lhG9h85pQ3Ouil3PfXWRD4EUaRiQ==", 6 "_location": "/call-limit", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "call-limit@1.1.1", 12 "name": "call-limit", 13 "escapedName": "call-limit", 14 "rawSpec": "1.1.1", 15 "saveSpec": null, 16 "fetchSpec": "1.1.1" 17 }, 18 "_requiredBy": [ 19 "#USER", 20 "/" 21 ], 22 "_resolved": "https://registry.npmjs.org/call-limit/-/call-limit-1.1.1.tgz", 23 "_shasum": "ef15f2670db3f1992557e2d965abc459e6e358d4", 24 "_spec": "call-limit@1.1.1", 25 "_where": "/Users/isaacs/dev/npm/cli", 26 "author": { 27 "name": "Rebecca Turner", 28 "email": "me@re-becca.org" 29 }, 30 "bugs": { 31 "url": "https://github.com/iarna/call-limit/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": {}, 35 "deprecated": false, 36 "description": "Limit the number of simultaneous calls to an async function", 37 "devDependencies": { 38 "@iarna/standard": "*", 39 "standard-version": "*", 40 "tap": "^14.2.0", 41 "weallbehave": "*", 42 "weallcontribute": "*" 43 }, 44 "files": [ 45 "call-limit.js" 46 ], 47 "homepage": "https://npmjs.com/packages/call-limit", 48 "license": "ISC", 49 "main": "call-limit.js", 50 "name": "call-limit", 51 "repository": { 52 "type": "git", 53 "url": "git+https://github.com/iarna/call-limit.git" 54 }, 55 "scripts": { 56 "postrelease": "npm publish && git push --follow-tags", 57 "prerelease": "npm t", 58 "pretest": "iarna-standard", 59 "release": "standard-version -s", 60 "test": "tap test/*.js", 61 "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", 62 "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" 63 }, 64 "version": "1.1.1" 65} 66