renovate/package.json

241 lines
7 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": {
"renovate": "dist/renovate.js",
"renovate-config-validator": "bin/config-validator.js"
},
2017-01-10 21:38:37 +00:00
"scripts": {
"build": "yarn clean && tsc -p tsconfig.app.json && yarn copy-static-files",
"clean": "rimraf dist",
"clean-cache": "node bin/clean-cache.js",
"copy-static-files": "copyfiles -u 1 lib/**/*.json lib/**/*.py dist/",
2019-03-23 06:43:08 +00:00
"create-json-schema": "node bin/create-json-schema.js && prettier --write \"renovate-schema.json\"",
"debug": "node -r ts-node/register/transpile-only --inspect-brk lib/renovate.ts",
2018-12-12 11:02:12 +00:00
"eslint": "eslint lib test",
"eslint-fix": "eslint --fix lib test",
"jest": "yarn clean-cache && cross-env NODE_ENV=test LOG_LEVEL=fatal jest",
"jest-debug": "cross-env NODE_ENV=test LOG_LEVEL=fatal node --inspect-brk node_modules/jest/bin/jest.js",
2018-06-01 08:28:47 +00:00
"jest-silent": "yarn jest --reporters jest-silent-reporter",
2018-12-12 11:02:12 +00:00
"lint": "yarn eslint && yarn prettier",
"lint-fix": "yarn eslint-fix && yarn prettier-fix",
"prettier": "prettier --list-different \"**/*.{ts,js,json,md}\"",
"prettier-fix": "prettier --write \"**/*.{ts,js,json,md}\"",
"start": "node -r ts-node/register/transpile-only lib/renovate.ts",
"test-dirty": "git diff --exit-code",
2019-05-10 09:57:42 +00:00
"test-e2e": "npm pack && cd e2e && yarn install --no-lockfile && yarn test",
"test-schema": "bash test/json-schema.sh",
"test": "yarn lint && yarn test-schema && 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",
2018-12-12 11:05:40 +00:00
"bazel",
"bitbucket",
"buildkite",
"dependencies",
"dependency",
"docker",
2018-12-12 11:05:40 +00:00
"github",
"gitlab",
"management",
"meteor",
"node",
2017-01-10 21:38:37 +00:00
"npm",
"outdated",
2018-12-12 11:05:40 +00:00
"php",
"python",
"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>",
"Israel Bethencourt <ieb.core@gmail.com>",
"Sam Bull <lsb@pocketuniverse.ca>",
"Jan Sauer <jan@jansauer.de>",
"Michael Elufimov <elufimov@gmail.com>",
2019-02-19 15:55:40 +00:00
"Michael Kriese <michael.kriese@visualon.de>",
"Jean-Yves Couët <jycouet@gmail.com>",
"Matt Lavin <matt.lavin@gmail.com>",
"Rishabh Jain <contact@rishabh1403.com>",
"Jamie Magee <jamie.magee@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": "^10.13.0 || ^11.0.0"
2017-01-11 18:32:45 +00:00
},
2016-12-18 06:51:25 +00:00
"dependencies": {
2019-01-07 05:57:45 +00:00
"@renovate/pep440": "0.4.1",
"@renovatebot/docker-registry-client": "3.3.0",
"@sindresorhus/is": "0.17.0",
"@snyk/ruby-semver": "2.0.1",
"@yarnpkg/lockfile": "1.1.0",
"azure-devops-node-api": "7.2.0",
"bunyan": "1.8.12",
"cacache": "11.3.2",
"chalk": "2.4.2",
"changelog-filename-regex": "2.0.1",
"child-process-promise": "2.2.1",
"clean-git-ref": "2.0.1",
"commander": "2.20.0",
"compare-versions": "3.4.0",
"conventional-commits-detector": "1.0.2",
"convert-hrtime": "2.0.0",
"delay": "4.2.0",
"detect-indent": "5.0.0",
"email-addresses": "3.0.3",
"form-data": "2.3.3",
"fs-extra": "7.0.1",
"get-installed-path": "4.0.8",
"gh-got": "8.1.0",
"github-url-from-git": "1.5.0",
"gl-got": "9.0.3",
"got": "9.6.0",
"handlebars": "4.1.2",
"ini": "1.3.5",
"js-yaml": "3.13.1",
"json-dup-key-validator": "1.0.2",
"json-stringify-pretty-compact": "2.0.0",
"json5": "2.1.0",
"later": "1.2.0",
"linkify-markdown": "1.0.0",
"lodash": "4.17.11",
"luxon": "1.13.2",
"markdown-it": "8.4.2",
"minimatch": "3.0.4",
"moment": "2.24.0",
"moment-timezone": "0.5.25",
"node-html-parser": "1.1.15",
"npm": "6.9.0",
"openpgp": "2.6.2",
"p-all": "2.1.0",
"parse-diff": "0.5.1",
"parse-link-header": "1.0.1",
"pnpm": "3.3.3",
2018-12-06 21:30:26 +00:00
"proxy-agent": "3.0.3",
"registry-auth-token": "3.4.0",
"root-require": "0.3.1",
"safe-regex": "2.0.2",
"semver": "6.0.0",
"semver-stable": "2.0.4",
"semver-utils": "1.1.4",
"simple-git": "1.113.0",
"slugify": "1.3.4",
"toml": "3.0.0",
"tomlify-j0.4": "3.0.0",
"traverse": "0.6.6",
"upath": "1.1.2",
2019-01-27 07:36:14 +00:00
"validate-npm-package-name": "3.0.0",
"validator": "10.11.0",
"www-authenticate": "0.6.2",
"xmldoc": "1.1.2",
"yarn": "1.16.0"
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": {
"@types/bunyan": "1.8.6",
"@types/convert-hrtime": "2.0.0",
"@types/fs-extra": "5.1.0",
"@types/jest": "24.0.13",
"@types/node": "11.13.10",
"@typescript-eslint/eslint-plugin": "1.7.0",
"@typescript-eslint/parser": "1.7.0",
"babel-plugin-transform-object-rest-spread": "7.0.0-beta.3",
"chai": "4.2.0",
"codecov": "3.5.0",
"copyfiles": "2.1.0",
"cross-env": "5.2.0",
2019-04-23 14:36:42 +00:00
"eslint": "5.16.0",
2018-08-13 08:16:11 +00:00
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-prettier": "4.2.0",
2019-04-23 14:36:42 +00:00
"eslint-plugin-import": "2.17.2",
"eslint-plugin-promise": "4.1.1",
"glob": "7.1.4",
"husky": "2.3.0",
"jest": "24.8.0",
"jest-silent-reporter": "0.1.2",
"mockdate": "2.0.2",
"nock": "10.0.6",
"prettier": "1.17.1",
"pretty-quick": "1.10.0",
"rimraf": "2.6.3",
"semantic-release": "15.13.12",
"tmp-promise": "1.1.0",
"ts-jest": "24.0.2",
"ts-node": "8.1.0",
"typescript": "3.4.5"
},
2019-03-04 04:40:57 +00:00
"resolutions": {
"lodash": ">= 4.17.11"
},
"files": [
"bin/config-validator.js",
2019-01-28 08:54:04 +00:00
"bin/yarn-1.9.4.js",
"data",
"dist"
],
"babel": {
"plugins": [
"transform-object-rest-spread"
]
2017-01-22 15:17:06 +00:00
},
"jest": {
"globals": { "ts-jest": { "isolatedModules": true } },
2017-06-30 14:02:40 +00:00
"cacheDirectory": ".cache/jest",
"coverageDirectory": "./coverage",
"collectCoverage": true,
"collectCoverageFrom": [
"lib/**/*.js",
"!lib/platform/bitbucket-server/bb-got-wrapper.js",
"!lib/versioning/maven/index.js",
"!lib/proxy.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"
],
"setupFilesAfterEnv": [
"./test/chai.js"
],
2018-04-13 04:52:08 +00:00
"snapshotSerializers": [
"./test/newline-snapshot-serializer.js"
],
"preset": "ts-jest/presets/js-with-ts"
},
"publishConfig": {
"tag": "latest"
},
2018-12-14 18:46:42 +00:00
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"release": {
"branch": "master",
"tagFormat": "${version}"
2016-12-18 06:51:25 +00:00
}
}