123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- {
- "_from": "@rollup/pluginutils@^3.0.8",
- "_id": "@rollup/pluginutils@3.1.0",
- "_inBundle": false,
- "_integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
- "_location": "/@rollup/pluginutils",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@rollup/pluginutils@^3.0.8",
- "name": "@rollup/pluginutils",
- "escapedName": "@rollup%2fpluginutils",
- "scope": "@rollup",
- "rawSpec": "^3.0.8",
- "saveSpec": null,
- "fetchSpec": "^3.0.8"
- },
- "_requiredBy": [
- "/@rollup/plugin-node-resolve",
- "/@rollup/plugin-replace"
- ],
- "_resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
- "_shasum": "706b4524ee6dc8b103b3c995533e5ad680c02b9b",
- "_spec": "@rollup/pluginutils@^3.0.8",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@rollup\\plugin-node-resolve",
- "author": {
- "name": "Rich Harris",
- "email": "richard.a.harris@gmail.com"
- },
- "ava": {
- "compileEnhancements": false,
- "extensions": [
- "ts"
- ],
- "require": [
- "ts-node/register"
- ],
- "files": [
- "!**/fixtures/**",
- "!**/helpers/**",
- "!**/recipes/**",
- "!**/types.ts"
- ]
- },
- "bugs": {
- "url": "https://github.com/rollup/plugins/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@types/estree": "0.0.39",
- "estree-walker": "^1.0.1",
- "picomatch": "^2.2.2"
- },
- "deprecated": false,
- "description": "A set of utility functions commonly used by Rollup plugins",
- "devDependencies": {
- "@rollup/plugin-commonjs": "^11.0.2",
- "@rollup/plugin-node-resolve": "^7.1.1",
- "@rollup/plugin-typescript": "^3.0.0",
- "@types/jest": "^24.9.0",
- "@types/node": "^12.12.25",
- "@types/picomatch": "^2.2.1",
- "typescript": "^3.7.5"
- },
- "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 --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": "3.1.0"
- }
|