package.json (1985B)
1 { 2 "_from": "async-limiter@~1.0.0", 3 "_id": "async-limiter@1.0.1", 4 "_inBundle": false, 5 "_integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==", 6 "_location": "/async-limiter", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "async-limiter@~1.0.0", 12 "name": "async-limiter", 13 "escapedName": "async-limiter", 14 "rawSpec": "~1.0.0", 15 "saveSpec": null, 16 "fetchSpec": "~1.0.0" 17 }, 18 "_requiredBy": [ 19 "/engine.io-client/ws" 20 ], 21 "_resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", 22 "_shasum": "dd379e94f0db8310b08291f9d64c3209766617fd", 23 "_spec": "async-limiter@~1.0.0", 24 "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/engine.io-client/node_modules/ws", 25 "author": { 26 "name": "Samuel Reed" 27 }, 28 "bugs": { 29 "url": "https://github.com/strml/async-limiter/issues" 30 }, 31 "bundleDependencies": false, 32 "dependencies": {}, 33 "deprecated": false, 34 "description": "asynchronous function queue with adjustable concurrency", 35 "devDependencies": { 36 "coveralls": "^3.0.3", 37 "eslint": "^5.16.0", 38 "eslint-plugin-mocha": "^5.3.0", 39 "intelli-espower-loader": "^1.0.1", 40 "mocha": "^6.1.4", 41 "nyc": "^14.1.1", 42 "power-assert": "^1.6.1" 43 }, 44 "homepage": "https://github.com/strml/async-limiter#readme", 45 "keywords": [ 46 "throttle", 47 "async", 48 "limiter", 49 "asynchronous", 50 "job", 51 "task", 52 "concurrency", 53 "concurrent" 54 ], 55 "license": "MIT", 56 "name": "async-limiter", 57 "repository": { 58 "type": "git", 59 "url": "git+https://github.com/strml/async-limiter.git" 60 }, 61 "scripts": { 62 "coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls", 63 "example": "node example", 64 "lint": "eslint .", 65 "test": "mocha --require intelli-espower-loader test/", 66 "travis": "npm run lint && npm run test" 67 }, 68 "version": "1.0.1" 69 }