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 / default-shell / package.json
Size: Mime:
{
  "_args": [
    [
      {
        "raw": "default-shell@^1.0.0",
        "scope": null,
        "escapedName": "default-shell",
        "name": "default-shell",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/Users/travis/build/720kb/ndm/node_modules/shell-env"
    ]
  ],
  "_from": "default-shell@>=1.0.0 <2.0.0",
  "_id": "default-shell@1.0.1",
  "_inCache": true,
  "_location": "/default-shell",
  "_nodeVersion": "4.4.2",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/default-shell-1.0.1.tgz_1462213334913_0.6194936435203999"
  },
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "2.15.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "default-shell@^1.0.0",
    "scope": null,
    "escapedName": "default-shell",
    "name": "default-shell",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/shell-env"
  ],
  "_resolved": "https://registry.npmjs.org/default-shell/-/default-shell-1.0.1.tgz",
  "_shasum": "752304bddc6174f49eb29cb988feea0b8813c8bc",
  "_shrinkwrap": null,
  "_spec": "default-shell@^1.0.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/default-shell/issues"
  },
  "dependencies": {},
  "description": "Get the user's default shell",
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "752304bddc6174f49eb29cb988feea0b8813c8bc",
    "tarball": "https://registry.npmjs.org/default-shell/-/default-shell-1.0.1.tgz"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "6c4b1e78a34530534b978ef6b9f91f98897bd922",
  "homepage": "https://github.com/sindresorhus/default-shell#readme",
  "keywords": [
    "default",
    "shell",
    "sh",
    "zsh",
    "bash",
    "cmd",
    "cmd.exe",
    "comspec",
    "env",
    "environment",
    "var",
    "variables",
    "get",
    "user"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "default-shell",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/default-shell.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "1.0.1",
  "xo": {
    "esnext": true
  }
}