@rollup/plugin-buble
Advanced tools
Comparing version 0.21.3 to 1.0.0
{ | ||
"name": "@rollup/plugin-buble", | ||
"version": "0.21.3", | ||
"version": "1.0.0", | ||
"publishConfig": { | ||
@@ -9,24 +9,30 @@ "access": "public" | ||
"license": "MIT", | ||
"repository": "rollup/plugins", | ||
"repository": { | ||
"url": "rollup/plugins", | ||
"directory": "packages/buble" | ||
}, | ||
"author": "Rich Harris <richard.a.harris@gmail.com>", | ||
"homepage": "https://github.com/rollup/plugins/tree/master/packages/buble/#readme", | ||
"bugs": "https://github.com/rollup/plugins/issues", | ||
"main": "dist/rollup-plugin-buble.cjs.js", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/es/index.js", | ||
"exports": { | ||
"import": "./dist/es/index.js", | ||
"types": "./types/index.d.ts", | ||
"default": "./dist/cjs/index.js" | ||
}, | ||
"engines": { | ||
"node": ">= 8.0.0" | ||
"node": ">=14.0.0" | ||
}, | ||
"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:coverage": "nyc pnpm test && nyc report --reporter=text-lcov > coverage.lcov", | ||
"ci:lint": "pnpm build && pnpm 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", | ||
"ci:test": "pnpm test -- --verbose", | ||
"prebuild": "del-cli dist", | ||
"prepare": "pnpm run build", | ||
"prepublishOnly": "pnpm run lint && pnpm run test", | ||
"pretest": "pnpm run build", | ||
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi", | ||
"prerelease": "pnpm build", | ||
"pretest": "pnpm build", | ||
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name", | ||
"test": "ava", | ||
@@ -37,2 +43,3 @@ "test:ts": "tsc types/index.d.ts test/types.ts --noEmit" | ||
"dist", | ||
"!dist/**/*.map", | ||
"types", | ||
@@ -51,6 +58,11 @@ "README.md", | ||
"peerDependencies": { | ||
"rollup": "^1.20.0||^2.0.0" | ||
"rollup": "^1.20.0||^2.0.0||^3.0.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"rollup": { | ||
"optional": true | ||
} | ||
}, | ||
"dependencies": { | ||
"@rollup/pluginutils": "^3.0.8", | ||
"@rollup/pluginutils": "^4.2.1", | ||
"@types/buble": "^0.19.2", | ||
@@ -60,16 +72,11 @@ "buble": "^0.20.0" | ||
"devDependencies": { | ||
"@rollup/plugin-typescript": "^3.0.0", | ||
"del-cli": "^3.0.0", | ||
"rollup": "^2.0.0", | ||
"source-map": "^0.7.3", | ||
"typescript": "^3.7.4" | ||
"@rollup/plugin-typescript": "^8.5.0", | ||
"del-cli": "^5.0.0", | ||
"rollup": "^3.0.0-7", | ||
"source-map": "^0.7.4", | ||
"typescript": "^4.8.3" | ||
}, | ||
"types": "./types/index.d.ts", | ||
"ava": { | ||
"compileEnhancements": false, | ||
"extensions": [ | ||
"ts" | ||
], | ||
"require": [ | ||
"ts-node/register" | ||
], | ||
"workerThreads": false, | ||
"files": [ | ||
@@ -82,5 +89,3 @@ "!**/fixtures/**", | ||
] | ||
}, | ||
"module": "dist/rollup-plugin-buble.es.js", | ||
"types": "types/index.d.ts" | ||
} | ||
} |
@@ -16,3 +16,3 @@ [npm]: https://img.shields.io/npm/v/@rollup/plugin-buble | ||
This plugin requires an [LTS](https://github.com/nodejs/Release) Node version (v8.0.0+) and Rollup v1.20.0+. | ||
This plugin requires an [LTS](https://github.com/nodejs/Release) Node version (v14.0.0+) and Rollup v1.20.0+. | ||
@@ -60,3 +60,3 @@ ## Install | ||
A [minimatch pattern](https://github.com/isaacs/minimatch), or array of patterns, which specifies the files in the build the plugin should _ignore_. By default no files are ignored. | ||
A [picomatch pattern](https://github.com/micromatch/picomatch), or array of patterns, which specifies the files in the build the plugin should _ignore_. By default no files are ignored. | ||
@@ -68,3 +68,3 @@ ### `include` | ||
A [minimatch pattern](https://github.com/isaacs/minimatch), or array of patterns, which specifies the files in the build the plugin should operate on. By default all files are targeted. | ||
A [picomatch pattern](https://github.com/micromatch/picomatch), or array of patterns, which specifies the files in the build the plugin should operate on. By default all files are targeted. | ||
@@ -71,0 +71,0 @@ ## Meta |
@@ -7,3 +7,3 @@ import { FilterPattern } from '@rollup/pluginutils'; | ||
/** | ||
* A minimatch pattern, or array of patterns, of files that should be | ||
* A picomatch pattern, or array of patterns, of files that should be | ||
* processed by this plugin (if omitted, all files are included by default) | ||
@@ -10,0 +10,0 @@ */ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
73
0
6536
6
+ Added@rollup/pluginutils@4.2.1(transitive)
+ Addedestree-walker@2.0.2(transitive)
+ Addedrollup@3.29.5(transitive)
- Removed@rollup/pluginutils@3.1.0(transitive)
- Removed@types/estree@0.0.39(transitive)
- Removedestree-walker@1.0.1(transitive)
- Removedrollup@2.79.2(transitive)
Updated@rollup/pluginutils@^4.2.1