| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- {
- "_args": [
- [
- {
- "raw": "clean-css@^3.4.23",
- "scope": null,
- "escapedName": "clean-css",
- "name": "clean-css",
- "rawSpec": "^3.4.23",
- "spec": ">=3.4.23 <4.0.0",
- "type": "range"
- },
- "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-clean-css"
- ]
- ],
- "_from": "clean-css@>=3.4.23 <4.0.0",
- "_id": "clean-css@3.4.23",
- "_inCache": true,
- "_installable": 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.4.23",
- "scope": null,
- "escapedName": "clean-css",
- "name": "clean-css",
- "rawSpec": "^3.4.23",
- "spec": ">=3.4.23 <4.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/gulp-clean-css"
- ],
- "_resolved": "http://registry.npmjs.org/clean-css/-/clean-css-3.4.23.tgz",
- "_shasum": "604fbbca24c12feb59b02f00b84f1fb7ded6d001",
- "_shrinkwrap": null,
- "_spec": "clean-css@^3.4.23",
- "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-clean-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"
- }
|