99 lines
2.7 KiB
JSON
99 lines
2.7 KiB
JSON
{
|
|
"_from": "@rollup/plugin-multi-entry",
|
|
"_id": "@rollup/plugin-multi-entry@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-nFN+1hUHQn7Y6ivdJa/6sYo8LOTmtnQl7g4rQ3WgnJYkL0AByzpb3fXt70ANgJnoLmhcXHBQiQykg835EY7EMg==",
|
|
"_location": "/@rollup/plugin-multi-entry",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "@rollup/plugin-multi-entry",
|
|
"name": "@rollup/plugin-multi-entry",
|
|
"escapedName": "@rollup%2fplugin-multi-entry",
|
|
"scope": "@rollup",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/",
|
|
"#USER"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@rollup/plugin-multi-entry/-/plugin-multi-entry-3.0.0.tgz",
|
|
"_shasum": "3ad496146f4c792cc07d647cdcb407f74831c293",
|
|
"_spec": "@rollup/plugin-multi-entry",
|
|
"_where": "/home/juan/bigint-crypto-utils",
|
|
"author": {
|
|
"name": "rollup"
|
|
},
|
|
"ava": {
|
|
"files": [
|
|
"!**/fixtures/**",
|
|
"!**/helpers/**",
|
|
"!**/recipes/**",
|
|
"!**/types.ts"
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/rollup/plugins/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"matched": "^1.0.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Use multiple entry points for a bundle",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.2.0",
|
|
"@babel/preset-env": "^7.2.0",
|
|
"rollup": "^1.20.1",
|
|
"rollup-plugin-babel": "^4.0.3"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"homepage": "https://github.com/rollup/plugins/packages/multi-entry/#readme",
|
|
"keywords": [
|
|
"rollup",
|
|
"plugin",
|
|
"multi",
|
|
"multiple",
|
|
"entry",
|
|
"entries"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.es.js",
|
|
"name": "@rollup/plugin-multi-entry",
|
|
"peerDependencies": {
|
|
"rollup": "^1.20.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",
|
|
"lint:package": "prettier --write package.json --plugin=prettier-plugin-package",
|
|
"prebuild": "del-cli dist",
|
|
"prepare": "pnpm run build",
|
|
"prepublishOnly": "pnpm run lint",
|
|
"pretest": "pnpm run build",
|
|
"test": "ava"
|
|
},
|
|
"version": "3.0.0"
|
|
}
|