badgen.net/package.json

75 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-08-30 03:26:06 +00:00
"lint": "eslint --ext .js,.ts,.jsx .",
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-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-11-16 03:06:19 +00:00
"@sentry/integrations": "^5.8.0",
"@sentry/node": "^5.9.0",
2019-10-25 05:03:32 +00:00
"badgen": "^3.0.1",
2019-10-01 16:17:30 +00:00
"badgen-icons": "^0.12.0",
"byte-size": "^5.0.1",
2019-05-10 03:37:08 +00:00
"cheerio": "^1.0.0-rc.3",
"chrome-webstore": "^1.2.1",
2019-10-25 14:30:19 +00:00
"date-fns": "^2.6.0",
"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",
"millify": "^3.1.0",
2019-08-24 08:12:26 +00:00
"my-way": "^1.0.2",
"react-debounce-render": "^5.0.0",
2019-07-31 03:34:58 +00:00
"semver": "^6.3.0",
2019-10-01 16:21:00 +00:00
"serve-handler": "^6.1.2",
2019-10-28 16:19:11 +00:00
"serve-marked": "^2.0.2",
"url-parse": "^1.4.7"
2018-06-26 05:39:49 +00:00
},
"devDependencies": {
2019-11-16 03:06:19 +00:00
"@types/cheerio": "^0.22.14",
2019-10-25 14:30:19 +00:00
"@types/fs-extra": "^8.0.1",
2019-11-16 03:06:19 +00:00
"@types/got": "^9.6.9",
"@types/lodash.debounce": "^4.0.6",
"@types/micro": "^7.3.3",
2019-11-16 03:06:19 +00:00
"@types/node": "^12.12.8",
2019-10-25 14:30:19 +00:00
"@types/react": "^16.9.11",
2019-11-16 03:06:19 +00:00
"@types/react-dom": "^16.9.4",
"@types/semver": "^6.2.0",
"@types/supertest": "^2.0.8",
2019-10-28 16:19:11 +00:00
"@types/url-parse": "^1.4.3",
2019-11-16 03:06:19 +00:00
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.7.0",
2019-05-25 12:19:11 +00:00
"@zeit/next-typescript": "^1.1.1",
2019-10-25 14:30:19 +00:00
"csstype": "^2.6.7",
2019-11-16 03:06:19 +00:00
"eslint": "^6.6.0",
2019-10-14 18:21:12 +00:00
"eslint-plugin-react": "^7.16.0",
2019-06-30 03:24:37 +00:00
"fs-extra": "^8.1.0",
2019-10-01 16:21:00 +00:00
"next": "^9.0.7",
2019-10-25 14:30:19 +00:00
"nodemon": "^1.19.4",
2019-11-16 03:06:19 +00:00
"react": "^16.12.0",
"react-dom": "^16.12.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-11-16 03:06:19 +00:00
"ts-node": "^8.5.2",
"typescript": "^3.7.2"
},
"engines": {
"node": "10.x"
}
2018-06-26 05:39:49 +00:00
}