Changeset 59329aa for trip-planner-front/node_modules/minipass
- 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/package.json
rceaed42 r59329aa 1 1 { 2 "name": "minipass", 3 "version": "3.1.5", 4 "description": "minimal implementation of a PassThrough stream", 5 "main": "index.js", 2 "_args": [ 3 [ 4 "minipass@3.1.5", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "minipass@3.1.5", 10 "_id": "minipass@3.1.5", 11 "_inBundle": false, 12 "_integrity": "sha512-+8NzxD82XQoNKNrl1d/FSi+X8wAEWR+sbYAfIvub4Nz0d22plFG72CEVVaufV8PNf4qSslFTD8VMOxNVhHCjTw==", 13 "_location": "/minipass", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "minipass@3.1.5", 19 "name": "minipass", 20 "escapedName": "minipass", 21 "rawSpec": "3.1.5", 22 "saveSpec": null, 23 "fetchSpec": "3.1.5" 24 }, 25 "_requiredBy": [ 26 "/cacache", 27 "/fs-minipass", 28 "/make-fetch-happen", 29 "/minipass-collect", 30 "/minipass-fetch", 31 "/minipass-flush", 32 "/minipass-json-stream", 33 "/minipass-pipeline", 34 "/minipass-sized", 35 "/minizlib", 36 "/npm-registry-fetch", 37 "/pacote", 38 "/ssri", 39 "/tar" 40 ], 41 "_resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.5.tgz", 42 "_spec": "3.1.5", 43 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 44 "author": { 45 "name": "Isaac Z. Schlueter", 46 "email": "i@izs.me", 47 "url": "http://blog.izs.me/" 48 }, 49 "bugs": { 50 "url": "https://github.com/isaacs/minipass/issues" 51 }, 6 52 "dependencies": { 7 53 "yallist": "^4.0.0" 8 54 }, 55 "description": "minimal implementation of a PassThrough stream", 9 56 "devDependencies": { 10 57 "end-of-stream": "^1.4.0", … … 12 59 "through2": "^2.0.3" 13 60 }, 14 "scripts": { 15 "test": "tap", 16 "preversion": "npm test", 17 "postversion": "npm publish --tag=next", 18 "postpublish": "git push origin --follow-tags" 61 "engines": { 62 "node": ">=8" 19 63 }, 64 "files": [ 65 "index.js" 66 ], 67 "homepage": "https://github.com/isaacs/minipass#readme", 68 "keywords": [ 69 "passthrough", 70 "stream" 71 ], 72 "license": "ISC", 73 "main": "index.js", 74 "name": "minipass", 20 75 "repository": { 21 76 "type": "git", 22 77 "url": "git+https://github.com/isaacs/minipass.git" 23 78 }, 24 "keywords": [ 25 "passthrough", 26 "stream" 27 ], 28 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", 29 "license": "ISC", 30 "files": [ 31 "index.js" 32 ], 79 "scripts": { 80 "postpublish": "git push origin --follow-tags", 81 "postversion": "npm publish --tag=next", 82 "preversion": "npm test", 83 "test": "tap" 84 }, 33 85 "tap": { 34 86 "check-coverage": true 35 87 }, 36 "engines": { 37 "node": ">=8" 38 } 88 "version": "3.1.5" 39 89 }
Note:
See TracChangeset
for help on using the changeset viewer.