mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-30 09:24:46 +08:00
126 lines
3.4 KiB
JSON
126 lines
3.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@rollup/plugin-commonjs@15.1.0",
|
|
"J:\\Github\\CURD-TS"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "@rollup/plugin-commonjs@15.1.0",
|
|
"_id": "@rollup/plugin-commonjs@15.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-Hn0HbE8bKr9+ZSSFcOVV3vw3wjg=",
|
|
"_location": "/@rollup/plugin-commonjs",
|
|
"_phantomChildren": {
|
|
"@types/estree": "0.0.39",
|
|
"picomatch": "2.2.2"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@rollup/plugin-commonjs@15.1.0",
|
|
"name": "@rollup/plugin-commonjs",
|
|
"escapedName": "@rollup%2fplugin-commonjs",
|
|
"scope": "@rollup",
|
|
"rawSpec": "15.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "15.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/vite"
|
|
],
|
|
"_resolved": "http://192.168.250.101:4873/@rollup%2fplugin-commonjs/-/plugin-commonjs-15.1.0.tgz",
|
|
"_spec": "15.1.0",
|
|
"_where": "J:\\Github\\CURD-TS",
|
|
"author": {
|
|
"name": "Rich Harris",
|
|
"email": "richard.a.harris@gmail.com"
|
|
},
|
|
"ava": {
|
|
"babel": {
|
|
"compileEnhancements": false
|
|
},
|
|
"files": [
|
|
"!**/fixtures/**",
|
|
"!**/helpers/**",
|
|
"!**/recipes/**",
|
|
"!**/types.ts"
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/rollup/plugins/issues"
|
|
},
|
|
"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"
|
|
},
|
|
"description": "Convert CommonJS modules to ES2015",
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"types",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"homepage": "https://github.com/rollup/plugins/tree/master/packages/commonjs/#readme",
|
|
"keywords": [
|
|
"rollup",
|
|
"plugin",
|
|
"npm",
|
|
"modules",
|
|
"commonjs",
|
|
"require"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.es.js",
|
|
"name": "@rollup/plugin-commonjs",
|
|
"peerDependencies": {
|
|
"rollup": "^2.22.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: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"
|
|
},
|
|
"types": "types/index.d.ts",
|
|
"version": "15.1.0"
|
|
}
|