2021-01-04 18:02:13 +08:00

78 lines
2.3 KiB
JSON

{
"_from": "rollup-plugin-banner2@^1.0.0",
"_id": "rollup-plugin-banner2@1.0.2",
"_inBundle": false,
"_integrity": "sha512-JL0G8JWdmpDBj36nbZDUZs05cuF3LIkkFk+7TNHAGCswv2tH7FMJcrBdbq9B54QymuZHBoh8rmt3vFsu9jbTZA==",
"_location": "/rollup-plugin-banner2",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rollup-plugin-banner2@^1.0.0",
"name": "rollup-plugin-banner2",
"escapedName": "rollup-plugin-banner2",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/rollup-plugin-banner2/-/rollup-plugin-banner2-1.0.2.tgz",
"_shasum": "bb0452f3463e9f3711a975ce11dd214e1064b949",
"_spec": "rollup-plugin-banner2@^1.0.0",
"_where": "E:\\Project\\npm-project\\vue-baidu-analytics",
"author": {
"name": "Stropho"
},
"bugs": {
"url": "https://github.com/stropho/rollup-plugin-banner2/issues"
},
"bundleDependencies": false,
"dependencies": {
"magic-string": "^0.25.7"
},
"deprecated": false,
"description": "Rollup plugin to add banner in built files",
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/runtime": "^7.12.5",
"@brightcove/kacl": "^0.1.8",
"babel-jest": "^26.6.3",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"jest": "^26.6.3",
"rollup": "^2.0.6"
},
"engines": {
"node": "^12.14.0",
"npm": "^6.13.4"
},
"files": [
"dist/"
],
"homepage": "https://github.com/stropho/rollup-plugin-banner2#readme",
"license": "MIT",
"main": "dist/rollup-plugin-banner2.cjs.js",
"module": "dist/rollup-plugin-banner2.es.js",
"name": "rollup-plugin-banner2",
"repository": {
"type": "git",
"url": "git+https://github.com/stropho/rollup-plugin-banner2.git"
},
"scripts": {
"build": "rollup -c=rollup.config.js",
"prepare": "npm run build",
"preversion": "kacl prerelease",
"test": "npm run test:lint && npm run test:unit",
"test:lint": "kacl lint && eslint src/ test/",
"test:tdd": "npm run test:unit -- --no-cache --watch",
"test:unit": "jest",
"version": "kacl release && git add CHANGELOG.md"
},
"version": "1.0.2"
}