HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991111/root/usr/share/node_modules/unicode-length/
Upload File :
Current File : //proc/1991111/root/usr/share/node_modules/unicode-length/package.json
{
  "name": "unicode-length",
  "version": "2.0.2",
  "description": "Get the length of unicode strings",
  "main": "lib/unicode-length.js",
  "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",
    "strip-ansi": "^3.0.1"
  }
}