0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-22 11:27:29 +01:00
flags/package.json

29 lines
781 B
JSON
Raw Normal View History

2013-09-24 00:07:24 +02:00
{
2013-09-27 01:06:39 +02:00
"name": "flag-icon-css",
2018-09-18 12:19:21 +02:00
"version": "3.2.0",
2015-04-26 13:21:37 +02:00
"author": "Panayiotis Lipiridis <lipiridis@gmail.com>",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"repository": {
"type": "git",
"url": "http://github.com/lipis/flag-icon-css"
},
2013-09-24 00:07:24 +02:00
"devDependencies": {
"grunt": "1.0.3",
"grunt-contrib-less": "1.4.1",
Bump grunt-contrib-cssmin from 2.2.1 to 3.0.0 (#483) Bumps [grunt-contrib-cssmin](https://github.com/gruntjs/grunt-contrib-cssmin) from 2.2.1 to 3.0.0. <details> <summary>Changelog</summary> *Sourced from [grunt-contrib-cssmin's changelog](https://github.com/gruntjs/grunt-contrib-cssmin/blob/master/CHANGELOG).* > v3.0.0: > date: 2018-09-07 > changes: > - Update all dependencies. > - Drop Node.js < 6 support. </details> <details> <summary>Commits</summary> - [`052b0cb`](https://github.com/gruntjs/grunt-contrib-cssmin/commit/052b0cb96f5350714a8ec9db3d19912a4144bf1f) v3.0.0. - [`142e850`](https://github.com/gruntjs/grunt-contrib-cssmin/commit/142e850f98f141061bc3b5fdb70290d8d25cfb8e) Update all deps and require Node.js >= 6. - See full diff in [compare view](https://github.com/gruntjs/grunt-contrib-cssmin/compare/v2.2.1...v3.0.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=grunt-contrib-cssmin&package-manager=npm_and_yarn&previous-version=2.2.1&new-version=3.0.0)](https://dependabot.com/compatibility-score.html?dependency-name=grunt-contrib-cssmin&package-manager=npm_and_yarn&previous-version=2.2.1&new-version=3.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`. --- <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 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 "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>
2018-09-18 12:17:19 +02:00
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-watch": "1.1.0",
Bump grunt-contrib-connect from 1.0.2 to 2.0.0 (#484) Bumps [grunt-contrib-connect](https://github.com/gruntjs/grunt-contrib-connect) from 1.0.2 to 2.0.0. <details> <summary>Changelog</summary> *Sourced from [grunt-contrib-connect's changelog](https://github.com/gruntjs/grunt-contrib-connect/blob/master/CHANGELOG).* > v2.0.0: > date: 2018-09-09 > changes: > - Drop Node.js < 6 support. > - Update all dependencies and switch to `node-http2`. > - Add `secureProtocol` in `httpsOptions`. > - Fix `open.appName`. > - Allow passing `serve-index` options. </details> <details> <summary>Commits</summary> - [`9da2f37`](https://github.com/gruntjs/grunt-contrib-connect/commit/9da2f3788a1b61b368562e6c879d1dfd292f0057) v2.0.0. - [`122398b`](https://github.com/gruntjs/grunt-contrib-connect/commit/122398b2a8ded58e467b85b0a5ca365ee4bb9156) pass directory options to serve-index - [`19924f8`](https://github.com/gruntjs/grunt-contrib-connect/commit/19924f85227ef01c9ee764b59cece7904ee19973) Fixed: options.open.{appName, callback} ([#230](https://github-redirect.dependabot.com/gruntjs/grunt-contrib-connect/issues/230)) - [`b218f7a`](https://github.com/gruntjs/grunt-contrib-connect/commit/b218f7a8d77dcad2f0e4788b012018f394fb8206) Update all dependencies. - [`c5a7091`](https://github.com/gruntjs/grunt-contrib-connect/commit/c5a7091e91b874f31a27d09d664d0a023070eff2) Use https. - [`d1cfd54`](https://github.com/gruntjs/grunt-contrib-connect/commit/d1cfd541d4fed545563b74a9705ad1ead3672898) No need to be verbose now. - [`6289a8a`](https://github.com/gruntjs/grunt-contrib-connect/commit/6289a8abb9bc4b27c466481f84ef0b0b486148f9) Replace http2 with node-http2. - [`42703e0`](https://github.com/gruntjs/grunt-contrib-connect/commit/42703e019b6734b014dda016136a3e419cc68636) Added secureProtocol property in httpsOptions - [`216c5e9`](https://github.com/gruntjs/grunt-contrib-connect/commit/216c5e99105b7ea14abdf1f4d6fe2ed8cb1bcbc6) Drop Node.js < 6 support and update devDependencies. - [`6f96a55`](https://github.com/gruntjs/grunt-contrib-connect/commit/6f96a5562d9b055c9a3ebc61578863f4bb5726a9) Fix a broken test. - See full diff in [compare view](https://github.com/gruntjs/grunt-contrib-connect/compare/v1.0.2...v2.0.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=grunt-contrib-connect&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=2.0.0)](https://dependabot.com/compatibility-score.html?dependency-name=grunt-contrib-connect&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=2.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`. --- <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 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 "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>
2018-09-18 12:16:12 +02:00
"grunt-contrib-connect": "2.0.0",
"svgo": "1.1.1"
2017-11-17 01:42:54 +01:00
},
"scripts": {
2018-03-01 16:27:05 +01:00
"svgo": "svgo --pretty --indent=2 --precision=1 --config=svgo.yaml",
2018-02-22 03:32:04 +01:00
"svgo:min": "find flags | grep '\\.svg$' | xargs -Iz -n 1 svgo --config=svgo.yaml z",
"svgo:all": "find flags | grep '\\.svg$' | xargs -Iz -n 1 yarn svgo z"
2015-09-05 10:34:56 +02:00
}
2013-09-24 00:07:24 +02:00
}