diff options
author | 2020-11-18 23:26:45 +0100 | |
---|---|---|
committer | 2020-11-18 23:26:45 +0100 | |
commit | 81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 (patch) | |
tree | 8b959d50c5a614cbf9fcb346ed556140374d4b6d /node_modules/minipass-flush/package.json | |
parent | 1870f3fdf43707a15fda0f609a021f516f45eb63 (diff) | |
download | website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.gz website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.bz2 website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.zip |
rm node_modules
Diffstat (limited to 'node_modules/minipass-flush/package.json')
-rw-r--r-- | node_modules/minipass-flush/package.json | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/node_modules/minipass-flush/package.json b/node_modules/minipass-flush/package.json deleted file mode 100644 index 5363340..0000000 --- a/node_modules/minipass-flush/package.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "_from": "minipass-flush@^1.0.5", - "_id": "minipass-flush@1.0.5", - "_inBundle": false, - "_integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", - "_location": "/minipass-flush", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "minipass-flush@^1.0.5", - "name": "minipass-flush", - "escapedName": "minipass-flush", - "rawSpec": "^1.0.5", - "saveSpec": null, - "fetchSpec": "^1.0.5" - }, - "_requiredBy": [ - "/cacache" - ], - "_resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", - "_shasum": "82e7135d7e89a50ffe64610a787953c4c4cbb373", - "_spec": "minipass-flush@^1.0.5", - "_where": "/home/pruss/Dev/3-minute-website/node_modules/cacache", - "author": { - "name": "Isaac Z. Schlueter", - "email": "i@izs.me", - "url": "https://izs.me" - }, - "bugs": { - "url": "https://github.com/isaacs/minipass-flush/issues" - }, - "bundleDependencies": false, - "dependencies": { - "minipass": "^3.0.0" - }, - "deprecated": false, - "description": "A Minipass stream that calls a flush function before emitting 'end'", - "devDependencies": { - "tap": "^14.6.9" - }, - "engines": { - "node": ">= 8" - }, - "files": [ - "index.js" - ], - "homepage": "https://github.com/isaacs/minipass-flush#readme", - "keywords": [ - "minipass", - "flush", - "stream" - ], - "license": "ISC", - "main": "index.js", - "name": "minipass-flush", - "repository": { - "type": "git", - "url": "git+https://github.com/isaacs/minipass-flush.git" - }, - "scripts": { - "postpublish": "git push origin --follow-tags", - "postversion": "npm publish", - "preversion": "npm test", - "snap": "tap", - "test": "tap" - }, - "tap": { - "check-coverage": true - }, - "version": "1.0.5" -} |