package.json 2.59 KB
{
  "_from": "rollup-pluginutils@^2.8.1",
  "_id": "rollup-pluginutils@2.8.2",
  "_inBundle": false,
  "_integrity": "sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==",
  "_location": "/rollup-pluginutils",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rollup-pluginutils@^2.8.1",
    "name": "rollup-pluginutils",
    "escapedName": "rollup-pluginutils",
    "rawSpec": "^2.8.1",
    "saveSpec": null,
    "fetchSpec": "^2.8.1"
  },
  "_requiredBy": [
    "/rollup-plugin-babel",
    "/rollup-plugin-terser"
  ],
  "_resolved": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz",
  "_shasum": "72f2af0748b592364dbd3389e600e5a9444a351e",
  "_spec": "rollup-pluginutils@^2.8.1",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\rollup-plugin-babel",
  "author": {
    "name": "Rich Harris",
    "email": "richard.a.harris@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/rollup/rollup-pluginutils/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "estree-walker": "^0.6.1"
  },
  "deprecated": false,
  "description": "Functionality commonly needed by Rollup plugins",
  "devDependencies": {
    "@types/estree": "0.0.39",
    "@types/jest": "^24.0.13",
    "@types/micromatch": "^3.1.0",
    "@types/node": "^12.0.4",
    "husky": "^3.0.5",
    "jest": "^24.8.0",
    "lint-staged": "^9.2.5",
    "micromatch": "^4.0.2",
    "prettier": "^1.17.1",
    "rollup": "^1.13.1",
    "rollup-plugin-commonjs": "^10.0.0",
    "rollup-plugin-node-resolve": "^5.0.1",
    "rollup-plugin-typescript": "^1.0.1",
    "shx": "^0.3.2",
    "ts-jest": "^24.0.2",
    "tslint": "^5.17.0",
    "typescript": "^3.5.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.8.2"
}