Interactive Angular 19 demo for @sda/notification-elements-ui with 6 sections: Bell & Feed, Notification Center, Inbox, Comments & Threads, Mention Input, and Full-Featured layout. Includes mock data, dark mode toggle, and real-time event log. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
31 lines
611 B
JSON
31 lines
611 B
JSON
{
|
|
"name": "@parcel/watcher-darwin-arm64",
|
|
"version": "2.5.6",
|
|
"main": "watcher.node",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/parcel-bundler/watcher.git"
|
|
},
|
|
"description": "A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
},
|
|
"files": [
|
|
"watcher.node"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"cpu": [
|
|
"arm64"
|
|
]
|
|
}
|