53 lines
1.9 KiB
JSON
53 lines
1.9 KiB
JSON
{
|
|
"_from": "babel-plugin-minify-dead-code-elimination@^0.3.0",
|
|
"_id": "babel-plugin-minify-dead-code-elimination@0.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-SjM2Fzg85YZz+q/PNJ/HU4O3W98FKFOiP9K5z3sfonlamGOzvZw3Eup2OTiEBsbbqTeY8yzNCAv3qpJRYCgGmw==",
|
|
"_location": "/babel-plugin-minify-dead-code-elimination",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "babel-plugin-minify-dead-code-elimination@^0.3.0",
|
|
"name": "babel-plugin-minify-dead-code-elimination",
|
|
"escapedName": "babel-plugin-minify-dead-code-elimination",
|
|
"rawSpec": "^0.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/babel-preset-minify"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/babel-plugin-minify-dead-code-elimination/-/babel-plugin-minify-dead-code-elimination-0.3.0.tgz",
|
|
"_shasum": "a323f686c404b824186ba5583cf7996cac81719e",
|
|
"_spec": "babel-plugin-minify-dead-code-elimination@^0.3.0",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/babel-preset-minify",
|
|
"author": {
|
|
"name": "amasad"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/babel/minify/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"babel-helper-evaluate-path": "^0.3.0",
|
|
"babel-helper-mark-eval-scopes": "^0.3.0",
|
|
"babel-helper-remove-or-void": "^0.3.0",
|
|
"lodash.some": "^4.6.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Inlines bindings when possible. Tries to evaluate expressions and prunes unreachable as a result.",
|
|
"homepage": "https://github.com/babel/minify#readme",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "babel-plugin-minify-dead-code-elimination",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-dead-code-elimination"
|
|
},
|
|
"version": "0.3.0"
|
|
}
|