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.

51 lines
1.4 KiB

6 years ago
{
"name": "badgen-service",
"private": true,
"description": "Badge generating service",
"author": "Amio <amio.cn@gmail.com>",
"license": "ISC",
"scripts": {
"lint": "standard",
"dev": "micro-dev service.js -s",
"dev:web": "next",
"build": "NODE_ENV=production next build && next export -o public",
"pretest": "npm run lint",
"test": "tap test/*.js --reporter spec -j12",
"start": "node service.js",
"now-prune": "now rm badgen-service --safe -y -T amio || true",
"predeploy": "now -T amio inspect badgen.net && npm run now-prune",
"deploy": "now -T amio && now -T amio alias",
"canary": "now -T amio && now -T amio alias badgen-canary"
6 years ago
},
"standard": {
"parser": "babel-eslint"
},
6 years ago
"dependencies": {
"badgen": "^2.5.0",
"byte-size": "^4.0.3",
"cheerio": "^1.0.0-rc.2",
"chrome-webstore": "^1.2.0",
"date-fns": "^1.29.0",
"got": "^9.2.2",
"lodash.debounce": "^4.0.8",
"micro": "^9.3.3",
"micro-fork": "^0.1.0",
"millify": "^2.0.1",
"raven": "^2.6.4",
build(deps): bump semver from 5.5.0 to 5.5.1 (#115) Bumps [semver](https://github.com/npm/node-semver) from 5.5.0 to 5.5.1. &lt;details&gt; &lt;summary&gt;Commits&lt;/summary&gt; - [`89bfa00`](https://github.com/npm/node-semver/commit/89bfa00a24b93cb7d10b6a89486e1f927837952f) 5.5.1 - [`acb44dd`](https://github.com/npm/node-semver/commit/acb44ddf2aef5855a1eb77fedc6b2e2c0868f7c8) Update tap version - [`448b0b3`](https://github.com/npm/node-semver/commit/448b0b3efc6dbede1a9696c4469ae74f8e482a02) Update tap version - [`6069fe7`](https://github.com/npm/node-semver/commit/6069fe702002ae7b257b01fb8dade0f22bf8bbee) Merge pull request [#247](https://github-redirect.dependabot.com/npm/node-semver/issues/247) from steveklabnik/patch-1 - [`43ff1c7`](https://github.com/npm/node-semver/commit/43ff1c74cd4e604aa93ffd72299422edfac5d67e) Fix grammar for ranges - See full diff in [compare view](https://github.com/npm/node-semver/compare/v5.5.0...v5.5.1) &lt;/details&gt; &lt;br /&gt; [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=semver&amp;package-manager=npm_and_yarn&amp;previous-version=5.5.0&amp;new-version=5.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=semver&amp;package-manager=npm_and_yarn&amp;previous-version=5.5.0&amp;new-version=5.5.1) Dependabot will resolve any conflicts with this PR as long as you don&#39;t alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- &lt;details&gt; &lt;summary&gt;Dependabot commands and options&lt;/summary&gt; &lt;br /&gt; You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@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 &#34;Dependabot enabled&#34; 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. &lt;/details&gt;
6 years ago
"semver": "^5.5.1",
"serve-handler": "^5.0.5",
"serve-marked": "^0.3.3",
"xml2js": "^0.4.19"
6 years ago
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"micro-dev": "^3.0.0",
build(deps-dev): bump next from 7.0.0 to 7.0.1 (#173) Bumps [next](https://github.com/zeit/next.js) from 7.0.0 to 7.0.1. &lt;details&gt; &lt;summary&gt;Release notes&lt;/summary&gt; *Sourced from [next&#39;s releases](https://github.com/zeit/next.js/releases).* &gt; ## 7.0.1 &gt; ### Patches &gt; &gt; - Upgrade webpack: [#5330](https://github-redirect.dependabot.com/zeit/next.js/issues/5330) &gt; - Upgrade styled-jsx: [#5312](https://github-redirect.dependabot.com/zeit/next.js/issues/5312) &gt; - Introduce dynamic(() =&gt; import()): [#5249](https://github-redirect.dependabot.com/zeit/next.js/issues/5249) &gt; - Eliminate context code based on process.browser: [#5159](https://github-redirect.dependabot.com/zeit/next.js/issues/5159) &gt; - Remove _containerProps context: [#5327](https://github-redirect.dependabot.com/zeit/next.js/issues/5327) &gt; - Refactor head keys: [#5326](https://github-redirect.dependabot.com/zeit/next.js/issues/5326) &gt; - Remove disabled plugin: 2f618581cfc0e75ff918a5618074b04660f8cd81 &gt; - Use new import syntax in readme examples: 8fb6f7d5b62113c4ee23b827f3f6f8e3d0c1b6a6 &gt; - Remove obsolete check in dev-server: [#5320](https://github-redirect.dependabot.com/zeit/next.js/issues/5320) &gt; - Don&amp;#39;t require package.json at runtime: [#5321](https://github-redirect.dependabot.com/zeit/next.js/issues/5321) &gt; - Package.json comma removed: [#5322](https://github-redirect.dependabot.com/zeit/next.js/issues/5322) &gt; - Rename index.js to next-server.js: [#5323](https://github-redirect.dependabot.com/zeit/next.js/issues/5323) &gt; - Added with-ts-node with Next js 7 example: [#5204](https://github-redirect.dependabot.com/zeit/next.js/issues/5204) &gt; - Move out start method from server: [#5315](https://github-redirect.dependabot.com/zeit/next.js/issues/5315) &gt; - Remove transform-decorators plugin &amp;amp; Bump deps: [#5232](https://github-redirect.dependabot.com/zeit/next.js/issues/5232) &gt; - Show warning if there is a title in _document.js&amp;#39;s Head: [#5160](https://github-redirect.dependabot.com/zeit/next.js/issues/5160) &gt; - Initial dev server: [#5317](https://github-redirect.dependabot.com/zeit/next.js/issues/5317) &gt; - More reliable error-recovery tests: [#5281](https://github-redirect.dependabot.com/zeit/next.js/issues/5281) &gt; - Even more reliable error-recovery tests: [#5284](https://github-redirect.dependabot.com/zeit/next.js/issues/5284) &gt; - WithApollo example - move from old HOC APIs to new function-as-child APIs: [#5241](https://github-redirect.dependabot.com/zeit/next.js/issues/5241) &gt; - Use getBrowserBodyText for HMR test: [#5290](https://github-redirect.dependabot.com/zeit/next.js/issues/5290) &gt; - Fix swallowed unhandled rejections on the server: [#5273](https://github-redirect.dependabot.com/zeit/next.js/issues/5273) &gt; - With-typescript example updates: [#5267](https://github-redirect.dependabot.com/zeit/next.js/issues/5267) &gt; - Add language switch to with-react-i18next example: [#5306](https://github-redirect.dependabot.com/zeit/next.js/issues/5306) &gt; - Update with-mobx-state-tree-typescript example: [#5266](https://github-redirect.dependabot.com/zeit/next.js/issues/5266) &gt; - Make sure dynamicIds are added when using function as importer: [#5308](https://github-redirect.dependabot.com/zeit/next.js/issues/5308) &gt; - Update with-redux-code-splitting example: [#5252](https://github-redirect.dependabot.com/zeit/next.js/issues/5252) &gt; - Upgrade @zeit/next-sass: a616656f19d744d9ae95d355b4227c9b9ed9e631 &gt; - Doc: fix deploy link: [#5223](https://github-redirect.dependabot.com/zeit/next.js/issues/5223) &gt; - Fix Example Deploy Links: [#5216](https://github-redirect.dependabot.com/zeit/next.js/issues/5216) &gt; - Remove Fragment from Main component: [#5222](https://github-redirect.dependabot.com/zeit/next.js/issues/5222) &gt; - Remove useless link tag in the head of Ant design example: [#5227](https://github-redirect.dependabot.com/zeit/next.js/issues/5227) &gt; - Update with-mobx example: [#5229](https://github-redirect.dependabot.com/zeit/next.js/issues/5229) &gt; - Upgrade next plugins to the latest version in examples: 8d649d1b4b949c49be2023c6d59f8ef0fd23df02 &gt; - FIX [#5234](https://github-redirect.dependabot.com/zeit/next.js/issues/5234): [#5235](https://github-redirect.dependabot.com/zeit/next.js/issues/5235) &gt; - Update GrpahQL dependencies: [#5242](https://github-redirect.dependabot.com/zeit/next.js/issues/5242) &gt; - Just some simple improvements in formatting codes in documentation: [#5250](https://github-redirect.dependabot.com/zeit/next.js/issues/5250) &gt; - Update to use @sentry/browser, remove raven-js: [#5253](https://github-redirect.dependabot.com/zeit/next.js/issues/5253) &gt; - Fix failing linter tests: [#5257](https://github-redirect.dependabot.com/zeit/next.js/issues/5257) &gt; - Fix with-mobx-state-tree example: [#5258](https://github-redirect.dependabot.com/zeit/next.js/issues/5258) &gt; - Update with-kea example: [#5259](https://github-redirect.dependabot.com/zeit/next.js/issues/5259) &gt; - Update with-dynamic-import example: [#5201](https://github-redirect.dependabot.com/zeit/next.js/issues/5201) &gt; - Example with-apollo note that two render executions are expected: [#5262](https://github-redirect.dependabot.com/zeit/next.js/issues/5262) &gt; - Example with-sentry note that server side logging available too: [#5261](https://github-redirect.dependabot.com/zeit/next.js/issues/5261) &gt; - Fix for with-ant-design-less for next7.0: [#5263](https://github-redirect.dependabot.com/zeit/next.js/issues/5263) &gt; - [#5620](https://github-redirect.dependabot.com/zeit/next.js/issues/5620): Fix react-i18next example to properly SSR: [#5265](https://github-redirect.dependabot.com/zeit/next.js/issues/5265) &gt; &gt;&lt;/table&gt; ... (truncated) &lt;/details&gt; &lt;details&gt; &lt;summary&gt;Commits&lt;/summary&gt; - [`ae56c78`](https://github.com/zeit/next.js/commit/ae56c7847f32173c0c6954a124fdaa749d44b5dc) 7.0.1 - [`c094539`](https://github.com/zeit/next.js/commit/c0945392f468fa3a683ead007f99f8d666ea1bf3) Upgrade webpack ([#5330](https://github-redirect.dependabot.com/zeit/next.js/issues/5330)) - [`8fb6f7d`](https://github.com/zeit/next.js/commit/8fb6f7d5b62113c4ee23b827f3f6f8e3d0c1b6a6) Use new import syntax in readme examples - [`7f9d244`](https://github.com/zeit/next.js/commit/7f9d244d1fcb7b17ef5219b1d4f5758926a9ff9d) 7.0.1-canary.6 - [`2f61858`](https://github.com/zeit/next.js/commit/2f618581cfc0e75ff918a5618074b04660f8cd81) Remove disabled plugin - [`6c0ea2d`](https://github.com/zeit/next.js/commit/6c0ea2d4243431ab9d625890ea1389f14697ba4c) 7.0.1-canary.5 - [`b065daf`](https://github.com/zeit/next.js/commit/b065dafa529cb06dd733887fa6e7dc88a2e71b03) Refactor head keys ([#5326](https://github-redirect.dependabot.com/zeit/next.js/issues/5326)) - [`df41997`](https://github.com/zeit/next.js/commit/df41997d50c84a0481b23ed86d8398437ba79a99) Remove _containerProps context ([#5327](https://github-redirect.dependabot.com/zeit/next.js/issues/5327)) - [`30924ea`](https://github.com/zeit/next.js/commit/30924ea1be172ec838d6d4e402a0b99ea2011a22) 7.0.1-canary.4 - [`565b026`](https://github.com/zeit/next.js/commit/565b026e7b1fc8507a8905e5e72c8c2829790b7d) Added with-ts-node with Next js 7 example ([#5204](https://github-redirect.dependabot.com/zeit/next.js/issues/5204)) - Additional commits viewable in [compare view](https://github.com/zeit/next.js/compare/7.0.0...7.0.1) &lt;/details&gt; &lt;br /&gt; [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=next&amp;package-manager=npm_and_yarn&amp;previous-version=7.0.0&amp;new-version=7.0.1)](https://dependabot.com/compatibility-score.html?dependency-name=next&amp;package-manager=npm_and_yarn&amp;previous-version=7.0.0&amp;new-version=7.0.1) Dependabot will resolve any conflicts with this PR as long as you don&#39;t alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- &lt;details&gt; &lt;summary&gt;Dependabot commands and options&lt;/summary&gt; &lt;br /&gt; 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 cancel merge` will cancel a previously requested merge - `@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 &#34;Dependabot enabled&#34; 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. &lt;/details&gt;
6 years ago
"next": "^7.0.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"standard": "^12.0.1",
"supertest": "^3.3.0",
"tap": "^12.0.1"
}
6 years ago
}