{
  "_from": "bootstrap-icons@^1.11.3",
  "_id": "bootstrap-icons@1.13.1",
  "_inBundle": false,
  "_integrity": "sha512-ijombt4v6bv5CLeXvRWKy7CuM3TRTuPEuGaGKvTV5cz65rQSY8RQ2JcHt6b90cBBAC7s8fsf2EkQDldzCoXUjw==",
  "_location": "/bootstrap-icons",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "bootstrap-icons@^1.11.3",
    "name": "bootstrap-icons",
    "escapedName": "bootstrap-icons",
    "rawSpec": "^1.11.3",
    "saveSpec": null,
    "fetchSpec": "^1.11.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.13.1.tgz",
  "_shasum": "0aad3f5b55b67402990e729ce3883416f9cef6c5",
  "_spec": "bootstrap-icons@^1.11.3",
  "_where": "C:\\Sites\\Ecommerce",
  "author": {
    "name": "mdo"
  },
  "bugs": {
    "url": "https://github.com/twbs/icons/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Official open source SVG icon library for Bootstrap",
  "devDependencies": {
    "@eslint/js": "^9.25.1",
    "@twbs/fantasticon": "^3.1.0",
    "autoprefixer": "^10.4.21",
    "bootstrap": "^5.3.5",
    "clean-css-cli": "^5.6.3",
    "clipboard": "^2.0.11",
    "cross-env": "^7.0.3",
    "eslint": "^9.25.0",
    "find-unused-sass-variables": "^6.1.0",
    "fuse.js": "^7.1.0",
    "globals": "^14.0.0",
    "hugo-bin": "^0.144.0",
    "lockfile-lint": "^4.14.1",
    "npm-run-all2": "^7.0.2",
    "picocolors": "^1.1.1",
    "postcss": "^8.5.3",
    "postcss-cli": "^11.0.1",
    "stylelint": "^16.19.1",
    "stylelint-config-twbs-bootstrap": "^16.0.0",
    "svg-sprite": "^3.0.0-rc3",
    "svgo": "^3.3.2",
    "vnu-jar": "24.10.17"
  },
  "files": [
    "icons/*.svg",
    "bootstrap-icons.svg",
    "font",
    "!.DS_Store"
  ],
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/twbs"
    },
    {
      "type": "opencollective",
      "url": "https://opencollective.com/bootstrap"
    }
  ],
  "homepage": "https://icons.getbootstrap.com/",
  "hugo-bin": {
    "buildTags": "extended",
    "version": "0.134.3"
  },
  "keywords": [
    "bootstrap",
    "icons",
    "svg",
    "font",
    "sprite",
    "woff",
    "woff2"
  ],
  "license": "MIT",
  "name": "bootstrap-icons",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/twbs/icons.git"
  },
  "sass": "font/bootstrap-icons.scss",
  "scripts": {
    "docs-build": "hugo --cleanDestinationDir --printUnusedTemplates",
    "docs-serve": "hugo server --port 4000 --disableFastRender",
    "docs-test": "npm-run-all docs-build docs-test:vnu",
    "docs-test:vnu": "node build/vnu-jar.mjs",
    "icons": "npm-run-all icons-main --aggregate-output --parallel icons-sprite icons-font",
    "icons-font": "npm-run-all icons-font-*",
    "icons-font-main": "fantasticon",
    "icons-font-min": "cleancss -O1 --format breakWith=lf --with-rebase --output font/bootstrap-icons.min.css font/bootstrap-icons.css",
    "icons-main": "node build/build-svgs.mjs",
    "icons-sprite": "svg-sprite --config svg-sprite.json --log=info \"icons/*.svg\"",
    "icons-zip": "cross-env-shell \"rm -rf bootstrap-icons-$npm_package_version bootstrap-icons-$npm_package_version.zip && 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 -qr9 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-build",
    "pages": "node build/build-pages.mjs",
    "release": "npm-run-all icons docs-build icons-zip",
    "release-version": "node build/bump-version.mjs",
    "start": "npm run docs-serve",
    "test": "npm-run-all --parallel --aggregate-output --continue-on-error test:*",
    "test:check-icons": "node build/check-icons.mjs",
    "test:eslint": "eslint --cache --cache-location .cache/.eslintcache .",
    "test:fusv": "fusv docs/assets/scss/",
    "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 .cache/.stylelintcache"
  },
  "style": "font/bootstrap-icons.css",
  "version": "1.13.1"
}
