1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 12:00:03 +02:00
Files
minifyfromhtml/node_modules/babel-minify/package.json
2018-05-05 15:35:25 +02:00

62 lines
1.5 KiB
JSON

{
"_from": "babel-minify",
"_id": "babel-minify@0.4.1",
"_inBundle": false,
"_integrity": "sha1-9+QHlrtavnPmbMl0Ipw3ZhP+Xsc=",
"_location": "/babel-minify",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "babel-minify",
"name": "babel-minify",
"escapedName": "babel-minify",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/babel-minify/-/babel-minify-0.4.1.tgz",
"_shasum": "f7e40796bb5abe73e66cc974229c376613fe5ec7",
"_spec": "babel-minify",
"_where": "/home/s2/Documents/Code/minifyfromhtml",
"author": {
"name": "amasad"
},
"bin": {
"babel-minify": "./bin/minify.js",
"minify": "./bin/minify.js"
},
"bugs": {
"url": "https://github.com/babel/minify/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/core": "^7.0.0-beta.46",
"babel-preset-minify": "^0.4.1",
"fs-readdir-recursive": "^1.1.0",
"mkdirp": "^0.5.1",
"util.promisify": "^1.0.0",
"yargs-parser": "^10.0.0"
},
"deprecated": false,
"description": "✂️ An ES6+ aware minifier based on the Babel toolchain (beta)",
"homepage": "https://github.com/babel/minify#readme",
"keywords": [
"babel-minify",
"babel-preset",
"minify"
],
"license": "MIT",
"main": "lib/index.js",
"name": "babel-minify",
"repository": {
"type": "git",
"url": "https://github.com/babel/minify/tree/master/packages/babel-minify"
},
"version": "0.4.1"
}