tunnckoCore/is-child-process

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "is-child-process",
  "version": "1.0.2",
  "description": "Checks whether a value is child process result, which in case is more specific Node.js EventEmitter. Browserify-ready.",
  "repository": "tunnckoCore/is-child-process",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "precommit.silent": true,
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "standard && node test.js"
  },
  "dependencies": {
    "is-node-emitter": "^1.0.2",
    "isarray": "^1.0.0"
  },
  "devDependencies": {
    "assertit": "^0.1.0",
    "dush": "^1.3.0",
    "pre-commit": "^1.1.2"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "check",
    "child",
    "child-process",
    "cp",
    "emitter",
    "event",
    "events",
    "exec",
    "node",
    "nodejs",
    "process",
    "spawn",
    "stream",
    "util",
    "utility",
    "utils",
    "validate"
  ]
}