{
  "_args": [
    [
      "google-fonts-plugin@2.1.0",
      "C:\\Users\\Tarquin\\surferschallenge-2019"
    ]
  ],
  "_from": "google-fonts-plugin@2.1.0",
  "_id": "google-fonts-plugin@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-QOnq0BpQQfgIB5wLc8aL5tWRbEVMa5HJB/bbRtHGpqpdb5y1PGGBJNyqzTrKzWxvJr8Tl9R/QeVgmIqPrYLqqQ==",
  "_location": "/google-fonts-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "google-fonts-plugin@2.1.0",
    "name": "google-fonts-plugin",
    "escapedName": "google-fonts-plugin",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "/gatsby-plugin-prefetch-google-fonts"
  ],
  "_resolved": "https://registry.npmjs.org/google-fonts-plugin/-/google-fonts-plugin-2.1.0.tgz",
  "_spec": "2.1.0",
  "_where": "C:\\Users\\Tarquin\\surferschallenge-2019",
  "author": {
    "name": "Martin Brychta",
    "email": "martin@brychta.name",
    "url": "https://www.brychta.name/"
  },
  "babel": {
    "presets": [
      [
        "@babel/preset-env",
        {
          "targets": {
            "node": "8"
          }
        }
      ]
    ],
    "plugins": [
      "@babel/plugin-proposal-class-properties"
    ]
  },
  "bugs": {
    "url": "https://github.com/SirPole/google-fonts-plugin/issues"
  },
  "dependencies": {
    "axios": "^0.18.0",
    "cssnano": "^4.1.8",
    "neon-js": "^1.1.2"
  },
  "description": "Webpack plugin that downloads fonts from Google Fonts and encodes them to base64.",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/plugin-proposal-class-properties": "^7.2.3",
    "@babel/preset-env": "^7.2.3",
    "axios-mock-adapter": "^1.15.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "codecov": "^3.1.0",
    "jest": "^23.6.0",
    "standard": "^12.0.1",
    "webpack": "^4.28.2",
    "webpack-cli": "^3.1.2"
  },
  "homepage": "https://github.com/SirPole/google-fonts-plugin#readme",
  "keywords": [
    "google",
    "fonts",
    "google-fonts",
    "webpack-plugin",
    "webpack"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "google-fonts-plugin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SirPole/google-fonts-plugin.git"
  },
  "scripts": {
    "build": "babel src --out-dir dist",
    "posttest": "codecov",
    "prepublishOnly": "npm test && npm run build",
    "pretest": "standard --fix",
    "test": "jest --coverage --env=node",
    "test-watch": "jest --watch --env=node"
  },
  "standard": {
    "parser": "babel-eslint",
    "env": {
      "node": true,
      "commonjs": true,
      "es6": true,
      "jest": true
    }
  },
  "version": "2.1.0"
}
