{
  "_args": [
    [
      "git-diff-apply@0.8.3",
      "/Users/johno/c/ember-cli-gravatar"
    ]
  ],
  "_development": true,
  "_from": "git-diff-apply@0.8.3",
  "_id": "git-diff-apply@0.8.3",
  "_inBundle": false,
  "_integrity": "sha512-OSUyisZnsP0U5Uq9c6Fql9G8bxTzepQl+C3NPjziq2pM3l62o95LWENb013R9IK5wby5Rpth0vp2kVRsSwVCYQ==",
  "_location": "/git-diff-apply",
  "_phantomChildren": {
    "cross-spawn": "5.1.0",
    "decamelize": "1.2.0",
    "find-up": "2.1.0",
    "get-caller-file": "1.0.2",
    "get-stream": "3.0.0",
    "graceful-fs": "4.1.11",
    "is-stream": "1.1.0",
    "lcid": "1.0.0",
    "mem": "1.1.0",
    "ms": "2.0.0",
    "npm-run-path": "2.0.2",
    "os-tmpdir": "1.0.2",
    "p-finally": "1.0.0",
    "require-directory": "2.1.1",
    "require-main-filename": "1.0.1",
    "set-blocking": "2.0.0",
    "signal-exit": "3.0.2",
    "strip-eof": "1.0.0",
    "universalify": "0.1.1",
    "which-module": "2.0.0",
    "wrap-ansi": "2.1.0",
    "y18n": "3.2.1",
    "yargs-parser": "9.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "git-diff-apply@0.8.3",
    "name": "git-diff-apply",
    "escapedName": "git-diff-apply",
    "rawSpec": "0.8.3",
    "saveSpec": null,
    "fetchSpec": "0.8.3"
  },
  "_requiredBy": [
    "/ember-cli-update"
  ],
  "_resolved": "https://registry.npmjs.org/git-diff-apply/-/git-diff-apply-0.8.3.tgz",
  "_spec": "0.8.3",
  "_where": "/Users/johno/c/ember-cli-gravatar",
  "author": {
    "name": "Kelly Selden"
  },
  "bin": {
    "git-diff-apply": "bin/git-diff-apply.js"
  },
  "bugs": {
    "url": "https://github.com/kellyselden/git-diff-apply/issues"
  },
  "dependencies": {
    "debug": "^3.0.0",
    "denodeify": "^1.2.1",
    "fixturify": "^0.3.4",
    "fs-extra": "^5.0.0",
    "ncp": "^2.0.0",
    "tmp": "0.0.33",
    "uuid": "^3.1.0",
    "yargs": "^11.0.0"
  },
  "description": "Use an unrelated remote repository to apply a git diff",
  "devDependencies": {
    "chai": "^4.1.0",
    "cross-env": "^5.0.1",
    "eslint": "^4.3.0",
    "eslint-config-sane": "^0.4.2",
    "eslint-plugin-mocha": "^4.11.0",
    "eslint-plugin-prefer-let": "^1.0.1",
    "git-fixtures": "^0.10.1",
    "mocha": "^5.0.0",
    "sinon": "^4.0.0"
  },
  "homepage": "https://github.com/kellyselden/git-diff-apply#readme",
  "keywords": [
    "patch",
    "tag",
    "merge",
    "commit",
    "cherry-pick",
    "mergetool",
    "update",
    "conflict"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "git-diff-apply",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kellyselden/git-diff-apply.git"
  },
  "scripts": {
    "lint": "eslint bin src test",
    "lint:fix": "npm run lint -- --fix",
    "posttest": "npm run lint",
    "prelint": "eslint --version",
    "test": "cross-env DEBUG=git-diff-apply,git-fixtures mocha test/**/*-test.js"
  },
  "version": "0.8.3"
}
