{
  "_from": "pkg-install",
  "_id": "pkg-install@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-UGI8bfhrDb1KN01RZ7Bq08GRQc8rmVjxQ2up0g4mUHPCYDTK1FzQ0PMmLOBCHg3yaIijZ2U3Fn9ofLa4N392Ug==",
  "_location": "/pkg-install",
  "_phantomChildren": {
    "isexe": "2.0.0",
    "nice-try": "1.0.5",
    "p-finally": "1.0.0",
    "pump": "3.0.0",
    "semver": "5.7.1",
    "signal-exit": "3.0.3",
    "strip-eof": "1.0.0"
  },
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "pkg-install",
    "name": "pkg-install",
    "escapedName": "pkg-install",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/pkg-install/-/pkg-install-1.0.0.tgz",
  "_shasum": "a0c2e64e14d1733d670571489c303605527063fe",
  "_spec": "pkg-install",
  "_where": "/workspace/Sxpherrdabot/templates/typescript",
  "author": {
    "name": "Dominik Kundel",
    "email": "dominik.kundel@gmail.com",
    "url": "https://dkundel.com"
  },
  "bugs": {
    "url": "https://github.com/dkundel/pkg-install/issues",
    "email": "dominik.kundel@gmail.com"
  },
  "bundleDependencies": false,
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "@types/execa": "^0.9.0",
    "@types/node": "^11.9.4",
    "execa": "^1.0.0"
  },
  "deprecated": false,
  "description": "A wrapper making installation of Node.js packages from code easier",
  "devDependencies": {
    "@types/jest": "^24.0.6",
    "all-contributors-cli": "^6.1.1",
    "commitizen": "^3.0.5",
    "cz-conventional-changelog": "^2.1.0",
    "jest": "^24.1.0",
    "ora": "^3.1.0",
    "ts-jest": "^24.0.0",
    "typedoc": "^0.14.2",
    "typedoc-plugin-external-module-name": "^2.0.0",
    "typedoc-plugin-internal-external": "^2.0.1",
    "typescript": "^3.3.3"
  },
  "files": [
    "lib/!(__tests__)",
    "LICENSE",
    "README.md"
  ],
  "homepage": "https://pkg-install.dkundel.com/",
  "keywords": [
    "npm",
    "yarn",
    "install",
    "cli",
    "script"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "pkg-install",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dkundel/pkg-install.git"
  },
  "scripts": {
    "build": "tsc",
    "commit": "git-cz",
    "contrib:add": "all-contributors add",
    "contrib:gen": "all-contributors generate",
    "dev": "tsc --watch",
    "docs": "typedoc --options typedoc.json",
    "prepare": "npm run build",
    "start": "npm run dev",
    "test": "jest"
  },
  "typings": "lib/index.d.ts",
  "version": "1.0.0"
}
