74 lines
2.7 KiB
JSON
74 lines
2.7 KiB
JSON
{
|
|
"_from": "babel-preset-minify@^0.3.0",
|
|
"_id": "babel-preset-minify@0.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-+VV2GWEyak3eDOmzT1DDMuqHrw3VbE9nBNkx2LLVs4pH/Me32ND8DRpVDd8IRvk1xX5p75nygyRPtkMh6GIAbQ==",
|
|
"_location": "/babel-preset-minify",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "babel-preset-minify@^0.3.0",
|
|
"name": "babel-preset-minify",
|
|
"escapedName": "babel-preset-minify",
|
|
"rawSpec": "^0.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/rollup-plugin-babel-minify"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/babel-preset-minify/-/babel-preset-minify-0.3.0.tgz",
|
|
"_shasum": "7db64afa75f16f6e06c0aa5f25195f6f36784d77",
|
|
"_spec": "babel-preset-minify@^0.3.0",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/rollup-plugin-babel-minify",
|
|
"author": {
|
|
"name": "amasad"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/babel/minify/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"babel-plugin-minify-builtins": "^0.3.0",
|
|
"babel-plugin-minify-constant-folding": "^0.3.0",
|
|
"babel-plugin-minify-dead-code-elimination": "^0.3.0",
|
|
"babel-plugin-minify-flip-comparisons": "^0.3.0",
|
|
"babel-plugin-minify-guarded-expressions": "^0.3.0",
|
|
"babel-plugin-minify-infinity": "^0.3.0",
|
|
"babel-plugin-minify-mangle-names": "^0.3.0",
|
|
"babel-plugin-minify-numeric-literals": "^0.3.0",
|
|
"babel-plugin-minify-replace": "^0.3.0",
|
|
"babel-plugin-minify-simplify": "^0.3.0",
|
|
"babel-plugin-minify-type-constructors": "^0.3.0",
|
|
"babel-plugin-transform-inline-consecutive-adds": "^0.3.0",
|
|
"babel-plugin-transform-member-expression-literals": "^6.9.0",
|
|
"babel-plugin-transform-merge-sibling-variables": "^6.9.0",
|
|
"babel-plugin-transform-minify-booleans": "^6.9.0",
|
|
"babel-plugin-transform-property-literals": "^6.9.0",
|
|
"babel-plugin-transform-regexp-constructors": "^0.3.0",
|
|
"babel-plugin-transform-remove-console": "^6.9.0",
|
|
"babel-plugin-transform-remove-debugger": "^6.9.0",
|
|
"babel-plugin-transform-remove-undefined": "^0.3.0",
|
|
"babel-plugin-transform-simplify-comparison-operators": "^6.9.0",
|
|
"babel-plugin-transform-undefined-to-void": "^6.9.0",
|
|
"lodash.isplainobject": "^4.0.6"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Babel preset for all minify plugins.",
|
|
"homepage": "https://github.com/babel/minify#readme",
|
|
"keywords": [
|
|
"babel-minify",
|
|
"babel-preset",
|
|
"minify"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "babel-preset-minify",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/minify/tree/master/packages/babel-preset-minify"
|
|
},
|
|
"version": "0.3.0"
|
|
}
|