40 lines
685 B
JSON
40 lines
685 B
JSON
{
|
|
"name": "exec-buffer",
|
|
"version": "3.2.0",
|
|
"description": "Run a buffer through a child process",
|
|
"license": "MIT",
|
|
"repository": "kevva/exec-buffer",
|
|
"author": {
|
|
"name": "Kevin Mårtensson",
|
|
"email": "kevinmartensson@gmail.com",
|
|
"url": "https://github.com/kevva"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"buffer",
|
|
"exec"
|
|
],
|
|
"dependencies": {
|
|
"execa": "^0.7.0",
|
|
"p-finally": "^1.0.0",
|
|
"pify": "^3.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"tempfile": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"gifsicle": "^3.0.4",
|
|
"is-gif": "^1.0.0",
|
|
"path-exists": "^3.0.0",
|
|
"xo": "*"
|
|
}
|
|
}
|