| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "_from": "clean-css@^3.1.9",
- "_id": "clean-css@3.4.28",
- "_inBundle": false,
- "_integrity": "sha1-vxlF6C/ICPVWlebd6uwBQA79A/8=",
- "_location": "/clean-css",
- "_phantomChildren": {
- "graceful-readlink": "1.0.1"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "clean-css@^3.1.9",
- "name": "clean-css",
- "escapedName": "clean-css",
- "rawSpec": "^3.1.9",
- "saveSpec": null,
- "fetchSpec": "^3.1.9"
- },
- "_requiredBy": [
- "/jade"
- ],
- "_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.28.tgz",
- "_shasum": "bf1945e82fc808f55695e6ddeaec01400efd03ff",
- "_spec": "clean-css@^3.1.9",
- "_where": "C:\\FatboarProject\\express-server\\node_modules\\jade",
- "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"
- },
- "bundleDependencies": false,
- "dependencies": {
- "commander": "2.8.x",
- "source-map": "0.4.x"
- },
- "deprecated": false,
- "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"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "bin",
- "lib",
- "History.md",
- "index.js",
- "LICENSE"
- ],
- "homepage": "https://github.com/jakubpawlowicz/clean-css",
- "keywords": [
- "css",
- "minifier"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "clean-css",
- "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.28"
- }
|