{
  "_args": [
    [
      "react-icons@3.3.0",
      "C:\\Users\\Tarquin\\surferschallenge-2019"
    ]
  ],
  "_from": "react-icons@3.3.0",
  "_id": "react-icons@3.3.0",
  "_inBundle": false,
  "_integrity": "sha512-OY8yBAyww1VEro12Zbt6dZqz77zN7LXukC4oA4i4fWjxTjCbbqsPy6BrfAh7BYPtIRaTXhpoYlhdoDaT/kxdog==",
  "_location": "/react-icons",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-icons@3.3.0",
    "name": "react-icons",
    "escapedName": "react-icons",
    "rawSpec": "3.3.0",
    "saveSpec": null,
    "fetchSpec": "3.3.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-icons/-/react-icons-3.3.0.tgz",
  "_spec": "3.3.0",
  "_where": "C:\\Users\\Tarquin\\surferschallenge-2019",
  "author": {
    "name": "Goran Gajic"
  },
  "bugs": {
    "url": "https://github.com/react-icons/react-icons/issues"
  },
  "contributors": [
    {
      "name": "kamijin_fanta",
      "email": "kamijin@live.jp"
    }
  ],
  "dependencies": {},
  "description": "SVG React icons of popular icon packs using ES6 imports",
  "devDependencies": {
    "@babel/cli": "^7.1.2",
    "@babel/core": "^7.1.2",
    "@types/react": "^16.4.16",
    "babel-eslint": "^10.0.1",
    "camelcase": "^5.0.0",
    "cheerio": "^1.0.0-rc.2",
    "copy": "^0.3.2",
    "eslint": "^5.6.1",
    "eslint-config-google": "^0.10.0",
    "eslint-config-prettier": "^3.1.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-node": "^7.0.1",
    "eslint-plugin-prettier": "^3.0.0",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "feather-icons": "^4.7.3",
    "glob-promise": "^3.4.0",
    "ionicons": "^4.4.4",
    "netlify-cli": "^2.0.0",
    "octicons": "^8.1.0",
    "prettier": "^1.14.3",
    "renamer": "^1.0.0",
    "rimraf": "^2.6.2",
    "typescript": "^3.1.2"
  },
  "homepage": "https://github.com/react-icons/react-icons#readme",
  "license": "MIT",
  "main": "lib/index",
  "name": "react-icons",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-icons/react-icons.git"
  },
  "scripts": {
    "build": "yarn build-mjs && yarn build-cjs && node scripts/build.js",
    "build-cjs": "node ../../node_modules/typescript/bin/tsc -p ./tsconfig.commonjs.json",
    "build-mjs": "node ../../node_modules/typescript/bin/tsc && node ../../node_modules/renamer/bin/cli.js --find js --replace mjs ./lib/* && node ../../node_modules/@babel/cli/bin/babel.js ./lib -x .mjs --keep-file-extension -d ./lib",
    "prebuild": "node ../../node_modules/copy/bin/cli.js ../../README.md ./packages/react-icons && node ../../node_modules/rimraf/bin.js ./lib"
  },
  "sideEffects": false,
  "version": "3.3.0"
}
