mirror of
https://github.com/analyticsjs/vue-baidu-analytics.git
synced 2025-06-23 01:09:21 +08:00
101 lines
2.9 KiB
JSON
101 lines
2.9 KiB
JSON
{
|
|
"_from": "@rollup/plugin-json@^4.1.0",
|
|
"_id": "@rollup/plugin-json@4.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw==",
|
|
"_location": "/@rollup/plugin-json",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@rollup/plugin-json@^4.1.0",
|
|
"name": "@rollup/plugin-json",
|
|
"escapedName": "@rollup%2fplugin-json",
|
|
"scope": "@rollup",
|
|
"rawSpec": "^4.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-4.1.0.tgz",
|
|
"_shasum": "54e09867ae6963c593844d8bd7a9c718294496f3",
|
|
"_spec": "@rollup/plugin-json@^4.1.0",
|
|
"_where": "E:\\Project\\npm-project\\vue-baidu-analytics",
|
|
"author": {
|
|
"name": "rollup"
|
|
},
|
|
"ava": {
|
|
"files": [
|
|
"!**/fixtures/**",
|
|
"!**/helpers/**",
|
|
"!**/recipes/**",
|
|
"!**/types.ts"
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/rollup/plugins/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@rollup/pluginutils": "^3.0.8"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Convert .json files to ES6 modules",
|
|
"devDependencies": {
|
|
"@rollup/plugin-buble": "^0.21.0",
|
|
"@rollup/plugin-node-resolve": "^7.0.0",
|
|
"source-map-support": "^0.5.16"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"types",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"homepage": "https://github.com/rollup/plugins/tree/master/packages/json#readme",
|
|
"keywords": [
|
|
"rollup",
|
|
"plugin",
|
|
"json",
|
|
"es2015",
|
|
"npm",
|
|
"modules"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.es.js",
|
|
"name": "@rollup/plugin-json",
|
|
"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 && pnpm run test:ts",
|
|
"lint": "pnpm run lint:js && pnpm run lint:docs && pnpm run lint:json && pnpm run lint:package",
|
|
"lint:docs": "prettier --single-quote --write README.md",
|
|
"lint:js": "eslint --fix --cache src test types --ext .js,.ts",
|
|
"lint:json": "prettier --write \"test/fixtures/!(garbage)/*.json\"",
|
|
"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",
|
|
"pretest": "pnpm run build",
|
|
"test": "ava",
|
|
"test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
|
|
},
|
|
"types": "types/index.d.ts",
|
|
"version": "4.1.0"
|
|
}
|