Files
notification-elements-demo/node_modules/@napi-rs/nice-darwin-arm64/package.json
Giuliano Silvestro 5d0c9ec7eb Initial commit: notification-elements-demo app
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>
2026-02-13 21:49:19 +10:00

36 lines
658 B
JSON

{
"name": "@napi-rs/nice-darwin-arm64",
"version": "1.1.1",
"cpu": [
"arm64"
],
"main": "nice.darwin-arm64.node",
"files": [
"nice.darwin-arm64.node"
],
"description": "https://linux.die.net/man/2/nice binding for Node.js",
"keywords": [
"napi-rs",
"NAPI",
"N-API",
"Rust",
"node-addon",
"node-addon-api",
"nice"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"repository": {
"url": "git+ssh://git@github.com/Brooooooklyn/nice.git",
"type": "git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"os": [
"darwin"
]
}