diff options
| author | Priyansh <[email protected]> | 2020-12-22 17:49:59 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2020-12-22 17:49:59 +0530 |
| commit | e93da8b04da86773247aadb1cbb1912e4f4526b2 (patch) | |
| tree | eb4ef3203a92ed3dbd2252ddb1ea23bd2d670c98 /node_modules/serialize-error/package.json | |
| parent | a5743c293dcb435e4b159a4df791f8955a4110ec (diff) | |
| download | styx-e93da8b04da86773247aadb1cbb1912e4f4526b2.tar.xz styx-e93da8b04da86773247aadb1cbb1912e4f4526b2.zip | |
Rewriting Project
Diffstat (limited to 'node_modules/serialize-error/package.json')
| -rw-r--r-- | node_modules/serialize-error/package.json | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/node_modules/serialize-error/package.json b/node_modules/serialize-error/package.json new file mode 100644 index 0000000..b9383a4 --- /dev/null +++ b/node_modules/serialize-error/package.json @@ -0,0 +1,73 @@ +{ + "_from": "serialize-error@^7.0.1", + "_id": "[email protected]", + "_inBundle": false, + "_integrity": "sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==", + "_location": "/serialize-error", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "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", + "_shasum": "f1360b0447f61ffb483ec4157c737fab7d778e18", + "_spec": "serialize-error@^7.0.1", + "_where": "/Users/lucifer/Documents/styx/node_modules/global-agent", + "author": { + "name": "Sindre Sorhus", + "email": "[email protected]", + "url": "https://sindresorhus.com" + }, + "bugs": { + "url": "https://github.com/sindresorhus/serialize-error/issues" + }, + "bundleDependencies": false, + "dependencies": { + "type-fest": "^0.13.1" + }, + "deprecated": false, + "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" +} |
