eslint-config-lemon
Version:
<div align="center"> <br> <img width="400" src="logo.svg"> <br> <br> </div>
52 lines (51 loc) • 865 B
JSON
{
"name": "hook-std",
"version": "3.0.0",
"description": "Hook and modify stdout and stderr",
"license": "MIT",
"repository": "sindresorhus/hook-std",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": "./index.js",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"hook",
"intercept",
"capture",
"modify",
"change",
"test",
"assert",
"check",
"std",
"stdio",
"stdout",
"stderr",
"console",
"log",
"process"
],
"devDependencies": {
"@types/node": "^16.9.2",
"ava": "^3.15.0",
"tsd": "^0.17.0",
"xo": "^0.44.0"
},
"ava": {
"serial": true
}
}