aboutsummaryrefslogtreecommitdiff
path: root/node_modules/serialize-error/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/serialize-error/package.json')
-rw-r--r--node_modules/serialize-error/package.json73
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"
+}