1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_args": [
- [
- "serialize-error@7.0.1",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_from": "serialize-error@7.0.1",
- "_id": "serialize-error@7.0.1",
- "_inBundle": false,
- "_integrity": "sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==",
- "_location": "/serialize-error",
- "_optional": true,
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "serialize-error@7.0.1",
- "name": "serialize-error",
- "escapedName": "serialize-error",
- "rawSpec": "7.0.1",
- "saveSpec": null,
- "fetchSpec": "7.0.1"
- },
- "_requiredBy": [
- "/global-agent"
- ],
- "_resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-7.0.1.tgz",
- "_spec": "7.0.1",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "https://sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/serialize-error/issues"
- },
- "dependencies": {
- "type-fest": "^0.13.1"
- },
- "description": "Serialize/deserialize an error into a plain object",
- "devDependencies": {
- "ava": "^2.4.0",
- "tsd": "^0.11.0",
- "xo": "^0.30.0"
- },
- "engines": {
- "node": ">=10"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "funding": "https://github.com/sponsors/sindresorhus",
- "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": "7.0.1"
- }
|