transform-result-sync
Version:
Run an arbitrary sync transform over a functions result if there is no error
35 lines (34 loc) • 796 B
JSON
{
"name": "transform-result-sync",
"version": "1.0.0",
"description": "Run an arbitrary sync transform over a functions result if there is no error",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "node ./tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MauriceButler/transform-result-sync.git"
},
"author": "Maurice Butler <maurice.butler@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MauriceButler/transform-result-sync/issues"
},
"homepage": "https://github.com/MauriceButler/transform-result-sync#readme",
"keywords": [
"callback",
"data",
"404",
"notfound",
"not",
"found",
"JSON"
],
"devDependencies": {
"tape": "^4.4.0"
}
}