This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
2021-04-02 02:24:13 +03:00

37 lines
627 B
JSON

{
"name": "serialize-error",
"version": "2.1.0",
"description": "Serialize an error into a plain object",
"license": "MIT",
"repository": "sindresorhus/serialize-error",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"error",
"err",
"serialize",
"stringify",
"object",
"obj",
"convert",
"process",
"send"
],
"devDependencies": {
"ava": "*",
"xo": "^0.16.0"
}
}