{
  "_args": [
    [
      "find-exec@1.0.1",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_from": "find-exec@1.0.1",
  "_id": "find-exec@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-4o6QkGkpg3xK5s/47rdK9LDZRsE4JR1mrXnaAOXBngG6UKeIDJXfwtNCAkljgyy6VRh75D3FFaB0tii9vDEtIA==",
  "_location": "/find-exec",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "find-exec@1.0.1",
    "name": "find-exec",
    "escapedName": "find-exec",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/play-sound"
  ],
  "_resolved": "https://registry.npmjs.org/find-exec/-/find-exec-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "Hrvoje Simic",
    "email": "shime.ferovac@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/shime/find-exec/issues"
  },
  "dependencies": {},
  "description": "Finds first available shell command from a list.",
  "devDependencies": {
    "expect.js": "^0.3.1",
    "mocha": "^5.2.0"
  },
  "homepage": "https://github.com/shime/find-exec",
  "keywords": [
    "find",
    "executable",
    "shell",
    "minimalistic",
    "command",
    "line"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "find-exec",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shime/find-exec.git"
  },
  "scripts": {
    "test": "mocha test/all.js"
  },
  "version": "1.0.1"
}
