Document application modes (development/debug/production) Add global file drop handler, order column normalization, SPA hash fix Serve CDN assets via /_vendor/ URLs instead of merging into bundles Add production minification with license preservation Improve JSON formatting for debugging and production optimization Add CDN asset caching with CSS URL inlining for production builds Add three-mode system (development, debug, production) Update Manifest CLAUDE.md to reflect helper class architecture Refactor Manifest.php into helper classes for better organization Pre-manifest-refactor checkpoint: Add app_mode documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
35 lines
787 B
JSON
Executable File
35 lines
787 B
JSON
Executable File
{
|
|
"name": "postcss-normalize-repeat-style",
|
|
"version": "7.0.1",
|
|
"description": "Convert two value syntax for repeat-style into one value.",
|
|
"main": "src/index.js",
|
|
"types": "types/index.d.ts",
|
|
"files": [
|
|
"LICENSE-MIT",
|
|
"src",
|
|
"types"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"author": {
|
|
"name": "Ben Briggs",
|
|
"email": "beneb.info@gmail.com",
|
|
"url": "http://beneb.info"
|
|
},
|
|
"repository": "cssnano/cssnano",
|
|
"bugs": {
|
|
"url": "https://github.com/cssnano/cssnano/issues"
|
|
},
|
|
"homepage": "https://github.com/cssnano/cssnano",
|
|
"engines": {
|
|
"node": "^18.12.0 || ^20.9.0 || >=22.0"
|
|
},
|
|
"devDependencies": {
|
|
"postcss": "^8.5.3"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4.32"
|
|
}
|
|
} |