gulp dist build
This commit is contained in:
114
dist/assets/vendor/bootstrap-icons/package.json
vendored
114
dist/assets/vendor/bootstrap-icons/package.json
vendored
@@ -1,59 +1,62 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"bootstrap-icons@1.6.1",
|
||||
"/Applications/MAMP/htdocs/front/front-template"
|
||||
]
|
||||
],
|
||||
"_from": "bootstrap-icons@1.6.1",
|
||||
"_id": "bootstrap-icons@1.6.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-MNpF89+njCdVJePDRbCd2DrUusqIyNsPlBrdKqBEXAvFZpwb+Gc8k2VlyF2ueiDQn1PoeTSg9UqQNgx8tGqHAA==",
|
||||
"_location": "/bootstrap-icons",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "bootstrap-icons@1.6.1",
|
||||
"name": "bootstrap-icons",
|
||||
"escapedName": "bootstrap-icons",
|
||||
"rawSpec": "1.6.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.6.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.6.1.tgz",
|
||||
"_spec": "1.6.1",
|
||||
"_where": "/Applications/MAMP/htdocs/front/front-template",
|
||||
"author": {
|
||||
"name": "mdo"
|
||||
"name": "bootstrap-icons",
|
||||
"version": "1.7.1",
|
||||
"description": "Official open source SVG icon library for Bootstrap",
|
||||
"author": "mdo",
|
||||
"license": "MIT",
|
||||
"homepage": "https://icons.getbootstrap.com/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/twbs/icons.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/twbs/icons/issues"
|
||||
},
|
||||
"keywords": [
|
||||
"bootstrap",
|
||||
"icons"
|
||||
],
|
||||
"scripts": {
|
||||
"start": "npm run docs-serve",
|
||||
"docs-serve": "hugo server --port 4000 --disableFastRender",
|
||||
"docs-build": "hugo --cleanDestinationDir",
|
||||
"docs-purge": "npm run docs-build && purgecss --css docs/static/assets/css/bootstrap.min.css --content \"_site/**/*.html\" \"_site/assets/js/**/*.js\" --keyframes --output docs/static/assets/css/",
|
||||
"pages": "node build/build-pages.js",
|
||||
"icons": "npm-run-all icons-main --aggregate-output --parallel icons-sprite icons-font",
|
||||
"icons-main": "node build/build-svgs.js",
|
||||
"icons-zip": "cross-env-shell \"rm -rf bootstrap-icons-$npm_package_version && cp -r icons/ bootstrap-icons-$npm_package_version && cp bootstrap-icons.svg bootstrap-icons-$npm_package_version && cp -r font/ bootstrap-icons-$npm_package_version && zip -r9 bootstrap-icons-$npm_package_version.zip bootstrap-icons-$npm_package_version && rm -rf bootstrap-icons-$npm_package_version\"",
|
||||
"icons-sprite": "svg-sprite --config svg-sprite.json --log=info icons/*.svg",
|
||||
"icons-font": "fantasticon",
|
||||
"release": "npm-run-all icons docs-build icons-zip",
|
||||
"netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm-run-all icons docs-purge docs-build",
|
||||
"test:fusv": "fusv docs/assets/scss/",
|
||||
"test:eslint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives .",
|
||||
"test:stylelint": "stylelint docs/assets/scss/ --cache --cache-location node_modules/.cache/.stylelintcache --rd",
|
||||
"test:linkinator": "linkinator _site --recurse --silent --skip \"^(?!http://localhost)\"",
|
||||
"test:lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
|
||||
"test:vnu": "node build/vnu-jar.js",
|
||||
"test": "npm-run-all docs-build --parallel --aggregate-output --continue-on-error test:*"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Official open source SVG icon library for Bootstrap",
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.3.7",
|
||||
"autoprefixer": "^10.4.0",
|
||||
"chalk": "^4.1.2",
|
||||
"cheerio": "^1.0.0-rc.10",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.0.1",
|
||||
"eslint": "^8.2.0",
|
||||
"fantasticon": "^1.2.3",
|
||||
"find-unused-sass-variables": "^3.1.0",
|
||||
"hugo-bin": "^0.76.1",
|
||||
"linkinator": "^2.14.4",
|
||||
"hugo-bin": "^0.77.2",
|
||||
"linkinator": "^2.14.5",
|
||||
"lockfile-lint": "^4.6.2",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"postcss": "^8.3.9",
|
||||
"postcss-cli": "^9.0.1",
|
||||
"postcss": "^8.3.11",
|
||||
"postcss-cli": "^9.0.2",
|
||||
"purgecss": "^4.0.3",
|
||||
"stylelint": "^13.13.1",
|
||||
"stylelint-config-twbs-bootstrap": "^2.2.4",
|
||||
"svg-sprite": "^1.5.3",
|
||||
"svgo": "^2.7.0",
|
||||
"svgo": "^2.8.0",
|
||||
"vnu-jar": "21.10.12"
|
||||
},
|
||||
"engines": {
|
||||
@@ -65,40 +68,7 @@
|
||||
"font",
|
||||
"!.DS_Store"
|
||||
],
|
||||
"homepage": "https://icons.getbootstrap.com/",
|
||||
"hugo-bin": {
|
||||
"buildTags": "extended"
|
||||
},
|
||||
"keywords": [
|
||||
"bootstrap",
|
||||
"icons"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "bootstrap-icons",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/twbs/icons.git"
|
||||
},
|
||||
"scripts": {
|
||||
"docs-build": "hugo --cleanDestinationDir",
|
||||
"docs-purge": "npm run docs-build && purgecss --css docs/static/assets/css/bootstrap.min.css --content \"_site/**/*.html\" \"_site/assets/js/**/*.js\" --keyframes --output docs/static/assets/css/",
|
||||
"docs-serve": "hugo server --port 4000 --disableFastRender",
|
||||
"icons": "npm-run-all icons-main --aggregate-output --parallel icons-sprite icons-font",
|
||||
"icons-font": "fantasticon",
|
||||
"icons-main": "node build/build-svgs.js",
|
||||
"icons-sprite": "svg-sprite --config svg-sprite.json --log=info icons/*.svg",
|
||||
"icons-zip": "cross-env-shell \"rm -rf bootstrap-icons-$npm_package_version && cp -r icons/ bootstrap-icons-$npm_package_version && cp bootstrap-icons.svg bootstrap-icons-$npm_package_version && cp -r font/ bootstrap-icons-$npm_package_version && zip -r9 bootstrap-icons-$npm_package_version.zip bootstrap-icons-$npm_package_version && rm -rf bootstrap-icons-$npm_package_version\"",
|
||||
"netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm-run-all icons docs-purge docs-build",
|
||||
"pages": "node build/build-pages.js",
|
||||
"publish": "npm-run-all icons docs-build icons-zip",
|
||||
"start": "npm run docs-serve",
|
||||
"test": "npm-run-all docs-build --parallel --aggregate-output --continue-on-error test:*",
|
||||
"test:eslint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives .",
|
||||
"test:fusv": "fusv docs/assets/scss/",
|
||||
"test:linkinator": "linkinator _site --recurse --silent --skip \"^(?!http://localhost)\"",
|
||||
"test:lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
|
||||
"test:stylelint": "stylelint docs/assets/scss/ --cache --cache-location node_modules/.cache/.stylelintcache --rd",
|
||||
"test:vnu": "node build/vnu-jar.js"
|
||||
},
|
||||
"version": "1.6.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user