You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
116 lines
2.8 KiB
JSON
116 lines
2.8 KiB
JSON
9 years ago
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"clean-css@^3.1.9",
|
||
|
"/Users/alfiepates/src/invoicer/node_modules/jade"
|
||
|
]
|
||
|
],
|
||
|
"_from": "clean-css@>=3.1.9 <4.0.0",
|
||
|
"_id": "clean-css@3.4.12",
|
||
|
"_inCache": true,
|
||
|
"_installable": true,
|
||
|
"_location": "/clean-css",
|
||
|
"_nodeVersion": "0.12.0",
|
||
|
"_npmOperationalInternal": {
|
||
|
"host": "packages-16-east.internal.npmjs.com",
|
||
|
"tmp": "tmp/clean-css-3.4.12.tgz_1460215586656_0.45340779633261263"
|
||
|
},
|
||
|
"_npmUser": {
|
||
|
"email": "jakub@goalsmashers.com",
|
||
|
"name": "goalsmashers"
|
||
|
},
|
||
|
"_npmVersion": "3.8.5",
|
||
|
"_phantomChildren": {
|
||
|
"graceful-readlink": "1.0.1"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"name": "clean-css",
|
||
|
"raw": "clean-css@^3.1.9",
|
||
|
"rawSpec": "^3.1.9",
|
||
|
"scope": null,
|
||
|
"spec": ">=3.1.9 <4.0.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/jade"
|
||
|
],
|
||
|
"_resolved": "http://localhost:4873/clean-css/-/clean-css-3.4.12.tgz",
|
||
|
"_shasum": "0472a1628c980fb01fea3aaeab2b6d367db277c2",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "clean-css@^3.1.9",
|
||
|
"_where": "/Users/alfiepates/src/invoicer/node_modules/jade",
|
||
|
"author": {
|
||
|
"email": "contact@jakubpawlowicz.com",
|
||
|
"name": "Jakub Pawlowicz",
|
||
|
"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": "0472a1628c980fb01fea3aaeab2b6d367db277c2",
|
||
|
"tarball": "http://localhost:4873/clean-css/-/clean-css-3.4.12.tgz"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"bin",
|
||
|
"lib",
|
||
|
"History.md",
|
||
|
"index.js",
|
||
|
"LICENSE"
|
||
|
],
|
||
|
"gitHead": "a048c38113640361fe1c42dffb78f80cf029ca8e",
|
||
|
"homepage": "https://github.com/jakubpawlowicz/clean-css",
|
||
|
"keywords": [
|
||
|
"css",
|
||
|
"minifier"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"email": "jakub@goalsmashers.com",
|
||
|
"name": "goalsmashers"
|
||
|
},
|
||
|
{
|
||
|
"email": "contact@jakubpawlowicz.com",
|
||
|
"name": "jakub.pawlowicz"
|
||
|
}
|
||
|
],
|
||
|
"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.12"
|
||
|
}
|