renovate/package.json

203 lines
5.3 KiB
JSON
Raw Normal View History

2016-12-18 06:51:25 +00:00
{
2017-01-10 21:38:37 +00:00
"name": "renovate",
"description": "Automated dependency updates. Flexible so you don't need to be.",
"version": "0.0.0-semantic-release",
"bin": {
2018-03-27 15:56:58 +00:00
"renovate": "lib/renovate.js",
"renovate-config-validator": "bin/config-validator.js"
},
2017-01-10 21:38:37 +00:00
"scripts": {
"clean-cache": "node bin/clean-cache.js",
2018-09-17 10:08:23 +00:00
"debug": "node --inspect-brk lib/renovate",
2017-01-17 13:30:25 +00:00
"heroku-push": "git push heroku master",
"heroku-scheduler": "heroku addons:open scheduler",
"jest": "yarn clean-cache && cross-env NODE_ENV=test LOG_LEVEL=fatal jest",
2018-06-01 08:28:47 +00:00
"jest-silent": "yarn jest --reporters jest-silent-reporter",
"lint-fix": "eslint --fix lib test",
"lint": "eslint lib test",
"prettier": "prettier \"**/*.{js,json,md}\" --write",
"start": "node lib/renovate",
"test-dirty": "git diff --exit-code",
"test": "yarn prettier --list-different && yarn lint && yarn jest"
2017-01-10 21:38:37 +00:00
},
"repository": {
"type": "git",
"url": "https://github.com/renovatebot/renovate.git"
2017-01-10 21:38:37 +00:00
},
"keywords": [
"automated",
"dependency",
"docker",
"management",
"meteor",
"node",
2017-01-10 21:38:37 +00:00
"npm",
"outdated",
"update",
"yarn"
2017-01-10 21:38:37 +00:00
],
2017-01-15 16:28:32 +00:00
"author": "Rhys Arkins <rhys@arkins.net>",
"contributors": [
"Hutson Betts <hutson@hyper-expanse.net>",
2018-06-15 05:28:12 +00:00
"Ayoub Kaanich <kayoub5@live.com>",
"Dragomir Țurcanu <dragomirt22@gmail.com>",
"Sam Neirinck <sam@samneirinck.com>",
2018-07-30 17:01:32 +00:00
"Nicolas Byl <nico@nicolas-byl.eu>",
"Maximilian Gaß <mxey@mxey.net>",
"Vladimir Starkov <iamstarkov@gmail.com>",
"Filip Stenbeck <filip.stenbeck@gmail.com>",
"Andreas Bexelius <andreas.brostrom@nordnet.se>",
"Klaus Meinhardt <klaus.meinhardt1@gmail.com>",
"James King <james@jamesking56.uk>",
"Jean-Yves Couët <jycouet@gmail.com>"
],
2018-04-09 05:08:03 +00:00
"license": "AGPL-3.0",
2017-01-10 21:38:37 +00:00
"bugs": {
"url": "https://github.com/renovatebot/renovate/issues"
2017-01-10 21:38:37 +00:00
},
"homepage": "https://renovatebot.com",
2017-01-11 18:32:45 +00:00
"engines": {
"node": ">= 8.11.0"
2017-01-11 18:32:45 +00:00
},
2016-12-18 06:51:25 +00:00
"dependencies": {
"@renovate/pep440": "0.4.0",
"@sindresorhus/is": "0.12.0",
"@yarnpkg/lockfile": "1.1.0",
"bunyan": "1.8.12",
"cacache": "11.2.0",
2018-04-26 05:19:17 +00:00
"chalk": "2.4.1",
"changelog-filename-regex": "2.0.1",
"child-process-promise": "2.2.1",
"clean-git-ref": "1.0.3",
"commander": "2.19.0",
"compare-versions": "3.4.0",
"conventional-commits-detector": "0.1.1",
"convert-hrtime": "2.0.0",
2018-05-20 18:40:21 +00:00
"deepcopy": "1.0.0",
"delay": "4.1.0",
"detect-indent": "5.0.0",
"docker-registry-client": "3.3.0",
"email-addresses": "3.0.2",
"fast-clone": "1.5.3",
"fast-xml-parser": "3.12.5",
2018-09-05 14:02:38 +00:00
"form-data": "2.3.2",
2018-07-17 07:32:16 +00:00
"fs-extra": "7.0.0",
"get-installed-path": "4.0.8",
"gh-got": "7.1.0",
"github-url-from-git": "1.5.0",
"gl-got": "8.0.0",
2018-05-01 07:33:05 +00:00
"got": "8.3.1",
"handlebars": "4.0.12",
"ini": "1.3.5",
"js-yaml": "3.12.0",
"json-dup-key-validator": "1.0.2",
"json-stringify-pretty-compact": "1.2.0",
"later": "1.2.0",
"linkify-markdown": "1.0.0",
"lodash": "4.17.11",
"luxon": "1.4.3",
"markdown-it": "8.4.2",
"minimatch": "3.0.4",
"moment": "2.22.2",
"moment-timezone": "0.5.21",
2018-08-29 20:05:19 +00:00
"npm": "6.4.1",
"openpgp": "2.6.2",
"p-all": "1.0.0",
"parse-diff": "0.5.1",
"parse-link-header": "1.0.1",
"pnpm": "2.16.2",
"registry-auth-token": "3.3.2",
"root-require": "0.3.1",
2018-04-13 04:52:08 +00:00
"safe-regex": "1.1.0",
"semver": "5.5.1",
"semver-stable": "2.0.4",
"semver-utils": "1.1.3",
"simple-git": "1.104.0",
"slugify": "1.3.1",
"traverse": "0.6.6",
2018-05-15 21:29:52 +00:00
"upath": "1.1.0",
"validator": "10.8.0",
"vso-node-api": "6.5.0",
"www-authenticate": "0.6.2",
"yarn": "1.9.4"
Add eslint Closes #17 commit 12d7e50a818720ff2c44e4e9475eef78a1dc0174 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 22:27:56 2017 +0100 Update eslintrc commit f583442dcdf7e3180d2da5464693df12f4419152 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 22:22:15 2017 +0100 Add eslint and config commit 59334f7a7311c451ef7aa4e0759d9c09686e86c6 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 22:20:24 2017 +0100 Refactor promise for linting commit 288f0e753a3d1e93f1b14e3e80692861fab0fff0 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 19:09:48 2017 +0100 Fix more promise lints commit 7f602a149c60da123bc010965ec8be78b3fa7ab1 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 18:30:18 2017 +0100 lint github promises commit dd6b78340e5a9c128e83aa87da8e3714e3947e82 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 18:30:10 2017 +0100 lint npm promises commit 5c48c159c7ab89999e7966d93c4b1c9f1179d95d Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 15:25:13 2017 +0100 Lint packageJson helper commit b440eb83fccdc2c1afbd3e3b74c6798e35b3533f Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 15:04:56 2017 +0100 Fix github helper lint commit 269c84a2be8a2e9cd495d4f90893eaaccd8a2156 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 15:00:48 2017 +0100 Fix typo commit 548ca6c31f3f4417995c65f4466d216a4918387e Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 15:00:29 2017 +0100 Fix npm lint commit f8ea5d5b72745e7cbebad184f46fc3046f57a525 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 14:56:15 2017 +0100 lint defaults commit 6130092a57d37d62ed8f1274817ce81dfdae84bc Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 14:52:16 2017 +0100 Finish index commit 9e2b6f5e02fad38904172b40811043a0caab879b Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 14:40:06 2017 +0100 Fix string concatenation commit 47b7cdac3f0acc6588e403dff3cacfda27789472 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 14:38:23 2017 +0100 Fix arrow syntax commit 27b8db685f7ee66e914754fd578d421f39656397 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 14:29:10 2017 +0100 Refactor updateDependency commit 272f012583ac514709c81ffd7a68f50f0b4ed2b3 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 14:15:43 2017 +0100 Refactor ensureCommit commit 1e1ff56d6b94a8ef6a360213715563452a0957e8 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 13:54:02 2017 +0100 Refactor ensurePr
2017-01-10 21:28:22 +00:00
},
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "6.26.0",
"chai": "4.2.0",
"codecov": "3.1.0",
"cross-env": "5.2.0",
"eslint": "5.6.1",
2018-08-13 08:16:11 +00:00
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-prettier": "3.1.0",
2018-08-13 08:16:11 +00:00
"eslint-plugin-import": "2.14.0",
"eslint-plugin-promise": "4.0.1",
"jest": "23.6.0",
"jest-silent-reporter": "0.1.1",
"mockdate": "2.0.2",
"nock": "10.0.0",
"prettier": "1.14.3",
"semantic-release": "15.9.17",
"tmp-promise": "1.0.5"
},
"files": [
"bin/config-validator.js",
"bin/yarn-1.10.1.js",
2017-10-08 05:28:01 +00:00
"lib"
],
"babel": {
"plugins": [
"transform-object-rest-spread"
]
2017-01-22 15:17:06 +00:00
},
"jest": {
2017-06-30 14:02:40 +00:00
"cacheDirectory": ".cache/jest",
"coverageDirectory": "./coverage",
"collectCoverage": true,
"collectCoverageFrom": [
"lib/**/*.js"
],
"coverageReporters": [
2018-09-19 07:42:12 +00:00
"html",
"json",
"lcov",
"text-summary"
],
"setupFiles": [
2017-11-08 05:44:03 +00:00
"./test/globals.js"
],
"setupTestFrameworkScriptFile": "./test/chai.js",
2018-04-13 04:52:08 +00:00
"snapshotSerializers": [
"./test/newline-snapshot-serializer.js"
]
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5"
},
"publishConfig": {
"tag": "latest"
},
"release": {
"branch": "master",
"tagFormat": "${version}",
"analyzeCommits": {
"preset": "angular",
"releaseRules": [
2017-10-20 04:45:19 +00:00
{
"type": "docs",
"scope": "readme.md",
"release": "patch"
},
{
"type": "refactor",
"release": "patch"
},
{
"type": "build",
"release": "patch"
2017-10-20 04:45:19 +00:00
}
]
}
2016-12-18 06:51:25 +00:00
}
}