{ "_args": [ [ "rollup-pluginutils@2.8.2", "J:\\Github\\CURD-TS" ] ], "_development": true, "_from": "rollup-pluginutils@2.8.2", "_id": "rollup-pluginutils@2.8.2", "_inBundle": false, "_integrity": "sha1-cvKvB0i1kjZNvTOJ5gDlqURKNR4=", "_location": "/rollup-pluginutils", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "rollup-pluginutils@2.8.2", "name": "rollup-pluginutils", "escapedName": "rollup-pluginutils", "rawSpec": "2.8.2", "saveSpec": null, "fetchSpec": "2.8.2" }, "_requiredBy": [ "/rollup-plugin-vue" ], "_resolved": "http://192.168.250.101:4873/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz", "_spec": "2.8.2", "_where": "J:\\Github\\CURD-TS", "author": { "name": "Rich Harris", "email": "richard.a.harris@gmail.com" }, "bugs": { "url": "https://github.com/rollup/rollup-pluginutils/issues" }, "dependencies": { "estree-walker": "^0.6.1" }, "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" }