mirror of
https://github.com/analyticsjs/vue-baidu-analytics.git
synced 2025-04-06 03:58:00 +08:00
132 lines
3.5 KiB
JSON
132 lines
3.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@rollup/pluginutils@3.1.0",
|
|
"E:\\Project\\npm-project\\vue-baidu-analytics"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "@rollup/pluginutils@3.1.0",
|
|
"_id": "@rollup/pluginutils@3.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
|
|
"_location": "/@rollup/pluginutils",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@rollup/pluginutils@3.1.0",
|
|
"name": "@rollup/pluginutils",
|
|
"escapedName": "@rollup%2fpluginutils",
|
|
"scope": "@rollup",
|
|
"rawSpec": "3.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@rollup/plugin-babel",
|
|
"/@rollup/plugin-commonjs",
|
|
"/@rollup/plugin-json",
|
|
"/@rollup/plugin-node-resolve",
|
|
"/rollup-plugin-typescript2"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
|
|
"_spec": "3.1.0",
|
|
"_where": "E:\\Project\\npm-project\\vue-baidu-analytics",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@types/estree": "0.0.39",
|
|
"estree-walker": "^1.0.1",
|
|
"picomatch": "^2.2.2"
|
|
},
|
|
"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"
|
|
}
|