{
  "_from": "next-ym@^2.3.5",
  "_id": "next-ym@2.3.5",
  "_inBundle": false,
  "_integrity": "sha512-wkZE5BqvvCbdoDE3B1qMY5M3ja/o0viBagXHiht+ujhijzr8JEoxenE7Snpd/nFcj8Jd2FH0T2Hs2P5pmycfEg==",
  "_location": "/next-ym",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "next-ym@^2.3.5",
    "name": "next-ym",
    "escapedName": "next-ym",
    "rawSpec": "^2.3.5",
    "saveSpec": null,
    "fetchSpec": "^2.3.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/next-ym/-/next-ym-2.3.5.tgz",
  "_shasum": "329d5bf707e8bee39169fbc58b4c7127007f1cdb",
  "_spec": "next-ym@^2.3.5",
  "_where": "/var/www/kotelnikovo",
  "author": {
    "name": "Sergio Xalambrí",
    "email": "sergiodxa@gmail.com",
    "url": "https://sergiodxa.com"
  },
  "bugs": {
    "url": "https://github.com/futpib/next-ym/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "debug": "^4.0.0",
    "react-ym": "^0.0.7"
  },
  "deprecated": false,
  "description": "Next.js High Order Component to integrate Yandex.Metrika on every page change.",
  "devDependencies": {
    "@babel/cli": "7.2.3",
    "@babel/core": "7.2.2",
    "@babel/plugin-proposal-class-properties": "7.3.0",
    "@babel/plugin-proposal-object-rest-spread": "7.3.1",
    "@babel/preset-env": "7.3.1",
    "babel-preset-minify": "0.5.0"
  },
  "homepage": "https://github.com/futpib/next-ym#readme",
  "keywords": [
    "nextjs",
    "react",
    "analytics",
    "ym",
    "yandex metrika",
    "hoc",
    "high order component"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "next-ym",
  "peerDependencies": {
    "next": "^6.0.0 || ^7.0.0",
    "react": "^16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/futpib/next-ym.git"
  },
  "scripts": {
    "build": "babel src -d dist",
    "prepublish": "npm run build"
  },
  "version": "2.3.5"
}
