063a36d588abfe23c96b2391ae0830aa94180b69.svn-base 1.71 KB
{
  "_from": "unicode-length@^2.0.2",
  "_id": "unicode-length@2.0.2",
  "_inBundle": true,
  "_integrity": "sha512-Ph/j1VbS3/r77nhoY2WU0GWGjVYOHL3xpKp0y/Eq2e5r0mT/6b649vm7KFO6RdAdrZkYLdxphYVgvODxPB+Ebg==",
  "_location": "/tap/unicode-length",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "unicode-length@^2.0.2",
    "name": "unicode-length",
    "escapedName": "unicode-length",
    "rawSpec": "^2.0.2",
    "saveSpec": null,
    "fetchSpec": "^2.0.2"
  },
  "_requiredBy": [
    "/tap/treport"
  ],
  "_resolved": "https://registry.npmjs.org/unicode-length/-/unicode-length-2.0.2.tgz",
  "_shasum": "e5eb4c0d523fdf7bebb59ca261c9ca1cf732da96",
  "_spec": "unicode-length@^2.0.2",
  "_where": "/Users/isaacs/dev/js/tap/node_modules/tap-mocha-reporter",
  "author": {
    "name": "Juan Cruz Viotti",
    "email": "jv@jviotti.com"
  },
  "bugs": {
    "url": "https://github.com/jviotti/unicode-length/issues"
  },
  "dependencies": {
    "punycode": "^2.0.0",
    "strip-ansi": "^3.0.1"
  },
  "deprecated": false,
  "description": "Get the length of unicode strings",
  "devDependencies": {
    "standard": "^12.0.1",
    "tap-spec": "^5.0.0",
    "tape": "^4.10.2"
  },
  "directories": {
    "test": "tests"
  },
  "files": [
    "lib/unicode-length.js"
  ],
  "homepage": "https://github.com/jviotti/unicode-length",
  "keywords": [
    "unicode",
    "string",
    "length"
  ],
  "license": "MIT",
  "main": "lib/unicode-length.js",
  "name": "unicode-length",
  "repository": {
    "type": "git",
    "url": "git://github.com/jviotti/unicode-length.git"
  },
  "scripts": {
    "lint": "standard",
    "test": "node ./tests/unicode-length.spec.js | tap-spec"
  },
  "version": "2.0.2"
}