Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ndm / opt / ndm / resources / app / node_modules / execa / package.json
Size: Mime:
{
  "_args": [
    [
      {
        "raw": "execa@^0.5.0",
        "scope": null,
        "escapedName": "execa",
        "name": "execa",
        "rawSpec": "^0.5.0",
        "spec": ">=0.5.0 <0.6.0",
        "type": "range"
      },
      "/Users/travis/build/720kb/ndm/node_modules/shell-env"
    ]
  ],
  "_from": "execa@>=0.5.0 <0.6.0",
  "_id": "execa@0.5.1",
  "_inCache": true,
  "_location": "/execa",
  "_nodeVersion": "4.6.2",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/execa-0.5.1.tgz_1483889519424_0.4603614055085927"
  },
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "2.15.11",
  "_phantomChildren": {},
  "_requested": {
    "raw": "execa@^0.5.0",
    "scope": null,
    "escapedName": "execa",
    "name": "execa",
    "rawSpec": "^0.5.0",
    "spec": ">=0.5.0 <0.6.0",
    "type": "range"
  },
  "_requiredBy": [
    "/shell-env"
  ],
  "_resolved": "https://registry.npmjs.org/execa/-/execa-0.5.1.tgz",
  "_shasum": "de3fb85cb8d6e91c85bcbceb164581785cb57b36",
  "_shrinkwrap": null,
  "_spec": "execa@^0.5.0",
  "_where": "/Users/travis/build/720kb/ndm/node_modules/shell-env",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/execa/issues"
  },
  "dependencies": {
    "cross-spawn": "^4.0.0",
    "get-stream": "^2.2.0",
    "is-stream": "^1.1.0",
    "npm-run-path": "^2.0.0",
    "p-finally": "^1.0.0",
    "signal-exit": "^3.0.0",
    "strip-eof": "^1.0.0"
  },
  "description": "A better `child_process`",
  "devDependencies": {
    "ava": "*",
    "cat-names": "^1.0.2",
    "coveralls": "^2.11.9",
    "delay": "^1.3.1",
    "is-running": "^2.0.0",
    "nyc": "^8.3.0",
    "xo": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "de3fb85cb8d6e91c85bcbceb164581785cb57b36",
    "tarball": "https://registry.npmjs.org/execa/-/execa-0.5.1.tgz"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "gitHead": "e5598cf42a5433ff1f7954f9cd31a57b429d4875",
  "homepage": "https://github.com/sindresorhus/execa#readme",
  "keywords": [
    "exec",
    "child",
    "process",
    "execute",
    "fork",
    "execfile",
    "spawn",
    "file",
    "shell",
    "bin",
    "binary",
    "binaries",
    "npm",
    "path",
    "local"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "execa",
  "nyc": {
    "reporter": [
      "text",
      "lcov"
    ],
    "exclude": [
      "node_modules",
      "**/fixtures/**",
      "**/test.js",
      "**/test/**"
    ]
  },
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/execa.git"
  },
  "scripts": {
    "test": "xo && nyc ava"
  },
  "version": "0.5.1",
  "xo": {
    "esnext": true
  }
}