Changeset 59329aa for trip-planner-front/node_modules/minipass-pipeline
- 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/minipass-pipeline/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "minipass-pipeline@1.2.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "minipass-pipeline@1.2.4", 10 "_id": "minipass-pipeline@1.2.4", 11 "_inBundle": false, 12 "_integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", 13 "_location": "/minipass-pipeline", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "minipass-pipeline@1.2.4", 19 "name": "minipass-pipeline", 20 "escapedName": "minipass-pipeline", 21 "rawSpec": "1.2.4", 22 "saveSpec": null, 23 "fetchSpec": "1.2.4" 24 }, 25 "_requiredBy": [ 26 "/cacache", 27 "/make-fetch-happen" 28 ], 29 "_resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", 30 "_spec": "1.2.4", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Isaac Z. Schlueter", 34 "email": "i@izs.me", 35 "url": "https://izs.me" 36 }, 37 "dependencies": { 38 "minipass": "^3.0.0" 39 }, 40 "description": "create a pipeline of streams using Minipass", 41 "devDependencies": { 42 "tap": "^14.6.9" 43 }, 44 "engines": { 45 "node": ">=8" 46 }, 47 "files": [ 48 "index.js" 49 ], 50 "license": "ISC", 2 51 "name": "minipass-pipeline", 3 "version": "1.2.4",4 "description": "create a pipeline of streams using Minipass",5 "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",6 "license": "ISC",7 52 "scripts": { 8 "test": "tap", 53 "postpublish": "git push origin --follow-tags", 54 "postversion": "npm publish", 55 "preversion": "npm test", 9 56 "snap": "tap", 10 "preversion": "npm test", 11 "postversion": "npm publish", 12 "postpublish": "git push origin --follow-tags" 57 "test": "tap" 13 58 }, 14 59 "tap": { 15 60 "check-coverage": true 16 61 }, 17 "devDependencies": { 18 "tap": "^14.6.9" 19 }, 20 "dependencies": { 21 "minipass": "^3.0.0" 22 }, 23 "files": [ 24 "index.js" 25 ], 26 "engines": { 27 "node": ">=8" 28 } 62 "version": "1.2.4" 29 63 }
Note:
See TracChangeset
for help on using the changeset viewer.