source: trip-planner-front/node_modules/async-each/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.6 KB
Line 
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",
61 "name": "async-each",
62 "repository": {
63 "type": "git",
64 "url": "git://github.com/paulmillr/async-each.git"
65 },
66 "version": "1.0.3"
67}
Note: See TracBrowser for help on using the repository browser.