UNPKG

unicode-length

Version:
38 lines (37 loc) 805 B
{ "name": "unicode-length", "version": "2.1.0", "description": "Get the length of unicode strings", "main": "lib/unicode-length.js", "types": "index.d.ts", "files": [ "lib/unicode-length.js" ], "homepage": "https://github.com/jviotti/unicode-length", "repository": { "type": "git", "url": "git://github.com/jviotti/unicode-length.git" }, "keywords": [ "unicode", "string", "length" ], "directories": { "test": "tests" }, "scripts": { "lint": "standard", "test": "node ./tests/unicode-length.spec.js | tap-spec" }, "author": "Juan Cruz Viotti <jv@jviotti.com>", "license": "MIT", "devDependencies": { "standard": "^12.0.1", "tap-spec": "^5.0.0", "tape": "^4.10.2" }, "dependencies": { "punycode": "^2.0.0" } }