bifocal/node_modules/@stdlib/process-read-stdin/package.json

90 lines
1.9 KiB
JSON

{
"name": "@stdlib/process-read-stdin",
"version": "0.0.7",
"description": "Read data from stdin.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
},
"contributors": [
{
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
}
],
"main": "./lib",
"browser": "./lib/browser.js",
"directories": {
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
"test": "./test"
},
"types": "./docs/types",
"scripts": {
"test": "make test",
"test-cov": "make test-cov",
"examples": "make examples"
},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/process-read-stdin.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-is-function": "^0.0.x",
"@stdlib/assert-is-string": "^0.0.x",
"@stdlib/buffer-ctor": "^0.0.x",
"@stdlib/buffer-from-string": "^0.0.x",
"@stdlib/streams-node-stdin": "^0.0.x",
"@stdlib/utils-next-tick": "^0.0.x"
},
"devDependencies": {
"@stdlib/assert-is-browser": "^0.0.x",
"@stdlib/assert-is-buffer": "^0.0.x",
"@stdlib/utils-noop": "^0.0.x",
"proxyquire": "^2.0.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-spec": "5.x.x"
},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"stdutils",
"stdutil",
"utils",
"util",
"utilities",
"utility",
"process",
"stdin",
"tty",
"input",
"data",
"stream"
],
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/athan"
}
}