{
  "_from": "@rollup/plugin-commonjs@^11.0.0",
  "_id": "@rollup/plugin-commonjs@11.0.2",
  "_inBundle": false,
  "_integrity": "sha512-MPYGZr0qdbV5zZj8/2AuomVpnRVXRU5XKXb3HVniwRoRCreGlf5kOE081isNWeiLIi6IYkwTX9zE0/c7V8g81g==",
  "_location": "/@rollup/plugin-commonjs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@rollup/plugin-commonjs@^11.0.0",
    "name": "@rollup/plugin-commonjs",
    "escapedName": "@rollup%2fplugin-commonjs",
    "scope": "@rollup",
    "rawSpec": "^11.0.0",
    "saveSpec": null,
    "fetchSpec": "^11.0.0"
  },
  "_requiredBy": [
    "/snowpack"
  ],
  "_resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-11.0.2.tgz",
  "_shasum": "837cc6950752327cb90177b608f0928a4e60b582",
  "_spec": "@rollup/plugin-commonjs@^11.0.0",
  "_where": "/home/mmis1000/web/VuetifyESM/node_modules/snowpack",
  "author": {
    "name": "Rich Harris",
    "email": "richard.a.harris@gmail.com"
  },
  "ava": {
    "files": [
      "!**/fixtures/**",
      "!**/helpers/**",
      "!**/recipes/**",
      "!**/types.ts"
    ]
  },
  "bugs": {
    "url": "https://github.com/rollup/plugins/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@rollup/pluginutils": "^3.0.0",
    "estree-walker": "^1.0.1",
    "is-reference": "^1.1.2",
    "magic-string": "^0.25.2",
    "resolve": "^1.11.0"
  },
  "deprecated": false,
  "description": "Convert CommonJS modules to ES2015",
  "devDependencies": {
    "@babel/core": "^7.7.7",
    "@babel/preset-env": "^7.7.7",
    "@babel/register": "^7.7.7",
    "@rollup/plugin-json": "^4.0.1",
    "@rollup/plugin-node-resolve": "^7.0.0",
    "acorn": "^7.1.0",
    "locate-character": "^2.0.5",
    "prettier": "^1.19.1",
    "require-relative": "^0.8.7",
    "rollup": "^1.27.14",
    "rollup-plugin-babel": "^4.3.3",
    "shx": "^0.3.2",
    "source-map": "^0.6.1",
    "source-map-support": "^0.5.16",
    "typescript": "^3.7.4"
  },
  "engines": {
    "node": ">= 8.0.0"
  },
  "files": [
    "dist",
    "types",
    "README.md",
    "LICENSE"
  ],
  "homepage": "https://github.com/rollup/plugins/tree/master/packages/commonjs/#readme",
  "keywords": [
    "rollup",
    "plugin",
    "npm",
    "modules",
    "commonjs",
    "require"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "name": "@rollup/plugin-commonjs",
  "peerDependencies": {
    "rollup": "^1.20.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rollup/plugins.git"
  },
  "scripts": {
    "build": "rollup -c",
    "ci:coverage": "nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov",
    "ci:lint": "pnpm run build && pnpm run lint",
    "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
    "ci:test": "pnpm run test -- --verbose && pnpm run test:ts",
    "lint": "pnpm run lint:js && pnpm run lint:docs && pnpm run lint:package",
    "lint:docs": "prettier --single-quote --write README.md",
    "lint:js": "eslint --fix --cache src test",
    "lint:package": "prettier --write package.json --plugin=prettier-plugin-package",
    "prebuild": "del-cli dist",
    "prepare": "pnpm run build",
    "prepublishOnly": "pnpm run lint && pnpm run test && pnpm run test:ts",
    "pretest": "pnpm run build",
    "test": "ava",
    "test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
  },
  "types": "types/index.d.ts",
  "version": "11.0.2"
}
