astro-ghostcms/.pnpm-store/v3/files/c6/ec78cee96e76fb6b1c082a95091...

44 lines
813 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
{
"name": "stdin-discarder",
"version": "0.1.0",
"description": "Discard stdin input except for Ctrl+C",
"license": "MIT",
"repository": "sindresorhus/stdin-discarder",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": "./index.js",
"types": "./index.d.ts",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"stdin",
"process",
"standard",
"discard",
"ignore",
"input"
],
"dependencies": {
"bl": "^5.0.0"
},
"devDependencies": {
"ava": "^4.3.0",
"hook-std": "^3.0.0",
"tsd": "^0.21.0",
"xo": "^0.50.0"
}
}