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.
 

114 lines
2.8 KiB

{
"_from": "@semantic-release/error@^2.1.0",
"_id": "@semantic-release/error@2.2.0",
"_inBundle": false,
"_integrity": "sha512-9Tj/qn+y2j+sjCI3Jd+qseGtHjOAeg7dU2/lVcqIQ9TV3QDaDXDYXcoOHU+7o2Hwh8L8ymL4gfuO7KxDs3q2zg==",
"_location": "/@semantic-release/error",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@semantic-release/error@^2.1.0",
"name": "@semantic-release/error",
"escapedName": "@semantic-release%2ferror",
"scope": "@semantic-release",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/@semantic-release/changelog",
"/@semantic-release/git",
"/@semantic-release/github",
"/@semantic-release/gitlab",
"/@semantic-release/npm",
"/semantic-release"
],
"_resolved": "https://registry.npmjs.org/@semantic-release/error/-/error-2.2.0.tgz",
"_shasum": "ee9d5a09c9969eade1ec864776aeda5c5cddbbf0",
"_spec": "@semantic-release/error@^2.1.0",
"_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/@semantic-release/changelog",
"author": {
"name": "Stephan Bönnemann",
"email": "stephan@boennemann.me",
"url": "http://boennemann.me"
},
"bugs": {
"url": "https://github.com/semantic-release/error/issues"
},
"bundleDependencies": false,
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"deprecated": false,
"description": "errors with more than just a message",
"devDependencies": {
"ava": "^0.25.0",
"codecov": "^3.0.0",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0",
"eslint-config-prettier": "^2.5.0",
"eslint-plugin-prettier": "^2.2.0",
"nyc": "^11.2.1",
"prettier": "~1.10.0",
"semantic-release": "^12.2.2",
"xo": "^0.18.2"
},
"files": [
"index.js"
],
"homepage": "https://github.com/semantic-release/error#readme",
"keywords": [
"error",
"semantic-release"
],
"license": "MIT",
"main": "index.js",
"name": "@semantic-release/error",
"nyc": {
"include": [
"index.js"
],
"reporter": [
"json",
"text",
"html"
],
"all": true
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"bracketSpacing": false,
"trailingComma": "es5"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/semantic-release/error.git"
},
"scripts": {
"cm": "git-cz",
"codecov": "codecov -f coverage/coverage-final.json",
"lint": "xo",
"pretest": "npm run lint",
"semantic-release": "semantic-release",
"test": "nyc ava -v"
},
"version": "2.2.0",
"xo": {
"extends": [
"prettier"
],
"plugins": [
"prettier"
],
"rules": {
"prettier/prettier": 2
}
}
}