{
  "_args": [
    [
      "exec-buffer@3.1.0",
      "/var/www/html/postleaf"
    ]
  ],
  "_development": true,
  "_from": "exec-buffer@3.1.0",
  "_id": "exec-buffer@3.1.0",
  "_inBundle": false,
  "_integrity": "sha1-hRtG0GL8qby8b/h4FpPijo2oBAI=",
  "_location": "/exec-buffer",
  "_optional": true,
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "exec-buffer@3.1.0",
    "name": "exec-buffer",
    "escapedName": "exec-buffer",
    "rawSpec": "3.1.0",
    "saveSpec": null,
    "fetchSpec": "3.1.0"
  },
  "_requiredBy": [],
  "_resolved": "https://registry.npmjs.org/exec-buffer/-/exec-buffer-3.1.0.tgz",
  "_spec": "3.1.0",
  "_where": "/var/www/html/postleaf",
  "author": {
    "name": "Kevin Mårtensson",
    "email": "kevinmartensson@gmail.com",
    "url": "https://github.com/kevva"
  },
  "bugs": {
    "url": "https://github.com/kevva/exec-buffer/issues"
  },
  "dependencies": {
    "execa": "^0.5.0",
    "p-finally": "^1.0.0",
    "pify": "^2.3.0",
    "rimraf": "^2.5.4",
    "tempfile": "^1.0.0"
  },
  "description": "Run a buffer through a child process",
  "devDependencies": {
    "ava": "*",
    "gifsicle": "^2.0.0",
    "is-gif": "^1.0.0",
    "path-exists": "^3.0.0",
    "xo": "*"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/kevva/exec-buffer#readme",
  "keywords": [
    "buffer",
    "exec"
  ],
  "license": "MIT",
  "name": "exec-buffer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kevva/exec-buffer.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "3.1.0",
  "xo": {
    "esnext": true
  }
}
