mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 09:10:07 +08:00
40 lines
799 B
JSON
40 lines
799 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"
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-2.1.0.tgz"
|
|
,"_integrity": "sha1-ULZ51WNc34Rme9yOWa9OW4HV9go="
|
|
,"_from": "serialize-error@2.1.0"
|
|
} |