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.
88 lines
2.1 KiB
JSON
88 lines
2.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"clean-css@3.4.28",
|
|
"E:\\公司\\node\\logistics_node"
|
|
]
|
|
],
|
|
"_from": "clean-css@3.4.28",
|
|
"_id": "clean-css@3.4.28",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-vxlF6C/ICPVWlebd6uwBQA79A/8=",
|
|
"_location": "/clean-css",
|
|
"_phantomChildren": {
|
|
"graceful-readlink": "1.0.1"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "clean-css@3.4.28",
|
|
"name": "clean-css",
|
|
"escapedName": "clean-css",
|
|
"rawSpec": "3.4.28",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.4.28"
|
|
},
|
|
"_requiredBy": [
|
|
"/jade"
|
|
],
|
|
"_resolved": "https://registry.nlark.com/clean-css/download/clean-css-3.4.28.tgz?cache=0&sync_timestamp=1628166380513&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fclean-css%2Fdownload%2Fclean-css-3.4.28.tgz",
|
|
"_spec": "3.4.28",
|
|
"_where": "E:\\公司\\node\\logistics_node",
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|