File: //proc/1526/task/1924/cwd/zaklada/html/node_modules/bin-version-check/package.json
{
  "_args": [
    [
      "bin-version-check@2.1.0",
      "C:\\wamp\\www\\tokic-shop\\html"
    ]
  ],
  "_development": true,
  "_from": "bin-version-check@2.1.0",
  "_id": "bin-version-check@2.1.0",
  "_inBundle": false,
  "_integrity": "sha1-5OXfKQuQaffRETJAMe/BP90RpbA=",
  "_location": "/bin-version-check",
  "_optional": true,
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "bin-version-check@2.1.0",
    "name": "bin-version-check",
    "escapedName": "bin-version-check",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "/bin-wrapper"
  ],
  "_resolved": "http://registry.npmjs.org/bin-version-check/-/bin-version-check-2.1.0.tgz",
  "_spec": "2.1.0",
  "_where": "C:\\wamp\\www\\tokic-shop\\html",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "bin": {
    "bin-version-check": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/bin-version-check/issues"
  },
  "dependencies": {
    "bin-version": "^1.0.0",
    "minimist": "^1.1.0",
    "semver": "^4.0.3",
    "semver-truncate": "^1.0.0"
  },
  "description": "Check whether a binary version satisfies a semver range",
  "devDependencies": {
    "mocha": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js",
    "cli.js"
  ],
  "homepage": "https://github.com/sindresorhus/bin-version-check#readme",
  "keywords": [
    "cli",
    "bin",
    "binary",
    "executable",
    "version",
    "semver",
    "semantic",
    "range",
    "satisfy",
    "check",
    "validate"
  ],
  "license": "MIT",
  "name": "bin-version-check",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/bin-version-check.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "2.1.0"
}