@emvu/react-scripts
Version:
Fork of configuration and scripts for Create React App.
161 lines (160 loc) • 3.83 kB
JSON
{
"_args": [
[
{
"raw": "html-minifier@^3.1.0",
"scope": null,
"escapedName": "html-minifier",
"name": "html-minifier",
"rawSpec": "^3.1.0",
"spec": ">=3.1.0 <4.0.0",
"type": "range"
},
"/Users/emvu/src/mivnet/create-react-app/packages/react-scripts/node_modules/html-webpack-plugin"
]
],
"_from": "html-minifier@>=3.1.0 <4.0.0",
"_id": "html-minifier@3.1.0",
"_inCache": true,
"_installable": true,
"_location": "/html-minifier",
"_nodeVersion": "7.0.0-pre9",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/html-minifier-3.1.0.tgz_1474857214039_0.14933095779269934"
},
"_npmUser": {
"name": "alexlamsl",
"email": "alexlamsl@gmail.com"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {
"graceful-readlink": "1.0.1"
},
"_requested": {
"raw": "html-minifier@^3.1.0",
"scope": null,
"escapedName": "html-minifier",
"name": "html-minifier",
"rawSpec": "^3.1.0",
"spec": ">=3.1.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/html-webpack-plugin"
],
"_resolved": "https://registry.npmjs.org/html-minifier/-/html-minifier-3.1.0.tgz",
"_shasum": "e0b35d7a1fff89ae989e2fa51c572bc0d1f2d1f6",
"_shrinkwrap": null,
"_spec": "html-minifier@^3.1.0",
"_where": "/Users/emvu/src/mivnet/create-react-app/packages/react-scripts/node_modules/html-webpack-plugin",
"author": {
"name": "Juriy \"kangax\" Zaytsev"
},
"benchmarkDependencies": {
"brotli": "1.3.x",
"chalk": "1.1.x",
"cli-table": "0.3.x",
"lzma": "2.3.x",
"minimize": "2.0.x",
"progress": "1.1.x"
},
"bin": {
"html-minifier": "./cli.js"
},
"bugs": {
"url": "https://github.com/kangax/html-minifier/issues"
},
"contributors": [
{
"name": "Gilmore Davidson",
"url": "https://github.com/gilmoreorless"
},
{
"name": "Hugo Wetterberg",
"email": "hugo@wetterberg.nu"
},
{
"name": "Zoltan Frombach",
"email": "tssajo@gmail.com"
}
],
"dependencies": {
"change-case": "3.0.x",
"clean-css": "3.4.x",
"commander": "2.9.x",
"he": "1.1.x",
"ncname": "1.0.x",
"relateurl": "0.2.x",
"uglify-js": "2.7.x"
},
"description": "Highly configurable, well-tested, JavaScript-based HTML minifier.",
"devDependencies": {
"grunt": "1.0.x",
"grunt-browserify": "5.0.x",
"grunt-contrib-uglify": "2.0.x",
"gruntify-eslint": "3.1.x",
"phantomjs-prebuilt": "2.1.x",
"qunitjs": "2.x"
},
"directories": {},
"dist": {
"shasum": "e0b35d7a1fff89ae989e2fa51c572bc0d1f2d1f6",
"tarball": "https://registry.npmjs.org/html-minifier/-/html-minifier-3.1.0.tgz"
},
"engines": {
"node": ">=4"
},
"files": [
"src/*.js",
"cli.js",
"sample-cli-config-file.conf"
],
"gitHead": "969d21a0a86696d0bb148e3c6bd572bddd9049c5",
"homepage": "http://kangax.github.io/html-minifier/",
"keywords": [
"cli",
"compress",
"compressor",
"css",
"html",
"htmlmin",
"javascript",
"min",
"minification",
"minifier",
"minify",
"optimize",
"optimizer",
"pack",
"packer",
"parse",
"parser",
"uglifier",
"uglify"
],
"license": "MIT",
"main": "src/htmlminifier.js",
"maintainers": [
{
"name": "alexlamsl",
"email": "alex+npm@starthq.com"
},
{
"name": "kangax",
"email": "kangax@gmail.com"
}
],
"name": "html-minifier",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/kangax/html-minifier.git"
},
"scripts": {
"dist": "grunt dist",
"test": "grunt test"
},
"version": "3.1.0"
}