146 lines
4.1 KiB
JSON
146 lines
4.1 KiB
JSON
{
|
|
"_from": "rollup-plugin-babel-minify@^4.0.0",
|
|
"_id": "rollup-plugin-babel-minify@4.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-aqQTNCjrYZrWogHVpPQPVFRB/oKT9pGQzW8M/l3lRRuNz1zPtsYR/3shd5/SA8Msfb4HIytBEFUOQBCMoVVx6Q==",
|
|
"_location": "/rollup-plugin-babel-minify",
|
|
"_phantomChildren": {
|
|
"babel-code-frame": "6.26.0",
|
|
"babel-generator": "6.26.1",
|
|
"babel-helpers": "6.24.1",
|
|
"babel-messages": "6.23.0",
|
|
"babel-register": "6.26.0",
|
|
"babel-runtime": "6.26.0",
|
|
"babel-template": "6.26.0",
|
|
"babel-traverse": "6.26.0",
|
|
"babel-types": "6.26.0",
|
|
"babylon": "6.18.0",
|
|
"convert-source-map": "1.6.0",
|
|
"lodash": "4.17.15",
|
|
"minimatch": "3.0.4",
|
|
"path-is-absolute": "1.0.1",
|
|
"private": "0.1.8",
|
|
"slash": "1.0.0",
|
|
"source-map": "0.5.7"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "rollup-plugin-babel-minify@^4.0.0",
|
|
"name": "rollup-plugin-babel-minify",
|
|
"escapedName": "rollup-plugin-babel-minify",
|
|
"rawSpec": "^4.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/rollup-plugin-babel-minify/-/rollup-plugin-babel-minify-4.0.0.tgz",
|
|
"_shasum": "f89d906a67bb2d1d2767d64726b320d00e6cc81a",
|
|
"_spec": "rollup-plugin-babel-minify@^4.0.0",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code",
|
|
"author": {
|
|
"name": "Comandeer"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Comandeer/rollup-plugin-babel-minify/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"commitplease": {
|
|
"nohook": true,
|
|
"style": "angular",
|
|
"types": [
|
|
"feat",
|
|
"fix",
|
|
"docs",
|
|
"style",
|
|
"refactor",
|
|
"perf",
|
|
"test",
|
|
"build",
|
|
"ci",
|
|
"chore",
|
|
"revert"
|
|
],
|
|
"scope": "\\S+.*"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@comandeer/babel-plugin-banner": "^1.0.0",
|
|
"babel-core": "^6.26.0",
|
|
"babel-preset-minify": "^0.3.0",
|
|
"depd": "^1.1.2",
|
|
"magic-string": "^0.22.4",
|
|
"semver": "^5.5.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Simple rollup plugin for minifying code using babel-minify.",
|
|
"devDependencies": {
|
|
"@comandeer/is-ci": "^1.0.0",
|
|
"@comandeer/rollup-lib-bundler": "^0.3.0",
|
|
"babel-plugin-external-helpers": "^6.8.0",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
|
|
"babel-preset-es2015": "^6.13.2",
|
|
"babel-register": "^6.26.0",
|
|
"chai": "^4.1.2",
|
|
"codecov": "^3.0.0",
|
|
"commitplease": "^3.1.0",
|
|
"cz-conventional-changelog": "^2.1.0",
|
|
"eslint": "^4.11.0",
|
|
"husky": "^0.14.3",
|
|
"mocha": "^5.0.0",
|
|
"nyc": "^11.3.0",
|
|
"rimraf": "^2.6.2",
|
|
"rollup": "^0.55.0",
|
|
"sourcemap-validator": "^1.0.6"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/Comandeer/rollup-plugin-babel-minify#readme",
|
|
"jsnext:main": "dist/rollup-plugin-babel-minify.es2015.js",
|
|
"keywords": [
|
|
"rollup",
|
|
"rollup-plugin",
|
|
"babili",
|
|
"minify"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/rollup-plugin-babel-minify.js",
|
|
"module": "dist/rollup-plugin-babel-minify.es2015.js",
|
|
"name": "rollup-plugin-babel-minify",
|
|
"nyc": {
|
|
"include": [
|
|
"src/**/*.js"
|
|
],
|
|
"exclude": [
|
|
"dist/**/*.js",
|
|
"tests/**/*.js"
|
|
]
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": ">=0.41.5"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Comandeer/rollup-plugin-babel-minify.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rlb",
|
|
"commitmsg": "is-ci && exit 0 || commitplease .git/COMMIT_EDITMSG",
|
|
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
|
|
"lint": "eslint src/**/*.js tests/*.js",
|
|
"postversion": "git rm -r --cached dist/ && git commit -m \"chore(dist): clean after release [ci skip]\" && git push origin && git push origin --tags",
|
|
"prebuild": "rimraf dist",
|
|
"pretest": "npm run lint",
|
|
"test": "nyc mocha tests/*.js --timeout 15000 --require babel-register",
|
|
"version": "npm test && npm run build && git add -f dist/"
|
|
},
|
|
"version": "4.0.0"
|
|
}
|