{
  "_args": [
    [
      "rollup-pluginutils@2.6.0",
      "D:\\Pytliki\\dom"
    ]
  ],
  "_development": true,
  "_from": "rollup-pluginutils@2.6.0",
  "_id": "rollup-pluginutils@2.6.0",
  "_inBundle": false,
  "_integrity": "sha512-aGQwspEF8oPKvg37u3p7h0cYNwmJR1sCBMZGZ5b9qy8HGtETknqjzcxrDRrcAnJNXN18lBH4Q9vZYth/p4n8jQ==",
  "_location": "/rollup-pluginutils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rollup-pluginutils@2.6.0",
    "name": "rollup-pluginutils",
    "escapedName": "rollup-pluginutils",
    "rawSpec": "2.6.0",
    "saveSpec": null,
    "fetchSpec": "2.6.0"
  },
  "_requiredBy": [
    "/rollup-plugin-babel"
  ],
  "_resolved": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.6.0.tgz",
  "_spec": "2.6.0",
  "_where": "D:\\Pytliki\\dom",
  "author": {
    "name": "Rich Harris",
    "email": "richard.a.harris@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/rollup/rollup-pluginutils/issues"
  },
  "dependencies": {
    "estree-walker": "^0.6.0",
    "micromatch": "^3.1.10"
  },
  "description": "Functionality commonly needed by Rollup plugins",
  "devDependencies": {
    "@types/estree": "0.0.39",
    "@types/jest": "^24.0.11",
    "@types/micromatch": "^3.1.0",
    "@types/node": "^11.13.0",
    "husky": "^1.3.1",
    "jest": "^24.7.0",
    "lint-staged": "^8.1.5",
    "prettier": "^1.16.4",
    "rollup": "^1.8.0",
    "rollup-plugin-typescript": "^1.0.1",
    "shx": "^0.3.2",
    "ts-jest": "^24.0.1",
    "tslint": "^5.15.0",
    "typescript": "^3.4.1",
    "typescript-eslint-parser": "^22.0.0"
  },
  "files": [
    "src",
    "dist",
    "README.md"
  ],
  "homepage": "https://github.com/rollup/rollup-pluginutils#readme",
  "jsnext:main": "dist/pluginutils.es.js",
  "keywords": [
    "rollup",
    "utils"
  ],
  "license": "MIT",
  "main": "dist/pluginutils.cjs.js",
  "module": "dist/pluginutils.es.js",
  "name": "rollup-pluginutils",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rollup/rollup-pluginutils.git"
  },
  "scripts": {
    "build": "rollup -c && shx cp src/pluginutils.d.ts dist/pluginutils.d.ts",
    "lint": "npm run lint:nofix -- --fix",
    "lint:nofix": "tslint --project .",
    "prepare": "npm run build",
    "prepublishOnly": "npm test",
    "pretest": "npm run build",
    "test": "jest"
  },
  "typings": "dist/pluginutils.d.ts",
  "version": "2.6.0"
}
