{
  "_args": [
    [
      "shell-source@1.1.0",
      "/Users/paveljacko/DEV/PAVJACKO/Code/cli-webos"
    ]
  ],
  "_from": "shell-source@1.1.0",
  "_id": "shell-source@1.1.0",
  "_inBundle": false,
  "_integrity": "sha1-+wv239Zu/86KEWnPn+KnOwK9w50=",
  "_location": "/shell-source",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "shell-source@1.1.0",
    "name": "shell-source",
    "escapedName": "shell-source",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/shell-source/-/shell-source-1.1.0.tgz",
  "_spec": "1.1.0",
  "_where": "/Users/paveljacko/DEV/PAVJACKO/Code/cli-webos",
  "author": {
    "name": "Jesse Tane",
    "email": "jesse.tane@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/jessetane/shell-source/issues"
  },
  "dependencies": {
    "concat-stream": "^1.4.7",
    "xtend": "^4.0.0"
  },
  "description": "Source environment variables from a shell script into a Node.js process.",
  "devDependencies": {
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.2",
    "tape": "^3.0.3"
  },
  "homepage": "https://github.com/jessetane/shell-source#readme",
  "keywords": [
    "source",
    "shell",
    "script",
    "environment",
    "variables",
    "configuration",
    "node",
    "unix",
    "posix"
  ],
  "name": "shell-source",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jessetane/shell-source.git"
  },
  "scripts": {
    "test": "node test",
    "travis": "istanbul cover test/index.js --report lcovonly && cat coverage/lcov.info | coveralls"
  },
  "version": "1.1.0"
}
