react-scripts
Version:
Configuration and scripts for Create React App.
137 lines (136 loc) • 3.27 kB
JSON
{
"_args": [
[
"html-minifier@^1.0.0",
"/Users/dan/p/create-react-app/node_modules/html-loader"
]
],
"_from": "html-minifier@>=1.0.0 <2.0.0",
"_id": "html-minifier@1.5.0",
"_inCache": true,
"_installable": true,
"_location": "/html-minifier",
"_nodeVersion": "5.10.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/html-minifier-1.5.0.tgz_1460270812072_0.5190650071017444"
},
"_npmUser": {
"email": "alex+npm@starthq.com",
"name": "alexlamsl"
},
"_npmVersion": "3.8.3",
"_phantomChildren": {
"graceful-readlink": "1.0.1"
},
"_requested": {
"name": "html-minifier",
"raw": "html-minifier@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/html-loader"
],
"_resolved": "https://registry.npmjs.org/html-minifier/-/html-minifier-1.5.0.tgz",
"_shasum": "beb05fd9cc340945865c10f40aedf469af4b1534",
"_shrinkwrap": null,
"_spec": "html-minifier@^1.0.0",
"_where": "/Users/dan/p/create-react-app/node_modules/html-loader",
"author": {
"name": "Juriy \"kangax\" Zaytsev"
},
"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": "2.3.x",
"clean-css": "3.4.x",
"commander": "2.9.x",
"concat-stream": "1.5.x",
"he": "1.0.x",
"ncname": "1.0.x",
"relateurl": "0.2.x",
"uglify-js": "2.6.x"
},
"description": "HTML minifier with lint-like capabilities.",
"devDependencies": {
"brotli": "1.2.x",
"chalk": "1.1.x",
"cli-table": "0.3.x",
"grunt": "1.0.x",
"grunt-browserify": "5.0.x",
"grunt-contrib-uglify": "1.0.x",
"grunt-eslint": "18.0.x",
"grunt-lib-phantomjs": "1.0.x",
"lzma": "2.3.x",
"minimize": "1.8.x",
"progress": "1.1.x",
"qunit": "0.9.x",
"time-grunt": "1.3.x"
},
"directories": {},
"dist": {
"shasum": "beb05fd9cc340945865c10f40aedf469af4b1534",
"tarball": "https://registry.npmjs.org/html-minifier/-/html-minifier-1.5.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"LICENSE",
"cli.js",
"sample-cli-config-file.conf",
"src"
],
"gitHead": "2604d6a6c5406a24b50b6b796ecc7957d8aae41e",
"homepage": "http://kangax.github.io/html-minifier/",
"keywords": [
"html",
"lint",
"minifier"
],
"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": "1.5.0"
}