{
  "_args": [
    [
      "next-compose-plugins@2.2.0",
      "/var/www/kotelnikovo"
    ]
  ],
  "_from": "next-compose-plugins@2.2.0",
  "_id": "next-compose-plugins@2.2.0",
  "_inBundle": false,
  "_integrity": "sha512-ChUlpT9tWfJ7YxqGw/WQ2T1gf8EeX93n1XqeQw0lkvGa7seszahvF4eOZUJoq7Hetsbzg4UHVnPoCXfXTyQR3g==",
  "_location": "/next-compose-plugins",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "next-compose-plugins@2.2.0",
    "name": "next-compose-plugins",
    "escapedName": "next-compose-plugins",
    "rawSpec": "2.2.0",
    "saveSpec": null,
    "fetchSpec": "2.2.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/next-compose-plugins/-/next-compose-plugins-2.2.0.tgz",
  "_spec": "2.2.0",
  "_where": "/var/www/kotelnikovo",
  "author": {
    "name": "Cyril Wanner",
    "email": "info@cyr.li"
  },
  "bugs": {
    "url": "https://github.com/cyrilwanner/next-compose-plugins/issues"
  },
  "description": "Provides a cleaner API for enabling and configuring plugins for next.js",
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.4.4",
    "@babel/preset-env": "^7.4.4",
    "babel-core": "^6.26.3",
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.17.2",
    "eslint-plugin-jest": "^22.5.1",
    "jest": "^24.7.1",
    "npm-autoinstaller": "^1.3.1",
    "rimraf": "^2.6.3"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/cyrilwanner/next-compose-plugins#readme",
  "keywords": [
    "next.js",
    "next",
    "react",
    "plugins",
    "compose"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "next-compose-plugins",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cyrilwanner/next-compose-plugins.git"
  },
  "scripts": {
    "build": "babel src -d lib",
    "lint": "eslint src",
    "lint:fix": "eslint --fix src",
    "prepack": "rimraf lib/**/__tests__",
    "pretest": "npm run build",
    "test": "jest --coverage lib",
    "test:watch": "jest --watch lib",
    "watch": "babel --watch src -d lib"
  },
  "version": "2.2.0"
}
