{ "_args": [ [ "@rollup/pluginutils@4.1.0", "J:\\Github\\CURD-TS" ] ], "_development": true, "_from": "@rollup/pluginutils@4.1.0", "_id": "@rollup/pluginutils@4.1.0", "_inBundle": false, "_integrity": "sha1-Dcxhx4DjkldVT+t/dyB9zsoTyDg=", "_location": "/@rollup/pluginutils", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@rollup/pluginutils@4.1.0", "name": "@rollup/pluginutils", "escapedName": "@rollup%2fpluginutils", "scope": "@rollup", "rawSpec": "4.1.0", "saveSpec": null, "fetchSpec": "4.1.0" }, "_requiredBy": [ "/vite" ], "_resolved": "http://192.168.250.101:4873/@rollup%2fpluginutils/-/pluginutils-4.1.0.tgz", "_spec": "4.1.0", "_where": "J:\\Github\\CURD-TS", "author": { "name": "Rich Harris", "email": "richard.a.harris@gmail.com" }, "ava": { "babel": { "compileEnhancements": false }, "extensions": [ "ts" ], "require": [ "ts-node/register" ], "files": [ "!**/fixtures/**", "!**/helpers/**", "!**/recipes/**", "!**/types.ts" ] }, "bugs": { "url": "https://github.com/rollup/plugins/issues" }, "dependencies": { "estree-walker": "^2.0.1", "picomatch": "^2.2.2" }, "description": "A set of utility functions commonly used by Rollup plugins", "devDependencies": { "@rollup/plugin-commonjs": "^14.0.0", "@rollup/plugin-node-resolve": "^8.4.0", "@rollup/plugin-typescript": "^5.0.2", "@types/estree": "0.0.45", "@types/node": "^14.0.26", "@types/picomatch": "^2.2.1", "acorn": "^8.0.4", "rollup": "^2.23.0" }, "engines": { "node": ">= 8.0.0" }, "exports": { "require": "./dist/cjs/index.js", "import": "./dist/es/index.js" }, "files": [ "dist", "types", "README.md", "LICENSE" ], "homepage": "https://github.com/rollup/plugins/tree/master/packages/pluginutils#readme", "keywords": [ "rollup", "plugin", "utils" ], "license": "MIT", "main": "./dist/cjs/index.js", "module": "./dist/es/index.js", "name": "@rollup/pluginutils", "nyc": { "extension": [ ".js", ".ts" ] }, "peerDependencies": { "rollup": "^1.20.0||^2.0.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", "lint": "pnpm run lint:js && pnpm run lint:docs && pnpm run lint:package", "lint:docs": "prettier --single-quote --arrow-parens avoid --trailing-comma none --write README.md", "lint:js": "eslint --fix --cache src test types --ext .js,.ts", "lint:package": "prettier --write package.json --plugin=prettier-plugin-package", "prebuild": "del-cli dist", "prepare": "pnpm run build", "prepublishOnly": "pnpm run lint && pnpm run build", "pretest": "pnpm run build -- --sourcemap", "test": "ava" }, "type": "commonjs", "types": "types/index.d.ts", "version": "4.1.0" }