117 lines
3.1 KiB
JSON
117 lines
3.1 KiB
JSON
{
|
|
"_from": "@rollup/plugin-commonjs",
|
|
"_id": "@rollup/plugin-commonjs@21.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-d/OmjaLVO4j/aQX69bwpWPpbvI3TJkQuxoAk7BH8ew1PyoMBLTOuvJTjzG8oEoW7drIIqB0KCJtfFLu/2GClWg==",
|
|
"_location": "/@rollup/plugin-commonjs",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "@rollup/plugin-commonjs",
|
|
"name": "@rollup/plugin-commonjs",
|
|
"escapedName": "@rollup%2fplugin-commonjs",
|
|
"scope": "@rollup",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/",
|
|
"#USER"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-21.0.2.tgz",
|
|
"_shasum": "0b9c539aa1837c94abfaf87945838b0fc8564891",
|
|
"_spec": "@rollup/plugin-commonjs",
|
|
"_where": "/Users/keiferju/Workplace/dllcnx/dTools",
|
|
"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"
|
|
},
|
|
"bundleDependencies": false,
|
|
"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"
|
|
},
|
|
"deprecated": false,
|
|
"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.67.3",
|
|
"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.38.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"url": "git+https://github.com/rollup/plugins.git",
|
|
"directory": "packages/commonjs"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"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 test -- --verbose && pnpm test:ts",
|
|
"prebuild": "del-cli dist",
|
|
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
|
|
"prerelease": "pnpm build",
|
|
"pretest": "pnpm build",
|
|
"release": "pnpm plugin:release --workspace-root -- --pkg $npm_package_name",
|
|
"test": "ava",
|
|
"test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
|
|
},
|
|
"types": "types/index.d.ts",
|
|
"version": "21.0.2"
|
|
}
|