npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "unicorn" 的结果(共 10 个)
decamelize

Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow

MIT
find-versions

Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`

MIT
file-url

Convert a file path to a file url: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`

MIT
titleize

Capitalize every word in a string: `unicorn cake` → `Unicorn Cake`

MIT
eslint-config-unicorn-camelcase

ESLint shareable config for unicorn with camelCase filename

MIT
gulp-rev

Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn-d41d8cd98f.css

MIT
line-column-path

Parse and stringify file paths with line and column like `unicorn.js:8:14`

MIT
to-single-quotes

Convert matching double-quotes to single-quotes: `I "love" unicorns` → `I 'love' unicorns`

MIT
gulp-rev-all

Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn.098f6bcd.css, also re-writes references in each file to new reved name.

MIT