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 / shell-path / package.json
Size: Mime:
{
  "_args": [
    [
      {
        "raw": "shell-path@^2.0.0",
        "scope": null,
        "escapedName": "shell-path",
        "name": "shell-path",
        "rawSpec": "^2.0.0",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "/Users/travis/build/720kb/ndm"
    ]
  ],
  "_from": "shell-path@>=2.0.0 <3.0.0",
  "_id": "shell-path@2.1.0",
  "_inCache": true,
  "_location": "/shell-path",
  "_nodeVersion": "4.6.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/shell-path-2.1.0.tgz_1478688986677_0.2701594387181103"
  },
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "2.15.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "shell-path@^2.0.0",
    "scope": null,
    "escapedName": "shell-path",
    "name": "shell-path",
    "rawSpec": "^2.0.0",
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/shell-path/-/shell-path-2.1.0.tgz",
  "_shasum": "ea7d06ae1070874a1bac5c65bb9bdd62e4f67a38",
  "_shrinkwrap": null,
  "_spec": "shell-path@^2.0.0",
  "_where": "/Users/travis/build/720kb/ndm",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/shell-path/issues"
  },
  "dependencies": {
    "shell-env": "^0.3.0"
  },
  "description": "Get the $PATH from the shell",
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "ea7d06ae1070874a1bac5c65bb9bdd62e4f67a38",
    "tarball": "https://registry.npmjs.org/shell-path/-/shell-path-2.1.0.tgz"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "712866ff8ca196ebe7250db730a050a100d21428",
  "homepage": "https://github.com/sindresorhus/shell-path#readme",
  "keywords": [
    "path",
    "macos",
    "osx",
    "env",
    "var",
    "environment",
    "variable",
    "shell",
    "sh",
    "zsh",
    "electron",
    "nwjs"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "silverwind",
      "email": "me@silverwind.io"
    },
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "shell-path",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/shell-path.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "2.1.0",
  "xo": {
    "esnext": true
  }
}