78 lines
1.8 KiB
JSON
78 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"serialize-error@5.0.0",
|
|
"/home/massta/Documents/new"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "serialize-error@5.0.0",
|
|
"_id": "serialize-error@5.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-/VtpuyzYf82mHYTtI4QKtwHa79vAdU5OQpNPAmE/0UDdlGT0ZxHwC+J6gXkw29wwoVI8fMPsfcVHOwXtUQYYQA==",
|
|
"_location": "/serialize-error",
|
|
"_optional": true,
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "serialize-error@5.0.0",
|
|
"name": "serialize-error",
|
|
"escapedName": "serialize-error",
|
|
"rawSpec": "5.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/global-agent"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-5.0.0.tgz",
|
|
"_spec": "5.0.0",
|
|
"_where": "/home/massta/Documents/new",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/serialize-error/issues"
|
|
},
|
|
"dependencies": {
|
|
"type-fest": "^0.8.0"
|
|
},
|
|
"description": "Serialize/deserialize an error into a plain object",
|
|
"devDependencies": {
|
|
"ava": "^2.4.0",
|
|
"tsd": "^0.8.0",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/serialize-error#readme",
|
|
"keywords": [
|
|
"error",
|
|
"serialize",
|
|
"stringify",
|
|
"object",
|
|
"convert",
|
|
"process",
|
|
"send",
|
|
"deserialize"
|
|
],
|
|
"license": "MIT",
|
|
"name": "serialize-error",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/serialize-error.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "5.0.0"
|
|
}
|