mirror of
https://github.com/MrUnknownDE/UnknownBot.git
synced 2026-04-17 20:33:43 +02:00
start nodejs bot
This commit is contained in:
43
node_modules/minipass/package.json
generated
vendored
Normal file
43
node_modules/minipass/package.json
generated
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "minipass",
|
||||
"version": "3.1.3",
|
||||
"description": "minimal implementation of a PassThrough stream",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"yallist": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"end-of-stream": "^1.4.0",
|
||||
"tap": "^14.6.5",
|
||||
"through2": "^2.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tap",
|
||||
"preversion": "npm test",
|
||||
"postversion": "npm publish --tag=next",
|
||||
"postpublish": "git push origin --follow-tags"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/isaacs/minipass.git"
|
||||
},
|
||||
"keywords": [
|
||||
"passthrough",
|
||||
"stream"
|
||||
],
|
||||
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
||||
"license": "ISC",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"tap": {
|
||||
"check-coverage": true
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz"
|
||||
,"_integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg=="
|
||||
,"_from": "minipass@^3.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user