Files
Arbitrate-FrontendH5/node_modules/cssnano/package.json
T

87 lines
2.0 KiB
JSON
Raw Normal View History

2024-01-18 10:46:33 +08:00
{
2024-04-08 16:23:29 +08:00
"_args": [
[
"cssnano@5.1.15",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "cssnano@5.1.15",
"_id": "cssnano@5.1.15",
"_inBundle": false,
"_integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==",
"_location": "/cssnano",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cssnano@5.1.15",
"name": "cssnano",
"escapedName": "cssnano",
"rawSpec": "5.1.15",
"saveSpec": null,
"fetchSpec": "5.1.15"
},
"_requiredBy": [
"/@vue/cli-service",
"/css-minimizer-webpack-plugin"
],
"_resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz",
"_spec": "5.1.15",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"bugs": {
"url": "https://github.com/cssnano/cssnano/issues"
},
"dependencies": {
"cssnano-preset-default": "^5.2.14",
"lilconfig": "^2.0.3",
"yaml": "^1.10.2"
},
2024-01-18 10:46:33 +08:00
"description": "A modular minifier, built on top of the PostCSS ecosystem.",
2024-04-08 16:23:29 +08:00
"devDependencies": {
"autoprefixer": "^10.4.12",
"cssnano-preset-advanced": "^5.3.10",
"cssnano-preset-lite": "^2.1.3",
"postcss": "^8.2.15"
},
"engines": {
"node": "^10 || ^12 || >=14.0"
},
"files": [
"src",
"LICENSE-MIT",
"types"
],
2024-01-18 10:46:33 +08:00
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/cssnano"
},
2024-04-08 16:23:29 +08:00
"homepage": "https://github.com/cssnano/cssnano",
2024-01-18 10:46:33 +08:00
"keywords": [
"css",
"compress",
"minify",
"optimise",
"optimisation",
"postcss",
"postcss-plugin"
],
"license": "MIT",
2024-04-08 16:23:29 +08:00
"main": "src/index.js",
"name": "cssnano",
2024-01-18 10:46:33 +08:00
"peerDependencies": {
"postcss": "^8.2.15"
2024-04-08 16:23:29 +08:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/cssnano/cssnano.git"
},
"types": "types/index.d.ts",
"version": "5.1.15"
}