Changeset 59329aa for trip-planner-front/node_modules/async-each
- 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-each/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "async-each@1.0.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "async-each@1.0.3", 10 "_id": "async-each@1.0.3", 11 "_inBundle": false, 12 "_integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==", 13 "_location": "/async-each", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "async-each@1.0.3", 19 "name": "async-each", 20 "escapedName": "async-each", 21 "rawSpec": "1.0.3", 22 "saveSpec": null, 23 "fetchSpec": "1.0.3" 24 }, 25 "_requiredBy": [ 26 "/webpack-dev-server/chokidar" 27 ], 28 "_resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", 29 "_spec": "1.0.3", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Paul Miller", 33 "url": "https://paulmillr.com/" 34 }, 35 "bugs": { 36 "url": "https://github.com/paulmillr/async-each/issues" 37 }, 38 "dependencies": {}, 39 "description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.", 40 "files": [ 41 "index.js" 42 ], 43 "homepage": "https://github.com/paulmillr/async-each/", 44 "keywords": [ 45 "async", 46 "forEach", 47 "each", 48 "map", 49 "asynchronous", 50 "iteration", 51 "iterate", 52 "loop", 53 "parallel", 54 "concurrent", 55 "array", 56 "flow", 57 "control flow" 58 ], 59 "license": "MIT", 60 "main": "index.js", 2 61 "name": "async-each", 3 "description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.", 4 "version": "1.0.3", 5 "license": "MIT", 6 "keywords": [ 7 "async", "forEach", "each", "map", 8 "asynchronous", 9 "iteration", "iterate", 10 "loop", "parallel", 11 "concurrent", "array", 12 "flow", "control flow" 13 ], 14 "files": ["index.js"], 15 "homepage": "https://github.com/paulmillr/async-each/", 16 "author": "Paul Miller (https://paulmillr.com/)", 17 "repository": "git://github.com/paulmillr/async-each.git", 18 "main": "index.js", 19 "dependencies": {} 62 "repository": { 63 "type": "git", 64 "url": "git://github.com/paulmillr/async-each.git" 65 }, 66 "version": "1.0.3" 20 67 }
Note:
See TracChangeset
for help on using the changeset viewer.