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

74 lines
2.0 KiB
JSON

{
"_from": "rollup-plugin-banner@^0.2.1",
"_id": "rollup-plugin-banner@0.2.1",
"_inBundle": false,
"_integrity": "sha512-Bs1uIPCsGpKIkNOwmBsCqn+dJ/xaojWk9PNlvd+1MEScddr1yUQlO6McAXi72wJyNWYL+9u9EI2JAZMpLRH92w==",
"_location": "/rollup-plugin-banner",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rollup-plugin-banner@^0.2.1",
"name": "rollup-plugin-banner",
"escapedName": "rollup-plugin-banner",
"rawSpec": "^0.2.1",
"saveSpec": null,
"fetchSpec": "^0.2.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/rollup-plugin-banner/-/rollup-plugin-banner-0.2.1.tgz",
"_shasum": "f62f26c468530ecea16263da83175079625f9c6f",
"_spec": "rollup-plugin-banner@^0.2.1",
"_where": "E:\\Project\\npm-project\\vue-baidu-analytics",
"author": {
"name": "yingye"
},
"bugs": {
"url": "https://github.com/yingye/rollup-plugin-banner/issues"
},
"bundleDependencies": false,
"dependencies": {
"lodash.template": "^4.4.0"
},
"deprecated": false,
"description": "Rollup plugin to append content before js bundle",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"babel-eslint": "^10.0.1",
"chai": "^4.2.0",
"del": "^3.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^3.9.1",
"gulp-babel": "8.0.0",
"gulp-eslint": "^5.0.0",
"mocha": "^5.2.0",
"rollup": "^1.1.0"
},
"homepage": "https://github.com/yingye/rollup-plugin-banner#readme",
"keywords": [
"rollup",
"rollup-plugin",
"banner",
"license"
],
"license": "MIT",
"main": "dist/index.js",
"name": "rollup-plugin-banner",
"repository": {
"type": "git",
"url": "git+https://github.com/yingye/rollup-plugin-banner.git"
},
"scripts": {
"build": "gulp",
"test": "mocha test/index"
},
"version": "0.2.1"
}