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    
atom / usr / share / atom / resources / app / apm / node_modules / which / package.json
Size: Mime:
{
  "_args": [
    [
      {
        "raw": "which@latest",
        "scope": null,
        "escapedName": "which",
        "name": "which",
        "rawSpec": "latest",
        "spec": "latest",
        "type": "tag"
      },
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "which@latest",
  "_id": "which@1.2.10",
  "_inCache": true,
  "_installable": true,
  "_location": "/which",
  "_nodeVersion": "4.4.4",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/which-1.2.10.tgz_1465116744337_0.4818702598568052"
  },
  "_npmUser": {
    "name": "isaacs",
    "email": "i@izs.me"
  },
  "_npmVersion": "3.9.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "which@latest",
    "scope": null,
    "escapedName": "which",
    "name": "which",
    "rawSpec": "latest",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "/node-gyp",
    "/npm"
  ],
  "_resolved": "https://registry.npmjs.org/which/-/which-1.2.10.tgz",
  "_shasum": "91cd9bd0751322411b659b40f054b21de957ab2d",
  "_shrinkwrap": null,
  "_spec": "which@latest",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me"
  },
  "bin": {
    "which": "./bin/which"
  },
  "bugs": {
    "url": "https://github.com/isaacs/node-which/issues"
  },
  "dependencies": {
    "isexe": "^1.1.1"
  },
  "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  "devDependencies": {
    "mkdirp": "^0.5.0",
    "rimraf": "^2.3.3",
    "tap": "^5.1.1"
  },
  "directories": {},
  "dist": {
    "shasum": "91cd9bd0751322411b659b40f054b21de957ab2d",
    "tarball": "https://registry.npmjs.org/which/-/which-1.2.10.tgz"
  },
  "files": [
    "which.js",
    "bin/which"
  ],
  "gitHead": "3f590834623ee940d922e12b1c8b9cbf24bd5012",
  "homepage": "https://github.com/isaacs/node-which#readme",
  "license": "ISC",
  "main": "which.js",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "name": "which",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/node-which.git"
  },
  "scripts": {
    "changelog": "bash changelog.sh",
    "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
    "test": "tap test/*.js --cov"
  },
  "version": "1.2.10"
}