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

azuki-trusty / azk   deb

Repository URL to install this package:

Version: 0.5.1 

/ usr / lib / azk / node_modules / which / package.json

{
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me"
  },
  "name": "which",
  "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  "version": "1.0.5",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/node-which.git"
  },
  "main": "which.js",
  "bin": {
    "which": "./bin/which"
  },
  "engines": {
    "node": "*"
  },
  "dependencies": {},
  "devDependencies": {},
  "_npmUser": {
    "name": "isaacs",
    "email": "i@izs.me"
  },
  "_id": "which@1.0.5",
  "optionalDependencies": {},
  "_engineSupported": true,
  "_npmVersion": "1.1.2",
  "_nodeVersion": "v0.7.6-pre",
  "_defaultsLoaded": true,
  "dist": {
    "shasum": "5630d6819dda692f1464462e7956cb42c0842739",
    "tarball": "http://registry.npmjs.org/which/-/which-1.0.5.tgz"
  },
  "readme": "The \"which\" util from npm's guts.\n\nFinds the first instance of a specified executable in the PATH\nenvironment variable.  Does not cache the results, so `hash -r` is not\nneeded when the PATH changes.\n",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "directories": {},
  "_shasum": "5630d6819dda692f1464462e7956cb42c0842739",
  "_from": "which@^1.0.5",
  "_resolved": "https://registry.npmjs.org/which/-/which-1.0.5.tgz",
  "bugs": {
    "url": "https://github.com/isaacs/node-which/issues"
  },
  "homepage": "https://github.com/isaacs/node-which",
  "scripts": {}
}