/
buzzeroanton
/
2026-1--study--security-modeling
Обзор
Документация
Войти
/
buzzeroanton
/
2026-1--study--security-modeling
Код
Запросы
0
Задачи
Пакеты
0
Релизы
5
Аналитика
Безопасность
master
node_modules/is-fullwidth-code-point/package.json
45 строк
788 B
Anton Zero
feat(main): add git commitizen
30 май 2026, 18:11
30 май 2026, 18:11
b871848
Код
Авторство
О чём код?
{ "name": "is-fullwidth-code-point", "version": "2.0.0", "description": "Check if the character represented by a given Unicode code point is fullwidth", "license": "MIT", "repository": "sindresorhus/is-fullwidth-code-point", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=4" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js" ], "keywords": [ "fullwidth", "full-width", "full", "width", "unicode", "character", "char", "string", "str", "codepoint", "code", "point", "is", "detect", "check" ], "devDependencies": { "ava": "*", "xo": "*" }, "xo": { "esnext": true } }