UNPKG

mix-cn

Version:

一个用于字符串拼接的小工具,常用于 class name 的拼接

59 lines 1.21 kB
{ "main": "index.cjs", "module": "index.mjs", "types": "index.d.ts", "name": "mix-cn", "type": "module", "version": "0.1.2", "description": "一个用于字符串拼接的小工具,常用于 class name 的拼接", "license": "ISC", "dependencies": { "a-type-of-js": "^1.0.7" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "files": [ "index.mjs", "index.cjs", "index.d.ts", "src" ], "exports": { ".": { "import": { "default": "./index.mjs", "types": "./index.d.ts" }, "require": { "default": "./index.cjs", "types": "./index.d.ts" } } }, "repository": { "type": "git", "url": "git+https://github.com/earthnutDev/xcn.git" }, "author": { "name": "🥜", "email": "earthnut.dev@outlook.com", "url": "https://earthnut.dev" }, "browserslist": [ "node>=18.0.0" ], "engines": { "node": ">=18.0.0" }, "keywords": [ "xcn", "mix-cn" ], "homepage": "https://earthnut.dev/npm/xcn", "bugs": { "url": "https://github.com/earthnutDev/xcn/issues", "email": "earthnut.dev@outlook.com" } }