Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

66 lines
1.5 KiB

{
"_from": "clean-stack@^1.0.0",
"_id": "clean-stack@1.3.0",
"_inBundle": false,
"_integrity": "sha1-noIVAa6XmYbEax1m0tQy2y/UrjE=",
"_location": "/clean-stack",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "clean-stack@^1.0.0",
"name": "clean-stack",
"escapedName": "clean-stack",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/aggregate-error"
],
"_resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-1.3.0.tgz",
"_shasum": "9e821501ae979986c46b1d66d2d432db2fd4ae31",
"_spec": "clean-stack@^1.0.0",
"_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/aggregate-error",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/clean-stack/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Clean up error stack traces",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/clean-stack#readme",
"keywords": [
"clean",
"stack",
"trace",
"traces",
"error",
"err",
"electron"
],
"license": "MIT",
"name": "clean-stack",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/clean-stack.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.3.0"
}