Changeset 59329aa for trip-planner-front/node_modules/end-of-stream
- 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/end-of-stream/package.json
rceaed42 r59329aa 1 1 { 2 "name": "end-of-stream", 3 "version": "1.4.4", 4 "description": "Call a callback when a readable/writable/duplex stream has completed or failed.", 5 "repository": { 6 "type": "git", 7 "url": "git://github.com/mafintosh/end-of-stream.git" 2 "_args": [ 3 [ 4 "end-of-stream@1.4.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "end-of-stream@1.4.4", 10 "_id": "end-of-stream@1.4.4", 11 "_inBundle": false, 12 "_integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", 13 "_location": "/end-of-stream", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "end-of-stream@1.4.4", 19 "name": "end-of-stream", 20 "escapedName": "end-of-stream", 21 "rawSpec": "1.4.4", 22 "saveSpec": null, 23 "fetchSpec": "1.4.4" 24 }, 25 "_requiredBy": [ 26 "/pump" 27 ], 28 "_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", 29 "_spec": "1.4.4", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Mathias Buus", 33 "email": "mathiasbuus@gmail.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/mafintosh/end-of-stream/issues" 8 37 }, 9 38 "dependencies": { 10 39 "once": "^1.4.0" 11 40 }, 12 "scripts": { 13 "test": "node test.js" 41 "description": "Call a callback when a readable/writable/duplex stream has completed or failed.", 42 "devDependencies": { 43 "tape": "^4.11.0" 14 44 }, 15 45 "files": [ 16 46 "index.js" 17 47 ], 48 "homepage": "https://github.com/mafintosh/end-of-stream", 18 49 "keywords": [ 19 50 "stream", … … 25 56 "wait" 26 57 ], 27 "bugs": { 28 "url": "https://github.com/mafintosh/end-of-stream/issues" 58 "license": "MIT", 59 "main": "index.js", 60 "name": "end-of-stream", 61 "repository": { 62 "type": "git", 63 "url": "git://github.com/mafintosh/end-of-stream.git" 29 64 }, 30 "homepage": "https://github.com/mafintosh/end-of-stream", 31 "main": "index.js", 32 "author": "Mathias Buus <mathiasbuus@gmail.com>", 33 "license": "MIT", 34 "devDependencies": { 35 "tape": "^4.11.0" 36 } 65 "scripts": { 66 "test": "node test.js" 67 }, 68 "version": "1.4.4" 37 69 }
Note:
See TracChangeset
for help on using the changeset viewer.