mirror of
https://github.com/analyticsjs/vue-baidu-analytics.git
synced 2025-06-20 06:39:16 +08:00
87 lines
2.6 KiB
JSON
87 lines
2.6 KiB
JSON
{
|
|
"name": "@rollup/plugin-commonjs",
|
|
"version": "15.0.0",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"description": "Convert CommonJS modules to ES2015",
|
|
"license": "MIT",
|
|
"repository": "rollup/plugins",
|
|
"author": "Rich Harris <richard.a.harris@gmail.com>",
|
|
"homepage": "https://github.com/rollup/plugins/tree/master/packages/commonjs/#readme",
|
|
"bugs": "https://github.com/rollup/plugins/issues",
|
|
"main": "dist/index.js",
|
|
"engines": {
|
|
"node": ">= 8.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:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
|
|
"ci:test": "pnpm run test -- --verbose && pnpm run test:ts",
|
|
"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 test:ts",
|
|
"pretest": "pnpm run build",
|
|
"test": "ava",
|
|
"test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"types",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"keywords": [
|
|
"rollup",
|
|
"plugin",
|
|
"npm",
|
|
"modules",
|
|
"commonjs",
|
|
"require"
|
|
],
|
|
"peerDependencies": {
|
|
"rollup": "^2.22.0"
|
|
},
|
|
"dependencies": {
|
|
"@rollup/pluginutils": "^3.1.0",
|
|
"commondir": "^1.0.1",
|
|
"estree-walker": "^2.0.1",
|
|
"glob": "^7.1.6",
|
|
"is-reference": "^1.2.1",
|
|
"magic-string": "^0.25.7",
|
|
"resolve": "^1.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "^8.4.0",
|
|
"locate-character": "^2.0.5",
|
|
"require-relative": "^0.8.7",
|
|
"rollup": "^2.23.0",
|
|
"shx": "^0.3.2",
|
|
"source-map": "^0.7.3",
|
|
"source-map-support": "^0.5.19",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"ava": {
|
|
"babel": {
|
|
"compileEnhancements": false
|
|
},
|
|
"files": [
|
|
"!**/fixtures/**",
|
|
"!**/helpers/**",
|
|
"!**/recipes/**",
|
|
"!**/types.ts"
|
|
]
|
|
},
|
|
"module": "dist/index.es.js",
|
|
"types": "types/index.d.ts",
|
|
"__npminstall_done": "Sun Sep 06 2020 16:10:02 GMT+0800 (中国标准时间)",
|
|
"_from": "@rollup/plugin-commonjs@15.0.0",
|
|
"_resolved": "https://registry.npm.taobao.org/@rollup/plugin-commonjs/download/@rollup/plugin-commonjs-15.0.0.tgz"
|
|
} |