wishthis/node_modules/mute-stdout/package.json
2022-02-23 17:41:13 +01:00

82 lines
1.9 KiB
JSON

{
"_args": [
[
"mute-stdout@1.0.1",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "mute-stdout@1.0.1",
"_id": "mute-stdout@1.0.1",
"_inBundle": false,
"_integrity": "sha512-kDcwXR4PS7caBpuRYYBUz9iVixUk3anO3f5OYFiIPwK/20vCzKCHyKoulbiDY1S53zD2bxUpxN/IJ+TnXjfvxg==",
"_location": "/mute-stdout",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mute-stdout@1.0.1",
"name": "mute-stdout",
"escapedName": "mute-stdout",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/gulp-cli"
],
"_resolved": "https://registry.npmjs.org/mute-stdout/-/mute-stdout-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Gulp Team",
"email": "team@gulpjs.com",
"url": "http://gulpjs.com/"
},
"bugs": {
"url": "https://github.com/gulpjs/mute-stdout/issues"
},
"contributors": [
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
}
],
"dependencies": {},
"description": "Mute and unmute stdout.",
"devDependencies": {
"eslint": "^2.13.0",
"eslint-config-gulp": "^3.0.1",
"expect": "^1.20.2",
"istanbul": "^0.4.3",
"istanbul-coveralls": "^1.0.3",
"mocha": "^3.5.3"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"LICENSE",
"index.js"
],
"homepage": "https://github.com/gulpjs/mute-stdout#readme",
"keywords": [
"mute",
"silence is golden",
"stdout"
],
"license": "MIT",
"main": "index.js",
"name": "mute-stdout",
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/mute-stdout.git"
},
"scripts": {
"cover": "istanbul cover _mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls",
"lint": "eslint .",
"pretest": "npm run lint",
"test": "mocha --async-only"
},
"version": "1.0.1"
}