@webqit/webqit.dev
Version:
webqit.dev Site
97 lines (96 loc) • 3.56 kB
JSON
{
"_from": "bootstrap-icons",
"_id": "bootstrap-icons@1.1.0",
"_inBundle": false,
"_integrity": "sha512-z5wWjw+SGLdDdP9R5qqEYSi+yRJOeOwlGW83VNftMO+jIgW/rtxHk3LI8sRxPYZEB0G+btJaEiUKLKsx3Mlycg==",
"_location": "/bootstrap-icons",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "bootstrap-icons",
"name": "bootstrap-icons",
"escapedName": "bootstrap-icons",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.1.0.tgz",
"_shasum": "8f2e268a563e3056723171dfd1c5f78a8c3e1677",
"_spec": "bootstrap-icons",
"_where": "C:\\Users\\ox_ha\\Documents\\CODE\\web-native\\site",
"author": {
"name": "mdo"
},
"bugs": {
"url": "https://github.com/twbs/icons/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Official open source SVG icon library for Bootstrap",
"devDependencies": {
"autoprefixer": "^9.8.6",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.3",
"cross-env": "^7.0.2",
"eslint": "^7.12.1",
"find-unused-sass-variables": "^2.0.0",
"hugo-bin": "^0.64.5",
"js-yaml": "^3.14.0",
"linkinator": "^2.2.0",
"npm-run-all": "^4.1.5",
"postcss-cli": "^7.1.2",
"purgecss": "^3.0.0",
"shx": "^0.3.3",
"stylelint": "^13.7.2",
"stylelint-config-twbs-bootstrap": "^2.1.0",
"svg-sprite": "^1.5.0",
"svgo": "^1.3.2",
"vnu-jar": "20.6.30"
},
"engines": {
"node": ">=10"
},
"files": [
"icons/*.svg",
"bootstrap-icons.svg"
],
"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\" --output docs/static/assets/css/",
"docs-serve": "hugo server --port 4000 --disableFastRender",
"icons": "node build/build-svgs.js && npm run icons-sprite",
"icons-sprite": "svg-sprite --svg-namespace-classnames false --symbol --symbol-dest . --symbol-sprite bootstrap-icons.svg icons/*.svg",
"icons-zip": "cross-env-shell \"shx rm -rf bootstrap-icons-$npm_package_version && shx cp -r icons/ bootstrap-icons-$npm_package_version && shx cp bootstrap-icons.svg bootstrap-icons-$npm_package_version && zip -r9 bootstrap-icons-$npm_package_version.zip bootstrap-icons-$npm_package_version && shx 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 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:stylelint": "stylelint docs/assets/scss/ --cache --cache-location node_modules/.cache/.stylelintcache --rd",
"test:vnu": "node build/vnu-jar.js"
},
"version": "1.1.0"
}