{
  "_from": "bootstrap-icons",
  "_id": "bootstrap-icons@1.0.0-alpha4",
  "_inBundle": false,
  "_integrity": "sha512-UcpSUPsvUiW7ueBQfXZSgknJv/rj060dglhWIRPjkLjUWa32jMWqsLXO8tXY2od4Ew6cuh0BJ3f8VOhQPVY4mA==",
  "_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.0.0-alpha4.tgz",
  "_shasum": "b3eb7ca170696892bce19bf085601d4157831d4e",
  "_spec": "bootstrap-icons",
  "_where": "C:\\xampp\\htdocs\\evidencia-gastos",
  "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.0",
    "chalk": "^4.0.0",
    "cheerio": "^1.0.0-rc.3",
    "cross-env": "^7.0.2",
    "eslint": "^7.0.0",
    "find-unused-sass-variables": "^2.0.0",
    "hugo-bin": "^0.59.0",
    "js-yaml": "^3.13.1",
    "linkinator": "^2.1.1",
    "npm-run-all": "^4.1.5",
    "postcss-cli": "^7.1.1",
    "shx": "^0.3.2",
    "stylelint": "^13.4.1",
    "stylelint-config-twbs-bootstrap": "^2.0.2",
    "svgo": "^1.3.2",
    "vnu-jar": "20.3.16"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "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-serve": "hugo server --port 4000 --disableFastRender",
    "icons": "node build/build-svgs.js",
    "icons-zip": "cross-env-shell \"shx rm -rf bootstrap-icons-$npm_package_version && shx cp -r icons/ 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": "npm-run-all icons 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",
    "test:vnu": "node build/vnu-jar.js"
  },
  "version": "1.0.0-alpha4"
}
