badgen.net/package.json

73 wiersze
2.1 KiB
JSON
Czysty Zwykły widok Historia

2018-06-26 05:39:49 +00:00
{
"name": "badgen.net",
2018-06-26 05:39:49 +00:00
"description": "Badge generating service",
"author": "Amio <amio.cn@gmail.com>",
"license": "ISC",
2018-10-16 02:24:21 +00:00
"private": true,
2018-06-26 05:39:49 +00:00
"scripts": {
2019-07-12 02:19:41 +00:00
"lint": "standard && standard *.ts",
2019-07-12 08:18:18 +00:00
"build:api": "tsc -p server.tsconfig.json",
"build:web": "next build && next export -o dist",
"build": "npm run tools && npm run build:web && npm run build:api",
2019-06-07 12:49:58 +00:00
"dev": "npm run build && npm run dev:api",
"dev:api": "nodemon --config nodemon.json index.ts",
2018-09-04 07:00:54 +00:00
"dev:web": "next",
2019-07-12 04:26:10 +00:00
"tools": "ts-node -TP server.tsconfig.json tools/gen-examples.ts",
2019-06-05 06:47:05 +00:00
"now-build": "npm run build",
2018-08-03 14:40:44 +00:00
"pretest": "npm run lint",
2018-07-31 09:51:37 +00:00
"test": "tap test/*.js --reporter spec -j12",
2019-06-07 12:49:58 +00:00
"start": "node dist/index.js"
2018-06-26 05:39:49 +00:00
},
2018-09-06 09:54:28 +00:00
"standard": {
2019-07-12 02:19:41 +00:00
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint/eslint-plugin"
]
2018-09-06 09:54:28 +00:00
},
2018-06-26 05:39:49 +00:00
"dependencies": {
2019-07-06 09:52:12 +00:00
"@sentry/integrations": "^5.5.0",
"@sentry/node": "^5.5.0",
2019-07-06 10:15:06 +00:00
"badgen": "^2.8.2",
2019-06-30 03:24:37 +00:00
"badgen-icons": "^0.11",
"byte-size": "^5.0.1",
2019-05-10 03:37:08 +00:00
"cheerio": "^1.0.0-rc.3",
"chrome-webstore": "^1.2.1",
"date-fns": "^1.30.1",
"got": "^9.6.0",
2018-09-07 07:13:08 +00:00
"lodash.debounce": "^4.0.8",
2019-05-10 03:37:08 +00:00
"micro": "^9.3.4",
2019-05-25 02:48:11 +00:00
"millify": "^3.1.0",
2019-06-22 07:25:31 +00:00
"my-way": "^1.0.1",
"react-debounce-render": "^5.0.0",
2019-07-31 03:34:58 +00:00
"semver": "^6.3.0",
2019-07-12 03:03:40 +00:00
"serve-handler": "^6.1.0",
2019-07-31 03:34:58 +00:00
"serve-marked": "^2.0.1"
2018-06-26 05:39:49 +00:00
},
"devDependencies": {
"@types/cheerio": "^0.22.12",
"@types/fs-extra": "^8.0.0",
2019-07-31 03:34:58 +00:00
"@types/got": "^9.6.5",
"@types/lodash.debounce": "^4.0.6",
"@types/micro": "^7.3.3",
"@types/node": "^12.6.8",
2019-07-12 04:26:10 +00:00
"@types/react": "^16.8.23",
2019-07-31 03:34:58 +00:00
"@types/react-dom": "^16.8.5",
"@types/semver": "^6.0.1",
"@types/supertest": "^2.0.8",
2019-07-31 03:34:58 +00:00
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
2019-05-25 12:19:11 +00:00
"@zeit/next-typescript": "^1.1.1",
2019-07-31 03:34:58 +00:00
"eslint": "^6.1.0",
2019-06-30 03:24:37 +00:00
"fs-extra": "^8.1.0",
2019-07-18 08:31:11 +00:00
"next": "^9.0.2",
2019-06-07 12:49:58 +00:00
"nodemon": "^1.19.1",
Bump react from 16.8.5 to 16.8.6 (#275) Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.8.5 to 16.8.6. <details> <summary>Release notes</summary> *Sourced from [react's releases](https://github.com/facebook/react/releases).* > ## v16.8.6 > ## 16.8.6 (March 27, 2019) > > ### React DOM > > * Fix an incorrect bailout in `useReducer()`. ([@&#8203;acdlite](https://github.com/acdlite) in [#15124](https://github-redirect.dependabot.com/facebook/react/pull/15124)) > * Fix iframe warnings in Safari DevTools. ([@&#8203;renanvalentin](https://github.com/renanvalentin) in [#15099](https://github-redirect.dependabot.com/facebook/react/pull/15099)) > * Warn if `contextType` is set to `Context.Consumer` instead of `Context`. ([@&#8203;aweary](https://github.com/aweary) in [#14831](https://github-redirect.dependabot.com/facebook/react/pull/14831)) > * Warn if `contextType` is set to invalid values. ([@&#8203;gaearon](https://github.com/gaearon) in [#15142](https://github-redirect.dependabot.com/facebook/react/pull/15142)) > > ## Artifacts > * **react**: https://unpkg.com/react@16.8.6/umd/ > * **react-art**: https://unpkg.com/react-art@16.8.6/umd/ > * **react-dom**: https://unpkg.com/react-dom@16.8.6/umd/ > * **react-is**: https://unpkg.com/react-is@16.8.6/umd/ > * **react-test-renderer**: https://unpkg.com/react-test-renderer@16.8.6/umd/ > * **scheduler**: https://unpkg.com/scheduler@0.13.6/umd/ </details> <details> <summary>Changelog</summary> *Sourced from [react's changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md).* > ## 16.8.6 (March 27, 2019) > > ### React DOM > > * Fix an incorrect bailout in `useReducer()`. ([@&#8203;acdlite](https://github.com/acdlite) in [#15124](https://github-redirect.dependabot.com/facebook/react/pull/15124)) > * Fix iframe warnings in Safari DevTools. ([@&#8203;renanvalentin](https://github.com/renanvalentin) in [#15099](https://github-redirect.dependabot.com/facebook/react/pull/15099)) > * Warn if `contextType` is set to `Context.Consumer` instead of `Context`. ([@&#8203;aweary](https://github.com/aweary) in [#14831](https://github-redirect.dependabot.com/facebook/react/pull/14831)) > * Warn if `contextType` is set to invalid values. ([@&#8203;gaearon](https://github.com/gaearon) in [#15142](https://github-redirect.dependabot.com/facebook/react/pull/15142)) </details> <details> <summary>Commits</summary> - [`487f4bf`](https://github.com/facebook/react/commit/487f4bf2ee7c86176637544c5473328f96ca0ba2) Update versions for 16.8.6 - [`e0c2c56`](https://github.com/facebook/react/commit/e0c2c56dfd58c1145b1e63b9500043dccf675265) Improve warning for invalid class contextType ([#15142](https://github.com/facebook/react/tree/HEAD/packages/react/issues/15142)) - [`aa8736a`](https://github.com/facebook/react/commit/aa8736a3a9474d9f9714ee315f00e77c0b80ea33) Warn for Context.Consumer with contextType ([#14831](https://github.com/facebook/react/tree/HEAD/packages/react/issues/14831)) - [`84cc8a3`](https://github.com/facebook/react/commit/84cc8a31faf4ab589f8ef1454d3717d60f116de7) Release 16.8.5 - See full diff in [compare view](https://github.com/facebook/react/commits/v16.8.6/packages/react) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=react&package-manager=npm_and_yarn&previous-version=16.8.5&new-version=16.8.6)](https://dependabot.com/compatibility-score.html?dependency-name=react&package-manager=npm_and_yarn&previous-version=16.8.5&new-version=16.8.6) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2019-03-31 06:03:29 +00:00
"react": "^16.8.6",
Bump react-dom from 16.8.5 to 16.8.6 (#274) Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.8.5 to 16.8.6. <details> <summary>Release notes</summary> *Sourced from [react-dom's releases](https://github.com/facebook/react/releases).* > ## v16.8.6 > ## 16.8.6 (March 27, 2019) > > ### React DOM > > * Fix an incorrect bailout in `useReducer()`. ([@&#8203;acdlite](https://github.com/acdlite) in [#15124](https://github-redirect.dependabot.com/facebook/react/pull/15124)) > * Fix iframe warnings in Safari DevTools. ([@&#8203;renanvalentin](https://github.com/renanvalentin) in [#15099](https://github-redirect.dependabot.com/facebook/react/pull/15099)) > * Warn if `contextType` is set to `Context.Consumer` instead of `Context`. ([@&#8203;aweary](https://github.com/aweary) in [#14831](https://github-redirect.dependabot.com/facebook/react/pull/14831)) > * Warn if `contextType` is set to invalid values. ([@&#8203;gaearon](https://github.com/gaearon) in [#15142](https://github-redirect.dependabot.com/facebook/react/pull/15142)) > > ## Artifacts > * **react**: https://unpkg.com/react@16.8.6/umd/ > * **react-art**: https://unpkg.com/react-art@16.8.6/umd/ > * **react-dom**: https://unpkg.com/react-dom@16.8.6/umd/ > * **react-is**: https://unpkg.com/react-is@16.8.6/umd/ > * **react-test-renderer**: https://unpkg.com/react-test-renderer@16.8.6/umd/ > * **scheduler**: https://unpkg.com/scheduler@0.13.6/umd/ </details> <details> <summary>Changelog</summary> *Sourced from [react-dom's changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md).* > ## 16.8.6 (March 27, 2019) > > ### React DOM > > * Fix an incorrect bailout in `useReducer()`. ([@&#8203;acdlite](https://github.com/acdlite) in [#15124](https://github-redirect.dependabot.com/facebook/react/pull/15124)) > * Fix iframe warnings in Safari DevTools. ([@&#8203;renanvalentin](https://github.com/renanvalentin) in [#15099](https://github-redirect.dependabot.com/facebook/react/pull/15099)) > * Warn if `contextType` is set to `Context.Consumer` instead of `Context`. ([@&#8203;aweary](https://github.com/aweary) in [#14831](https://github-redirect.dependabot.com/facebook/react/pull/14831)) > * Warn if `contextType` is set to invalid values. ([@&#8203;gaearon](https://github.com/gaearon) in [#15142](https://github-redirect.dependabot.com/facebook/react/pull/15142)) </details> <details> <summary>Commits</summary> - [`487f4bf`](https://github.com/facebook/react/commit/487f4bf2ee7c86176637544c5473328f96ca0ba2) Update versions for 16.8.6 - [`f00be84`](https://github.com/facebook/react/commit/f00be84b81584f5bc4df137ce00e9e370b49b341) fix(react-dom): access iframe contentWindow instead of contentDocument ([#15099](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/15099)) - [`e0c2c56`](https://github.com/facebook/react/commit/e0c2c56dfd58c1145b1e63b9500043dccf675265) Improve warning for invalid class contextType ([#15142](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/15142)) - [`aa8736a`](https://github.com/facebook/react/commit/aa8736a3a9474d9f9714ee315f00e77c0b80ea33) Warn for Context.Consumer with contextType ([#14831](https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/14831)) - [`84cc8a3`](https://github.com/facebook/react/commit/84cc8a31faf4ab589f8ef1454d3717d60f116de7) Release 16.8.5 - See full diff in [compare view](https://github.com/facebook/react/commits/v16.8.6/packages/react-dom) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=react-dom&package-manager=npm_and_yarn&previous-version=16.8.5&new-version=16.8.6)](https://dependabot.com/compatibility-score.html?dependency-name=react-dom&package-manager=npm_and_yarn&previous-version=16.8.5&new-version=16.8.6) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2019-03-31 09:02:23 +00:00
"react-dom": "^16.8.6",
2019-07-31 03:34:58 +00:00
"standard": "^13.1.0",
Bump supertest from 3.4.2 to 4.0.2 (#265) Bumps [supertest](https://github.com/visionmedia/supertest) from 3.4.2 to 4.0.2. <details> <summary>Release notes</summary> *Sourced from [supertest's releases](https://github.com/visionmedia/supertest/releases).* > ## Documentation > - Merge pull request [#563](https://github-redirect.dependabot.com/visionmedia/supertest/issues/563) from visionmedia/fix-documentation 1257283 > - Merge pull request [#561](https://github-redirect.dependabot.com/visionmedia/supertest/issues/561) from fullstackmommy/assert-content-type-in-readme 436643c > > https://github.com/visionmedia/supertest/compare/v4.0.1...v4.0.2 > > ## Fix - Superagent downgraded > - Merge pull request [#558](https://github-redirect.dependabot.com/visionmedia/supertest/issues/558) from visionmedia/hotfix 078c835 > > https://github.com/visionmedia/supertest/compare/v4.0.0...v4.0.1 > > ## v4.0.0 > - Merge pull request [#539](https://github-redirect.dependabot.com/visionmedia/supertest/issues/539) from ozzywalsh/fix-agent-defaults abf6bc3 > - Merge pull request [#554](https://github-redirect.dependabot.com/visionmedia/supertest/issues/554) from visionmedia/use-trust-localhost 5914936 > > https://github.com/visionmedia/supertest/compare/v3.4.2...v4.0.0 </details> <details> <summary>Commits</summary> - [`775911f`](https://github.com/visionmedia/supertest/commit/775911f25d78eee03b792077eb6f278ad98fce97) 4.0.2 - [`1257283`](https://github.com/visionmedia/supertest/commit/12572837e4b7fa3bcec09634762b862f04f1c6bc) Merge pull request [#563](https://github-redirect.dependabot.com/visionmedia/supertest/issues/563) from visionmedia/fix-documentation - [`436643c`](https://github.com/visionmedia/supertest/commit/436643cfa24abbf97ecb6a70d6df89720662b171) Merge pull request [#561](https://github-redirect.dependabot.com/visionmedia/supertest/issues/561) from fullstackmommy/assert-content-type-in-readme - [`6ef07da`](https://github.com/visionmedia/supertest/commit/6ef07daa20d983a2c6aa2339c24e6acc3c15b03f) doc(README.md) trustLocalhost() block removed - [`715d9a9`](https://github.com/visionmedia/supertest/commit/715d9a9128ff1c1e5d674637341b49d5f2da2e20) 4.0.1 - [`078c835`](https://github.com/visionmedia/supertest/commit/078c8355496910dd44213c8999bda3338546aa76) Merge pull request [#558](https://github-redirect.dependabot.com/visionmedia/supertest/issues/558) from visionmedia/hotfix - [`a8262f6`](https://github.com/visionmedia/supertest/commit/a8262f6a9dbee454a5264a1c9a7f87ad12fe4a75) Correction in example snippets - [`8119278`](https://github.com/visionmedia/supertest/commit/8119278609b790ee21a8cfc38f9b07664609bbb2) feat(package.json) superagent downgraded because assert using promises doesn'... - [`934d415`](https://github.com/visionmedia/supertest/commit/934d415c65b06a0fd75b74a2bd1da7242980c918) feat(test/supertest.js) trustLocalhost() removed because superagent downgrading - [`38e66a1`](https://github.com/visionmedia/supertest/commit/38e66a15a58fb11b7ab111ad7d8a9badbd02aa35) chore(test/supertest.js) this test should fail - Additional commits viewable in [compare view](https://github.com/visionmedia/supertest/compare/v3.4.2...v4.0.2) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=supertest&package-manager=npm_and_yarn&previous-version=3.4.2&new-version=4.0.2)](https://dependabot.com/compatibility-score.html?dependency-name=supertest&package-manager=npm_and_yarn&previous-version=3.4.2&new-version=4.0.2) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2019-03-24 15:52:07 +00:00
"supertest": "^4.0.2",
2019-07-31 03:34:58 +00:00
"tap": "^14.5.0",
2019-06-22 07:25:31 +00:00
"ts-node": "^8.3.0",
2019-07-12 03:03:40 +00:00
"typescript": "^3.5.3"
}
2018-06-26 05:39:49 +00:00
}