mock-stdin-browserify
Version:
Mock STDIN file descriptor in Node.js
37 lines (36 loc) • 788 B
JSON
{
"name": "mock-stdin-browserify",
"version": "1.0.8",
"description": "Mock STDIN file descriptor in Node.js",
"main": "./lib/index.js",
"types": "./index.d.ts",
"scripts": {
"test": "mocha test/"
},
"repository": {
"type": "git",
"url": "https://github.com/caitp/node-mock-stdin"
},
"keywords": [
"test",
"mock",
"node",
"fs",
"stdin"
],
"author": "Caitlin Potter <caitpotter88@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/caitp/node-mock-stdin/issues"
},
"homepage": "https://github.com/caitp/node-mock-stdin",
"devDependencies": {
"mocha": "^6.2.2"
},
"dependencies": {
"buffer": "^6.0.3",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"util": "^0.12.4"
}
}