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