source: trip-planner-front/node_modules/batch/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 1.3 KB
Line 
1{
2 "_args": [
3 [
4 "batch@0.6.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "batch@0.6.1",
10 "_id": "batch@0.6.1",
11 "_inBundle": false,
12 "_integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=",
13 "_location": "/batch",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "batch@0.6.1",
19 "name": "batch",
20 "escapedName": "batch",
21 "rawSpec": "0.6.1",
22 "saveSpec": null,
23 "fetchSpec": "0.6.1"
24 },
25 "_requiredBy": [
26 "/serve-index"
27 ],
28 "_resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz",
29 "_spec": "0.6.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "TJ Holowaychuk",
33 "email": "tj@vision-media.ca"
34 },
35 "browser": {
36 "emitter": "events"
37 },
38 "bugs": {
39 "url": "https://github.com/visionmedia/batch/issues"
40 },
41 "description": "Simple async batch with concurrency control and progress reporting.",
42 "devDependencies": {
43 "mocha": "*",
44 "should": "*"
45 },
46 "homepage": "https://github.com/visionmedia/batch#readme",
47 "license": "MIT",
48 "main": "index",
49 "name": "batch",
50 "repository": {
51 "type": "git",
52 "url": "git+https://github.com/visionmedia/batch.git"
53 },
54 "version": "0.6.1"
55}
Note: See TracBrowser for help on using the repository browser.