1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 20:00:05 +02:00
Files
minifyfromhtml/node_modules/babel-plugin-minify-dead-code-elimination/package.json
2019-03-29 15:56:41 +01:00

56 lines
1.7 KiB
JSON

{
"_args": [
[
"babel-plugin-minify-dead-code-elimination@0.4.1",
"E:\\projects\\p\\minifyfromhtml"
]
],
"_from": "babel-plugin-minify-dead-code-elimination@0.4.1",
"_id": "babel-plugin-minify-dead-code-elimination@0.4.1",
"_inBundle": false,
"_integrity": "sha1-81/PNIk06wqslEUCrTA3KRgu6yE=",
"_location": "/babel-plugin-minify-dead-code-elimination",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "babel-plugin-minify-dead-code-elimination@0.4.1",
"name": "babel-plugin-minify-dead-code-elimination",
"escapedName": "babel-plugin-minify-dead-code-elimination",
"rawSpec": "0.4.1",
"saveSpec": null,
"fetchSpec": "0.4.1"
},
"_requiredBy": [
"/babel-preset-minify"
],
"_resolved": "https://registry.npmjs.org/babel-plugin-minify-dead-code-elimination/-/babel-plugin-minify-dead-code-elimination-0.4.1.tgz",
"_spec": "0.4.1",
"_where": "E:\\projects\\p\\minifyfromhtml",
"author": {
"name": "amasad"
},
"bugs": {
"url": "https://github.com/babel/minify/issues"
},
"dependencies": {
"babel-helper-evaluate-path": "^0.4.1",
"babel-helper-mark-eval-scopes": "^0.4.1",
"babel-helper-remove-or-void": "^0.4.1",
"lodash.some": "^4.6.0"
},
"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.4.1"
}