{
  "_from": "feather-icons@^4.29.0",
  "_id": "feather-icons@4.29.2",
  "_inBundle": false,
  "_integrity": "sha512-0TaCFTnBTVCz6U+baY2UJNKne5ifGh7sMG4ZC2LoBWCZdIyPa+y6UiR4lEYGws1JOFWdee8KAsAIvu0VcXqiqA==",
  "_location": "/feather-icons",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "feather-icons@^4.29.0",
    "name": "feather-icons",
    "escapedName": "feather-icons",
    "rawSpec": "^4.29.0",
    "saveSpec": null,
    "fetchSpec": "^4.29.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/feather-icons/-/feather-icons-4.29.2.tgz",
  "_shasum": "b03a47588a1c400f215e884504db1c18860d89f8",
  "_spec": "feather-icons@^4.29.0",
  "_where": "/home/m3cs162/webvideos.m3cs.com.br",
  "author": {
    "name": "Cole Bemis",
    "email": "cole@colebemis.com",
    "url": "https://colebemis.com"
  },
  "bugs": {
    "url": "https://github.com/feathericons/feather/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "classnames": "^2.2.5",
    "core-js": "^3.1.3"
  },
  "deprecated": false,
  "description": "Simply beautiful open source icons",
  "devDependencies": {
    "@changesets/changelog-github": "^0.4.8",
    "@changesets/cli": "^2.26.2",
    "babel-cli": "^6.24.1",
    "babel-loader": "^7.1.1",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-2": "^6.24.1",
    "cheerio": "^1.0.0-rc.2",
    "eslint": "^8.47.0",
    "html-minifier": "^3.5.8",
    "jest": "^22.4.4",
    "prettier": "^2.8.8",
    "svgo": "^0.7.2",
    "webpack": "^4.8.3",
    "webpack-cli": "^2.1.3"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/feathericons/feather#readme",
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.js"
    ]
  },
  "license": "MIT",
  "main": "dist/feather.js",
  "name": "feather-icons",
  "prettier": {
    "singleQuote": true,
    "trailingComma": "all",
    "arrowParens": "avoid"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/feathericons/feather.git"
  },
  "scripts": {
    "build": "./bin/build.sh",
    "format": "prettier --write .",
    "lint": "eslint .",
    "optimize-svgs": "babel-node bin/optimize-svgs.js",
    "release": "yarn build && changeset publish",
    "setup": "./bin/setup.sh",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch"
  },
  "unpkg": "dist/feather.min.js",
  "version": "4.29.2"
}
