badgen.net/package.json

54 wiersze
1.5 KiB
JSON
Czysty Zwykły widok Historia

2018-06-26 05:39:49 +00:00
{
"name": "badgen-service",
"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": {
"lint": "standard",
2018-10-17 07:15:58 +00:00
"dev": "micro-dev service.js -s -i .next",
2018-09-04 07:00:54 +00:00
"dev:web": "next",
"build": "NODE_ENV=production next build && next export -o public",
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",
"start": "node service.js",
"now-prune": "now rm badgen-service --safe -y -T amio || true",
2018-10-16 02:24:21 +00:00
"predeploy": "now -T amio inspect badgen.net",
"deploy": "now -T amio && now -T amio alias",
"canary": "now -T amio && now -T amio alias badgen-canary"
2018-06-26 05:39:49 +00:00
},
2018-09-06 09:54:28 +00:00
"standard": {
"parser": "babel-eslint"
},
2018-06-26 05:39:49 +00:00
"dependencies": {
2019-03-25 12:46:56 +00:00
"badgen": "^2.7.1",
"badgen-icons": "^0.7.0",
"byte-size": "^5.0.1",
2018-08-04 11:52:36 +00:00
"cheerio": "^1.0.0-rc.2",
"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",
"micro": "^9.3.3",
"micro-fork": "^1.0.0",
2018-07-10 08:17:58 +00:00
"millify": "^2.0.1",
"raven": "^2.6.4",
"react-debounce-render": "^5.0.0",
2018-10-11 09:03:06 +00:00
"semver": "^5.6.0",
2019-02-06 02:33:57 +00:00
"serve-handler": "^5.0.8",
Bump serve-marked from 0.5.0 to 1.0.0 (#266) Bumps [serve-marked](https://github.com/amio/serve-marked) from 0.5.0 to 1.0.0. <details> <summary>Release notes</summary> *Sourced from [serve-marked's releases](https://github.com/amio/serve-marked/releases).* > ## v1.0.0 > - Refined presets d9e5445 > > https://github.com/amio/serve-marked/compare/v0.5.0...v1.0.0 </details> <details> <summary>Commits</summary> - [`1c6adba`](https://github.com/amio/serve-marked/commit/1c6adba388549d4742afbea81f78828c371d6158) v1.0.0 - [`97d105a`](https://github.com/amio/serve-marked/commit/97d105ac78f8dbf53aeed3c5eea7098b913b1399) Update readme - [`d9e5445`](https://github.com/amio/serve-marked/commit/d9e54458fc6cb48e7eddf712efa288995f57b434) Refine presets - [`d6f7fe9`](https://github.com/amio/serve-marked/commit/d6f7fe963843527fb71db2672ac360752600cc87) Embedded merriweather font - [`f698f9d`](https://github.com/amio/serve-marked/commit/f698f9dbdf6e78cecf0ab6af3d8d8cde430b5cb8) Update cache control - [`82f002d`](https://github.com/amio/serve-marked/commit/82f002d148cb06cb090a832cbb7d7cc95453433e) Clean badges in README - [`5ea5ff2`](https://github.com/amio/serve-marked/commit/5ea5ff234fdfb9d65290900529c567dd3cef3edb) Add repo badge & link - [`d0d8770`](https://github.com/amio/serve-marked/commit/d0d8770b26dd873f0b16f87070a56c1f9f903b82) Fix example src link - See full diff in [compare view](https://github.com/amio/serve-marked/compare/v0.5.0...v1.0.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=serve-marked&package-manager=npm_and_yarn&previous-version=0.5.0&new-version=1.0.0)](https://dependabot.com/compatibility-score.html?dependency-name=serve-marked&package-manager=npm_and_yarn&previous-version=0.5.0&new-version=1.0.0) 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:41:58 +00:00
"serve-marked": "^1.0.0"
2018-06-26 05:39:49 +00:00
},
"devDependencies": {
2019-03-15 14:46:08 +00:00
"@mdx-js/mdx": "^0.20.3",
2018-11-07 09:38:43 +00:00
"@zeit/next-mdx": "^1.2.0",
"babel-eslint": "^10.0.1",
"micro-dev": "^3.0.0",
2019-02-25 02:31:49 +00:00
"next": "^8.0",
2019-03-24 15:14:08 +00:00
"react": "^16.8.5",
"react-dom": "^16.8.5",
"standard": "^12.0.1",
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-03-24 15:14:08 +00:00
"tap": "^12.6.1"
}
2018-06-26 05:39:49 +00:00
}