Files
notification-elements-demo/node_modules/unicode-property-aliases-ecmascript/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

41 lines
1.2 KiB
JSON

{
"name": "unicode-property-aliases-ecmascript",
"version": "2.2.0",
"description": "Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.",
"homepage": "https://github.com/mathiasbynens/unicode-property-aliases-ecmascript",
"main": "index.js",
"engines": {
"node": ">=4"
},
"files": [
"LICENSE-MIT.txt",
"index.js"
],
"keywords": [
"unicode",
"unicode-data",
"alias",
"aliases",
"property alias"
],
"license": "MIT",
"author": {
"name": "Mathias Bynens",
"url": "https://mathiasbynens.be/"
},
"repository": {
"type": "git",
"url": "https://github.com/mathiasbynens/unicode-property-aliases-ecmascript.git"
},
"bugs": "https://github.com/mathiasbynens/unicode-property-aliases-ecmascript/issues",
"devDependencies": {
"jsesc": "^3.0.2",
"unicode-canonical-property-names-ecmascript": "^2.0.0"
},
"scripts": {
"download": "curl -L https://unicode.org/Public/17.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt",
"build": "node scripts/build.js",
"test": "node --test tests/tests.js"
}
}