wishthis/node_modules/mute-stream/package.json

63 lines
1.4 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"mute-stream@0.0.7",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "mute-stream@0.0.7",
"_id": "mute-stream@0.0.7",
"_inBundle": false,
"_integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=",
"_location": "/mute-stream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mute-stream@0.0.7",
"name": "mute-stream",
"escapedName": "mute-stream",
"rawSpec": "0.0.7",
"saveSpec": null,
"fetchSpec": "0.0.7"
},
"_requiredBy": [
"/inquirer"
],
"_resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz",
"_spec": "0.0.7",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/mute-stream/issues"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"description": "Bytes go in, but they don't come out (when muted).",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"tap": "^5.4.4"
},
2022-02-23 16:41:13 +00:00
"directories": {
"test": "test"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"homepage": "https://github.com/isaacs/mute-stream#readme",
2022-01-21 08:28:41 +00:00
"keywords": [
"mute",
"stream",
"pipe"
],
"license": "ISC",
2022-02-23 16:41:13 +00:00
"main": "mute.js",
"name": "mute-stream",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/mute-stream.git"
},
"scripts": {
"test": "tap test/*.js --cov"
},
"version": "0.0.7"
2022-01-21 08:28:41 +00:00
}