UNPKG

@stdlib/string-lowercase

Version:

Convert a string to lowercase.

73 lines (72 loc) 1.48 kB
{ "name": "@stdlib/string-lowercase", "version": "0.3.0", "description": "Convert a string to lowercase.", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" }, "contributors": [ { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" } ], "main": "./lib", "directories": { "doc": "./docs", "lib": "./lib", "dist": "./dist" }, "types": "./docs/types", "scripts": {}, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/string-lowercase.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/assert-is-string": "^0.2.2", "@stdlib/string-base-lowercase": "^0.4.0", "@stdlib/string-format": "^0.2.2", "@stdlib/error-tools-fmtprodmsg": "^0.2.2" }, "devDependencies": {}, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "os": [ "aix", "darwin", "freebsd", "linux", "macos", "openbsd", "sunos", "win32", "windows" ], "keywords": [ "stdlib", "stdstring", "utilities", "utility", "utils", "util", "lower", "case", "lowercase", "convert", "string", "str" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }