UNPKG

fold-case

Version:

Unicode case folding, i.e. based on the official Unicode case folding mappings.

44 lines (43 loc) 966 B
{ "name": "fold-case", "version": "1.0.0", "description": "Unicode case folding, i.e. based on the official Unicode case folding mappings.", "main": "lib/index.js", "keywords": [ "string", "case-folding", "case-fold", "unicode" ], "license": "MIT", "author": { "name": "Mathias Bynens", "url": "https://mathiasbynens.be/" }, "contributors": ["Doug Moscrop <doug.moscrop@gmail.com>"], "repository": { "type": "git", "url": "https://github.com/dmoscrop/fold-case" }, "bugs": "https://github.com/dmoscrop/fold-case/issues", "files": [ "LICENSE-MIT.txt", "lib/index.js" ], "directories": { "test": "tests" }, "scripts": { "template": "grunt", "test": "mocha tests" }, "devDependencies": { "grunt": "^0.4.5", "grunt-template": "^0.2.3", "jsesc": "^0.4.3", "mocha": "^2.0.1", "lodash": "^2.4.1", "regenerate": "^0.6.4", "unicode-7.0.0": "^0.1.5" } }