Changeset 59329aa for trip-planner-front/node_modules/minipass-sized
- 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-sized/package.json
rceaed42 r59329aa 1 1 { 2 "name": "minipass-sized", 3 "version": "1.0.3", 4 "description": "A Minipass stream that raises an error if you get a different number of bytes than expected", 5 "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", 6 "license": "ISC", 7 "scripts": { 8 "test": "tap", 9 "snap": "tap", 10 "preversion": "npm test", 11 "postversion": "npm publish", 12 "postpublish": "git push origin --follow-tags" 2 "_args": [ 3 [ 4 "minipass-sized@1.0.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "minipass-sized@1.0.3", 10 "_id": "minipass-sized@1.0.3", 11 "_inBundle": false, 12 "_integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", 13 "_location": "/minipass-sized", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "minipass-sized@1.0.3", 19 "name": "minipass-sized", 20 "escapedName": "minipass-sized", 21 "rawSpec": "1.0.3", 22 "saveSpec": null, 23 "fetchSpec": "1.0.3" 13 24 }, 14 "tap": { 15 "check-coverage": true 25 "_requiredBy": [ 26 "/minipass-fetch" 27 ], 28 "_resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", 29 "_spec": "1.0.3", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Isaac Z. Schlueter", 33 "email": "i@izs.me", 34 "url": "https://izs.me" 16 35 }, 17 " devDependencies": {18 " tap": "^14.6.4"36 "bugs": { 37 "url": "https://github.com/isaacs/minipass-sized/issues" 19 38 }, 20 39 "dependencies": { 21 40 "minipass": "^3.0.0" 22 41 }, 23 "main": "index.js", 42 "description": "A Minipass stream that raises an error if you get a different number of bytes than expected", 43 "devDependencies": { 44 "tap": "^14.6.4" 45 }, 46 "directories": { 47 "test": "test" 48 }, 49 "engines": { 50 "node": ">=8" 51 }, 52 "homepage": "https://github.com/isaacs/minipass-sized#readme", 24 53 "keywords": [ 25 54 "minipass", … … 27 56 "length" 28 57 ], 29 " directories": {30 "test": "test"31 },58 "license": "ISC", 59 "main": "index.js", 60 "name": "minipass-sized", 32 61 "repository": { 33 62 "type": "git", 34 63 "url": "git+https://github.com/isaacs/minipass-sized.git" 35 64 }, 36 "engines": { 37 "node": ">=8" 38 } 65 "scripts": { 66 "postpublish": "git push origin --follow-tags", 67 "postversion": "npm publish", 68 "preversion": "npm test", 69 "snap": "tap", 70 "test": "tap" 71 }, 72 "tap": { 73 "check-coverage": true 74 }, 75 "version": "1.0.3" 39 76 }
Note:
See TracChangeset
for help on using the changeset viewer.