1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "_from": "p-throttle@^4.1.1",
- "_id": "p-throttle@4.1.1",
- "_inBundle": false,
- "_integrity": "sha512-TuU8Ato+pRTPJoDzYD4s7ocJYcNSEZRvlxoq3hcPI2kZDZ49IQ1Wkj7/gDJc3X7XiEAAvRGtDzdXJI0tC3IL1g==",
- "_location": "/p-throttle",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "p-throttle@^4.1.1",
- "name": "p-throttle",
- "escapedName": "p-throttle",
- "rawSpec": "^4.1.1",
- "saveSpec": null,
- "fetchSpec": "^4.1.1"
- },
- "_requiredBy": [
- "/hafas-client"
- ],
- "_resolved": "https://registry.npmjs.org/p-throttle/-/p-throttle-4.1.1.tgz",
- "_shasum": "80b1fbd358af40a8bfa1667f9dc8b72b714ad692",
- "_spec": "p-throttle@^4.1.1",
- "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/hafas-client",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "https://sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/p-throttle/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Throttle promise-returning & async functions",
- "devDependencies": {
- "ava": "^2.4.0",
- "delay": "^5.0.0",
- "in-range": "^2.0.0",
- "time-span": "^4.0.0",
- "tsd": "^0.14.0",
- "xo": "^0.38.1"
- },
- "engines": {
- "node": ">=10"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "funding": "https://github.com/sponsors/sindresorhus",
- "homepage": "https://github.com/sindresorhus/p-throttle#readme",
- "keywords": [
- "promise",
- "throttle",
- "throat",
- "limit",
- "limited",
- "interval",
- "rate",
- "batch",
- "ratelimit",
- "queue",
- "discard",
- "async",
- "await",
- "promises",
- "time",
- "out",
- "cancel",
- "bluebird"
- ],
- "license": "MIT",
- "name": "p-throttle",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/p-throttle.git"
- },
- "scripts": {
- "test": "xo && ava && tsd"
- },
- "version": "4.1.1"
- }
|