Changeset 59329aa for trip-planner-front/node_modules/process-nextick-args
- 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/process-nextick-args/package.json
rceaed42 r59329aa 1 1 { 2 "name": "process-nextick-args", 3 "version": "2.0.1", 2 "_args": [ 3 [ 4 "process-nextick-args@2.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "process-nextick-args@2.0.1", 10 "_id": "process-nextick-args@2.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", 13 "_location": "/process-nextick-args", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "process-nextick-args@2.0.1", 19 "name": "process-nextick-args", 20 "escapedName": "process-nextick-args", 21 "rawSpec": "2.0.1", 22 "saveSpec": null, 23 "fetchSpec": "2.0.1" 24 }, 25 "_requiredBy": [ 26 "/are-we-there-yet/readable-stream", 27 "/hpack.js/readable-stream", 28 "/memory-fs/readable-stream", 29 "/webpack-dev-server/readable-stream" 30 ], 31 "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", 32 "_spec": "2.0.1", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 34 "author": "", 35 "bugs": { 36 "url": "https://github.com/calvinmetcalf/process-nextick-args/issues" 37 }, 4 38 "description": "process.nextTick but always with args", 5 "main": "index.js", 39 "devDependencies": { 40 "tap": "~0.2.6" 41 }, 6 42 "files": [ 7 43 "index.js" 8 44 ], 45 "homepage": "https://github.com/calvinmetcalf/process-nextick-args", 46 "license": "MIT", 47 "main": "index.js", 48 "name": "process-nextick-args", 49 "repository": { 50 "type": "git", 51 "url": "git+https://github.com/calvinmetcalf/process-nextick-args.git" 52 }, 9 53 "scripts": { 10 54 "test": "node test.js" 11 55 }, 12 "repository": { 13 "type": "git", 14 "url": "https://github.com/calvinmetcalf/process-nextick-args.git" 15 }, 16 "author": "", 17 "license": "MIT", 18 "bugs": { 19 "url": "https://github.com/calvinmetcalf/process-nextick-args/issues" 20 }, 21 "homepage": "https://github.com/calvinmetcalf/process-nextick-args", 22 "devDependencies": { 23 "tap": "~0.2.6" 24 } 56 "version": "2.0.1" 25 57 }
Note:
See TracChangeset
for help on using the changeset viewer.