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.
 

134 lines
3.1 KiB

{
"_from": "@semantic-release/gitlab",
"_id": "@semantic-release/gitlab@3.0.5",
"_inBundle": false,
"_integrity": "sha512-2PEyEwTROh+FEoBA09nE+Z8TcJMfzrL/VJNwzW7jNImxVUSLH3WwVZUwZLacno289EE/ySx12WpKy+kn1jnlCw==",
"_location": "/@semantic-release/gitlab",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@semantic-release/gitlab",
"name": "@semantic-release/gitlab",
"escapedName": "@semantic-release%2fgitlab",
"scope": "@semantic-release",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/@semantic-release/gitlab/-/gitlab-3.0.5.tgz",
"_shasum": "2740a9f7403739fa6c1e542c55b7df68ed498fbf",
"_spec": "@semantic-release/gitlab",
"_where": "/home/camilo/Documents/projects/personal/simple-email",
"author": {
"name": "Pierre Vanduynslager",
"url": "https://twitter.com/@pvdlg_"
},
"bugs": {
"url": "https://github.com/semantic-release/gitlab/issues"
},
"bundleDependencies": false,
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"contributors": [
{
"name": "Stephan Bönnemann",
"email": "stephan@boennemann.me",
"url": "http://boennemann.me"
},
{
"name": "Gregor Martynus",
"url": "https://twitter.com/gr2m"
}
],
"dependencies": {
"@semantic-release/error": "^2.2.0",
"aggregate-error": "^1.0.0",
"debug": "^4.0.0",
"escape-string-regexp": "^1.0.5",
"got": "^9.1.0",
"parse-path": "^4.0.0",
"url-join": "^4.0.0"
},
"deprecated": false,
"description": "semantic-release plugin to publish a GitLab release",
"devDependencies": {
"ava": "^0.25.0",
"clear-module": "^3.0.0",
"codecov": "^3.0.0",
"commitizen": "^3.0.0",
"cz-conventional-changelog": "^2.0.0",
"nock": "^10.0.0",
"nyc": "^12.0.1",
"semantic-release": "^15.0.0",
"sinon": "^6.0.0",
"tempy": "^0.2.1",
"xo": "^0.23.0"
},
"engines": {
"node": ">=8.3"
},
"files": [
"lib",
"index.js"
],
"homepage": "https://github.com/semantic-release/gitlab#readme",
"keywords": [
"git",
"gitlab",
"publish",
"release",
"semantic-release",
"version"
],
"license": "MIT",
"main": "index.js",
"name": "@semantic-release/gitlab",
"nyc": {
"include": [
"lib/**/*.js",
"index.js"
],
"reporter": [
"json",
"text",
"html"
],
"all": true
},
"peerDependencies": {
"semantic-release": ">=15.8.0 <16.0.0"
},
"prettier": {
"printWidth": 120,
"trailingComma": "es5"
},
"publishConfig": {
"access": "public",
"tag": "next"
},
"repository": {
"type": "git",
"url": "git+https://github.com/semantic-release/gitlab.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": "3.0.5",
"xo": {
"prettier": true,
"space": true
}
}