tunnckoCore/async-exec-cmd

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "async-exec-cmd",
  "version": "2.0.2",
  "description": "Simple, fast, flexible and cross-platform async executing commands (with node-cross-spawn).",
  "scripts": {
    "test": "standard && node test.js"
  },
  "author": {
    "name": "Charlike Mike Reagent",
    "email": "mameto_100@mail.bg",
    "url": "https://github.com/tunnckoCore"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tunnckoCore/async-exec-cmd.git"
  },
  "keywords": [
    "api",
    "apis",
    "async",
    "callback",
    "callbacks",
    "cb",
    "cmd",
    "cmds",
    "command",
    "commands",
    "cross",
    "cross-platform",
    "easy",
    "exec",
    "execute",
    "fast",
    "native",
    "platform",
    "simple",
    "spawn"
  ],
  "license": {
    "type": "MIT",
    "url": "https://github.com/tunnckoCore/async-exec-cmd/blob/master/LICENSE.md"
  },
  "dependencies": {
    "arr-union": "~2.0.1",
    "cross-spawn": "~0.4.0",
    "handle-arguments": "~3.0.1",
    "handle-errors": "~1.0.0",
    "is-empty-function": "~1.0.7",
    "kind-of": "~1.1.0"
  },
  "devDependencies": {
    "assertit": "^0.1.0"
  }
}