2017-08-21 08:50:25 +08:00

124 lines
3.0 KiB
JSON

{
"_args": [
[
{
"raw": "clean-css@^3.3.3",
"scope": null,
"escapedName": "clean-css",
"name": "clean-css",
"rawSpec": "^3.3.3",
"spec": ">=3.3.3 <4.0.0",
"type": "range"
},
"D:\\web\\layui\\res\\layui\\node_modules\\gulp-minify-css"
]
],
"_from": "clean-css@>=3.3.3 <4.0.0",
"_id": "clean-css@3.4.23",
"_inCache": true,
"_location": "/clean-css",
"_nodeVersion": "6.5.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/clean-css-3.4.23.tgz_1481993659310_0.8725182958878577"
},
"_npmUser": {
"name": "goalsmashers",
"email": "jakub@goalsmashers.com"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {
"amdefine": "1.0.1"
},
"_requested": {
"raw": "clean-css@^3.3.3",
"scope": null,
"escapedName": "clean-css",
"name": "clean-css",
"rawSpec": "^3.3.3",
"spec": ">=3.3.3 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/gulp-minify-css"
],
"_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.23.tgz",
"_shasum": "604fbbca24c12feb59b02f00b84f1fb7ded6d001",
"_shrinkwrap": null,
"_spec": "clean-css@^3.3.3",
"_where": "D:\\web\\layui\\res\\layui\\node_modules\\gulp-minify-css",
"author": {
"name": "Jakub Pawlowicz",
"email": "contact@jakubpawlowicz.com",
"url": "http://twitter.com/jakubpawlowicz"
},
"bin": {
"cleancss": "./bin/cleancss"
},
"bugs": {
"url": "https://github.com/jakubpawlowicz/clean-css/issues"
},
"dependencies": {
"commander": "2.8.x",
"source-map": "0.4.x"
},
"description": "A well-tested CSS minifier",
"devDependencies": {
"browserify": "11.x",
"http-proxy": "1.x",
"jshint": "2.8.x",
"nock": "2.x",
"server-destroy": "1.x",
"uglify-js": "2.4.x",
"vows": "0.8.x"
},
"directories": {},
"dist": {
"shasum": "604fbbca24c12feb59b02f00b84f1fb7ded6d001",
"tarball": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.23.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"bin",
"lib",
"History.md",
"index.js",
"LICENSE"
],
"gitHead": "a8fa5cf26b40bb8c33541a71a4a6f360e7be7947",
"homepage": "https://github.com/jakubpawlowicz/clean-css",
"keywords": [
"css",
"minifier"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "goalsmashers",
"email": "jakub@goalsmashers.com"
},
{
"name": "jakub.pawlowicz",
"email": "contact@jakubpawlowicz.com"
}
],
"name": "clean-css",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jakubpawlowicz/clean-css.git"
},
"scripts": {
"bench": "node ./test/bench.js",
"browserify": "browserify --standalone CleanCSS index.js | uglifyjs --compress --mangle -o cleancss-browser.js",
"check": "jshint ./bin/cleancss .",
"prepublish": "npm run check",
"test": "vows"
},
"version": "3.4.23"
}