Changeset 59329aa for trip-planner-front/node_modules/batch/package.json
- 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/batch/package.json
rceaed42 r59329aa 1 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", 2 19 "name": "batch", 3 "description": "Simple async batch with concurrency control and progress reporting.", 4 "version": "0.6.1", 5 "author": "TJ Holowaychuk <tj@vision-media.ca>", 6 "license": "MIT", 7 "devDependencies": { 8 "mocha": "*", 9 "should": "*" 10 }, 11 "main": "index", 12 "browser": { 13 "emitter": "events" 14 }, 15 "repository": { 16 "type": "git", 17 "url": "https://github.com/visionmedia/batch.git" 18 } 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" 19 55 }
Note:
See TracChangeset
for help on using the changeset viewer.