94 lines
2.2 KiB
JSON
94 lines
2.2 KiB
JSON
|
{
|
||
|
"_from": "grunt-contrib-cssmin@^0.12.2",
|
||
|
"_id": "grunt-contrib-cssmin@0.12.3",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-QVdZYJb7dlb8RktMx7B0beHzkBQ=",
|
||
|
"_location": "/grunt-contrib-cssmin",
|
||
|
"_phantomChildren": {
|
||
|
"amdefine": "1.0.1",
|
||
|
"browserify-zlib": "0.1.4",
|
||
|
"concat-stream": "1.5.2",
|
||
|
"escape-string-regexp": "1.0.5",
|
||
|
"figures": "1.7.0",
|
||
|
"get-stdin": "4.0.1",
|
||
|
"graceful-readlink": "1.0.1",
|
||
|
"meow": "3.7.0"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "grunt-contrib-cssmin@^0.12.2",
|
||
|
"name": "grunt-contrib-cssmin",
|
||
|
"escapedName": "grunt-contrib-cssmin",
|
||
|
"rawSpec": "^0.12.2",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^0.12.2"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"#DEV:/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-0.12.3.tgz",
|
||
|
"_shasum": "4157596096fb7656fc464b4cc7b0746de1f39014",
|
||
|
"_spec": "grunt-contrib-cssmin@^0.12.2",
|
||
|
"_where": "C:\\wamp64\\www\\ilink",
|
||
|
"appveyor_id": "ntgfqc3ppk533m84",
|
||
|
"author": {
|
||
|
"name": "Grunt Team",
|
||
|
"url": "http://gruntjs.com/"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/gruntjs/grunt-contrib-cssmin/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"chalk": "^1.0.0",
|
||
|
"clean-css": "^3.1.0",
|
||
|
"maxmin": "^1.1.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Minify CSS",
|
||
|
"devDependencies": {
|
||
|
"grunt": "^0.4.5",
|
||
|
"grunt-cli": "^0.1.13",
|
||
|
"grunt-contrib-clean": "^0.6.0",
|
||
|
"grunt-contrib-internal": "^0.4.6",
|
||
|
"grunt-contrib-jshint": "^0.11.0",
|
||
|
"grunt-contrib-nodeunit": "^0.4.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"tasks"
|
||
|
],
|
||
|
"homepage": "https://github.com/gruntjs/grunt-contrib-cssmin#readme",
|
||
|
"keywords": [
|
||
|
"gruntplugin",
|
||
|
"cssmin",
|
||
|
"css",
|
||
|
"style",
|
||
|
"styles",
|
||
|
"stylesheet",
|
||
|
"minify",
|
||
|
"compress"
|
||
|
],
|
||
|
"licenses": [
|
||
|
{
|
||
|
"type": "MIT",
|
||
|
"url": "https://github.com/gruntjs/grunt-contrib-cssmin/blob/master/LICENSE-MIT"
|
||
|
}
|
||
|
],
|
||
|
"name": "grunt-contrib-cssmin",
|
||
|
"peerDependencies": {
|
||
|
"grunt": ">=0.4.0"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/gruntjs/grunt-contrib-cssmin.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "grunt test"
|
||
|
},
|
||
|
"version": "0.12.3"
|
||
|
}
|