85 lines
1.9 KiB
JSON
85 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"clean-css@2.2.23",
|
|
"C:\\wamp64\\www\\ilink"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "clean-css@2.2.23",
|
|
"_id": "clean-css@2.2.23",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-BZC1R4tRbEkD7cLYm9P9vdKGMow=",
|
|
"_location": "/clean-css",
|
|
"_optional": true,
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "clean-css@2.2.23",
|
|
"name": "clean-css",
|
|
"escapedName": "clean-css",
|
|
"rawSpec": "2.2.23",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.2.23"
|
|
},
|
|
"_requiredBy": [
|
|
"/grunt-contrib-less/less"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-2.2.23.tgz",
|
|
"_spec": "2.2.23",
|
|
"_where": "C:\\wamp64\\www\\ilink",
|
|
"author": {
|
|
"name": "Jakub Pawlowicz",
|
|
"email": "jakub@goalsmashers.com",
|
|
"url": "http://twitter.com/GoalSmashers"
|
|
},
|
|
"bin": {
|
|
"cleancss": "./bin/cleancss"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/GoalSmashers/clean-css/issues"
|
|
},
|
|
"dependencies": {
|
|
"commander": "2.2.x"
|
|
},
|
|
"description": "A well-tested CSS minifier",
|
|
"devDependencies": {
|
|
"browserify": "4.x",
|
|
"jshint": "2.5.x",
|
|
"nock": "0.28.x",
|
|
"uglify-js": "2.4.x",
|
|
"vows": "0.7.x"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib",
|
|
"History.md",
|
|
"index.js",
|
|
"LICENSE"
|
|
],
|
|
"homepage": "https://github.com/GoalSmashers/clean-css",
|
|
"keywords": [
|
|
"css",
|
|
"minifier"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "clean-css",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/GoalSmashers/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": "jshint .",
|
|
"test": "vows"
|
|
},
|
|
"version": "2.2.23"
|
|
}
|