gulp dist build
This commit is contained in:
74
dist/assets/vendor/flag-icon-css/package.json
vendored
74
dist/assets/vendor/flag-icon-css/package.json
vendored
@@ -1,40 +1,17 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"flag-icon-css@3.5.0",
|
||||
"/Applications/MAMP/htdocs/front/front-template"
|
||||
]
|
||||
"name": "flag-icon-css",
|
||||
"version": "3.5.0",
|
||||
"author": "Panayiotis Lipiridis <lipiridis@gmail.com>",
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://opensource.org/licenses/MIT"
|
||||
}
|
||||
],
|
||||
"_from": "flag-icon-css@3.5.0",
|
||||
"_id": "flag-icon-css@3.5.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-pgJnJLrtb0tcDgU1fzGaQXmR8h++nXvILJ+r5SmOXaaL/2pocunQo2a8TAXhjQnBpRLPtZ1KCz/TYpqeNuE2ew==",
|
||||
"_location": "/flag-icon-css",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "flag-icon-css@3.5.0",
|
||||
"name": "flag-icon-css",
|
||||
"escapedName": "flag-icon-css",
|
||||
"rawSpec": "3.5.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.5.0"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://github.com/lipis/flag-icon-css"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/flag-icon-css/-/flag-icon-css-3.5.0.tgz",
|
||||
"_spec": "3.5.0",
|
||||
"_where": "/Applications/MAMP/htdocs/front/front-template",
|
||||
"author": {
|
||||
"name": "Panayiotis Lipiridis",
|
||||
"email": "lipiridis@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/lipis/flag-icon-css/issues"
|
||||
},
|
||||
"description": "> A collection of all country flags in SVG — plus the CSS for easier integration. > See the [demo](https://flagicons.lipis.dev).",
|
||||
"devDependencies": {
|
||||
"grunt": "1.1.0",
|
||||
"grunt-contrib-connect": "2.1.0",
|
||||
@@ -46,36 +23,23 @@
|
||||
"prettier": "2.0.5",
|
||||
"svgo": "1.3.2"
|
||||
},
|
||||
"homepage": "https://github.com/lipis/flag-icon-css#readme",
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
}
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://opensource.org/licenses/MIT"
|
||||
}
|
||||
],
|
||||
"lint-staged": {
|
||||
"*.{json,md,scss,less,yaml,yml}": [
|
||||
"prettier --write"
|
||||
]
|
||||
},
|
||||
"name": "flag-icon-css",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/lipis/flag-icon-css.git"
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "grunt build",
|
||||
"svgo": "svgo --pretty --indent=2 --precision=1 --config=svgo.yaml",
|
||||
"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",
|
||||
"fix": "yarn prettier --write",
|
||||
"prettier": "prettier \"**/*.{json,md,scss,less,yaml,yml}\"",
|
||||
"svgo": "svgo --pretty --indent=2 --precision=1 --config=svgo.yaml",
|
||||
"svgo:all": "find flags | grep '\\.svg$' | xargs -Iz -n 1 yarn svgo z",
|
||||
"svgo:min": "find flags | grep '\\.svg$' | xargs -Iz -n 1 svgo --config=svgo.yaml z",
|
||||
"test": "yarn prettier --list-different"
|
||||
},
|
||||
"version": "3.5.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user