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",
|
2018-08-05 00:40:10 +00:00
|
|
|
"start": "node service.js",
|
2018-09-19 02:30:30 +00:00
|
|
|
"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",
|
2018-09-19 02:30:30 +00:00
|
|
|
"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",
|
2018-12-25 02:39:49 +00:00
|
|
|
"byte-size": "^5.0.1",
|
2018-08-04 11:52:36 +00:00
|
|
|
"cheerio": "^1.0.0-rc.2",
|
2018-10-19 03:02:19 +00:00
|
|
|
"chrome-webstore": "^1.2.1",
|
2018-12-11 02:22:10 +00:00
|
|
|
"date-fns": "^1.30.1",
|
2019-01-18 02:08:49 +00:00
|
|
|
"got": "^9.6.0",
|
2018-09-07 07:13:08 +00:00
|
|
|
"lodash.debounce": "^4.0.8",
|
2018-08-10 02:41:06 +00:00
|
|
|
"micro": "^9.3.3",
|
2019-02-25 02:23:33 +00:00
|
|
|
"micro-fork": "^1.0.0",
|
2018-07-10 08:17:58 +00:00
|
|
|
"millify": "^2.0.1",
|
2018-09-05 02:17:04 +00:00
|
|
|
"raven": "^2.6.4",
|
2018-10-15 09:44:49 +00:00
|
|
|
"react-debounce-render": "^5.0.0",
|
Bump semver from 5.6.0 to 6.0.0 (#273)
Bumps [semver](https://github.com/npm/node-semver) from 5.6.0 to 6.0.0.
<details>
<summary>Changelog</summary>
*Sourced from [semver's changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md).*
> # changes log
>
> ## 6.0
>
> * Fix `intersects` logic.
>
> This is technically a bug fix, but since it is also a change to behavior
> that may require users updating their code, it is marked as a major
> version increment.
>
> ## 5.7
>
> * Add `minVersion` method
>
> ## 5.6
>
> * Move boolean `loose` param to an options object, with
> backwards-compatibility protection.
> * Add ability to opt out of special prerelease version handling with
> the `includePrerelease` option flag.
>
> ## 5.5
>
> * Add version coercion capabilities
>
> ## 5.4
>
> * Add intersection checking
>
> ## 5.3
>
> * Add `minSatisfying` method
>
> ## 5.2
>
> * Add `prerelease(v)` that returns prerelease components
>
> ## 5.1
>
> * Add Backus-Naur for ranges
> * Remove excessively cute inspection methods
>
> ## 5.0
>
> * Remove AMD/Browserified build artifacts
> * Fix ltr and gtr when using the `*` range
> * Fix for range `*` with a prerelease identifier
</details>
<details>
<summary>Commits</summary>
- [`5fb517b`](https://github.com/npm/node-semver/commit/5fb517b2906a0763518e1941a3f4a163956a81d3) 6.0.0
- [`3e1d016`](https://github.com/npm/node-semver/commit/3e1d0161b2438294aac32286dd236ea54bf9cc89) changelog for v6
- [`673e820`](https://github.com/npm/node-semver/commit/673e820718acdcf466c5555fa2d75874622da243) fix: Improve performance of isSatisfiable function
- [`9b8e961`](https://github.com/npm/node-semver/commit/9b8e961c0cf3efd71a83c4658cc32a64f9bbf9a4) fix: Fix non-satisfiable ranges so they no longer intersect with anything
- [`8473d65`](https://github.com/npm/node-semver/commit/8473d6534e1db6a030eaf9dd9633301d78fd1f58) fix: Fix Range intersects algorithm
- [`8055dda`](https://github.com/npm/node-semver/commit/8055dda0aee91372e3bfc47754a62f40e8a63b98) 5.7.0
- [`604e73d`](https://github.com/npm/node-semver/commit/604e73dea1f19a05314d6c66e0a52b47b1b7b340) auto-publishing scripts
- [`bed01e2`](https://github.com/npm/node-semver/commit/bed01e2316b85271f6ffff89bf19e22f41475c97) remove the nomin comments, since we don't minify any more anyway
- [`9cb68f1`](https://github.com/npm/node-semver/commit/9cb68f1db72d297183233f4d8d287e935f2b6ddd) document parse method
- [`38d42ca`](https://github.com/npm/node-semver/commit/38d42ca87a9d891fba9b2a044f914f1919fd769c) 5.7 changelog
- Additional commits viewable in [compare view](https://github.com/npm/node-semver/compare/v5.6.0...v6.0.0)
</details>
<br />
[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=semver&package-manager=npm_and_yarn&previous-version=5.6.0&new-version=6.0.0)](https://dependabot.com/compatibility-score.html?dependency-name=semver&package-manager=npm_and_yarn&previous-version=5.6.0&new-version=6.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-28 06:46:26 +00:00
|
|
|
"semver": "^6.0.0",
|
2019-02-06 02:33:57 +00:00
|
|
|
"serve-handler": "^5.0.8",
|
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",
|
2018-09-28 02:42:10 +00:00
|
|
|
"babel-eslint": "^10.0.1",
|
2018-07-22 13:00:51 +00:00
|
|
|
"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",
|
2018-08-31 02:33:29 +00:00
|
|
|
"standard": "^12.0.1",
|
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-07-20 09:43:07 +00:00
|
|
|
}
|
2018-06-26 05:39:49 +00:00
|
|
|
}
|