{ "_from": "rollup-plugin-commonjs", "_id": "rollup-plugin-commonjs@10.1.0", "_inBundle": false, "_integrity": "sha512-jlXbjZSQg8EIeAAvepNwhJj++qJWNJw1Cl0YnOqKtP5Djx+fFGkp3WRh+W0ASCaFG5w1jhmzDxgu3SJuVxPF4Q==", "_location": "/rollup-plugin-commonjs", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "rollup-plugin-commonjs", "name": "rollup-plugin-commonjs", "escapedName": "rollup-plugin-commonjs", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.1.0.tgz", "_shasum": "417af3b54503878e084d127adf4d1caf8beb86fb", "_spec": "rollup-plugin-commonjs", "_where": "/Users/malomalo/Code/condenser/lib/condenser/processors", "author": { "name": "Rich Harris" }, "bugs": { "url": "https://github.com/rollup/rollup-plugin-commonjs/issues" }, "bundleDependencies": false, "dependencies": { "estree-walker": "^0.6.1", "is-reference": "^1.1.2", "magic-string": "^0.25.2", "resolve": "^1.11.0", "rollup-pluginutils": "^2.8.1" }, "deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-commonjs.", "description": "Convert CommonJS modules to ES2015", "devDependencies": { "@babel/core": "^7.4.5", "@babel/preset-env": "^7.4.5", "@babel/register": "^7.4.4", "acorn": "^6.1.1", "eslint": "^6.0.1", "eslint-plugin-import": "^2.18.0", "husky": "^2.4.1", "lint-staged": "^8.2.1", "locate-character": "^2.0.5", "mocha": "^6.1.4", "prettier": "^1.18.2", "require-relative": "^0.8.7", "rollup": "^1.16.2", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^5.1.0", "shx": "^0.3.2", "source-map": "^0.6.1", "source-map-support": "^0.5.12", "typescript": "^3.5.2" }, "files": [ "src", "dist", "index.d.ts", "README.md" ], "homepage": "https://github.com/rollup/rollup-plugin-commonjs", "jsnext:main": "dist/rollup-plugin-commonjs.es.js", "license": "MIT", "main": "dist/rollup-plugin-commonjs.cjs.js", "module": "dist/rollup-plugin-commonjs.es.js", "name": "rollup-plugin-commonjs", "peerDependencies": { "rollup": ">=1.12.0" }, "repository": { "type": "git", "url": "git+https://github.com/rollup/rollup-plugin-commonjs.git" }, "scripts": { "build": "shx rm -rf dist/* && rollup -c", "dev": "rollup -c -w", "lint": "prettier --write src/**/*.js test/test.js test/**/_config.js && eslint --fix src/**/*.js test/test.js test/**/_config.js", "prepare": "npm run build", "prepublishOnly": "npm run lint && npm run test:only", "pretest": "npm run build", "test": "npm run test:only", "test:only": "mocha && tsc" }, "version": "10.1.0" }