Files
codeql-action/node_modules/serialize-error/package.json
2020-06-24 14:33:14 +01:00

73 lines
1.6 KiB
JSON

{
"_args": [
[
"serialize-error@2.1.0",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "serialize-error@2.1.0",
"_id": "serialize-error@2.1.0",
"_inBundle": false,
"_integrity": "sha1-ULZ51WNc34Rme9yOWa9OW4HV9go=",
"_location": "/serialize-error",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "serialize-error@2.1.0",
"name": "serialize-error",
"escapedName": "serialize-error",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/supertap"
],
"_resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-2.1.0.tgz",
"_spec": "2.1.0",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/serialize-error/issues"
},
"description": "Serialize an error into a plain object",
"devDependencies": {
"ava": "*",
"xo": "^0.16.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/serialize-error#readme",
"keywords": [
"error",
"err",
"serialize",
"stringify",
"object",
"obj",
"convert",
"process",
"send"
],
"license": "MIT",
"name": "serialize-error",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/serialize-error.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.1.0"
}