Changeset 59329aa for trip-planner-front/node_modules/async-limiter
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/async-limiter/package.json
rceaed42 r59329aa 1 1 { 2 "name": "async-limiter", 3 "version": "1.0.1", 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": {}, 4 38 "description": "asynchronous function queue with adjustable concurrency", 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", 5 49 "keywords": [ 6 50 "throttle", … … 13 57 "concurrent" 14 58 ], 15 "dependencies": {}, 16 "devDependencies": { 17 "coveralls": "^3.0.3", 18 "eslint": "^5.16.0", 19 "eslint-plugin-mocha": "^5.3.0", 20 "intelli-espower-loader": "^1.0.1", 21 "mocha": "^6.1.4", 22 "nyc": "^14.1.1", 23 "power-assert": "^1.6.1" 59 "license": "MIT", 60 "name": "async-limiter", 61 "repository": { 62 "type": "git", 63 "url": "git+https://github.com/strml/async-limiter.git" 24 64 }, 25 65 "scripts": { 26 "test": "mocha --require intelli-espower-loader test/",27 "travis": "npm run lint && npm run test",28 66 "coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls", 29 67 "example": "node example", 30 "lint": "eslint ." 68 "lint": "eslint .", 69 "test": "mocha --require intelli-espower-loader test/", 70 "travis": "npm run lint && npm run test" 31 71 }, 32 "repository": "https://github.com/strml/async-limiter.git", 33 "author": "Samuel Reed <samuel.trace.reed@gmail.com", 34 "license": "MIT" 72 "version": "1.0.1" 35 73 }
Note:
See TracChangeset
for help on using the changeset viewer.