UNPKG

errorsponge

Version:

A simple utility library for dehydrating errors for transmission and then rehydrating them.

35 lines (34 loc) 792 B
{ "name": "errorsponge", "version": "1.0.0", "description": "A simple utility library for dehydrating errors for transmission and then rehydrating them.", "main": "index.js", "directories": { "test": "test" }, "dependencies": { "cycle": "^1.0.3" }, "devDependencies": { "mocha": "^3.2.0" }, "scripts": { "test": "mocha --reporter spec --timeout 3000 --slow 3000" }, "repository": { "type": "git", "url": "git+https://github.com/jondubois/errorsponge.git" }, "keywords": [ "error", "hydrate", "dehydrate", "serialize" ], "author": "Jonathan Gros-Dubois", "license": "MIT", "bugs": { "url": "https://github.com/jondubois/errorsponge/issues" }, "homepage": "https://github.com/jondubois/errorsponge#readme" }