{
  "_args": [
    [
      {
        "raw": "string-length@^2.0.0",
        "scope": null,
        "escapedName": "string-length",
        "name": "string-length",
        "rawSpec": "^2.0.0",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "/home/lively4/lively4/ojs/node_modules/jest/node_modules/jest-cli"
    ]
  ],
  "_from": "string-length@>=2.0.0 <3.0.0",
  "_id": "string-length@2.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/string-length",
  "_nodeVersion": "4.8.3",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/string-length-2.0.0.tgz_1501117430278_0.7992605706676841"
  },
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "2.15.11",
  "_phantomChildren": {},
  "_requested": {
    "raw": "string-length@^2.0.0",
    "scope": null,
    "escapedName": "string-length",
    "name": "string-length",
    "rawSpec": "^2.0.0",
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/jest-watcher",
    "/jest/jest-cli"
  ],
  "_resolved": "https://registry.npmjs.org/string-length/-/string-length-2.0.0.tgz",
  "_shasum": "d40dbb686a3ace960c1cffca562bf2c45f8363ed",
  "_shrinkwrap": null,
  "_spec": "string-length@^2.0.0",
  "_where": "/home/lively4/lively4/ojs/node_modules/jest/node_modules/jest-cli",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/string-length/issues"
  },
  "dependencies": {
    "astral-regex": "^1.0.0",
    "strip-ansi": "^4.0.0"
  },
  "description": "Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes",
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "d40dbb686a3ace960c1cffca562bf2c45f8363ed",
    "tarball": "https://registry.npmjs.org/string-length/-/string-length-2.0.0.tgz"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "dcdf2d91dcb155923ece3b8f77f2279e49bb1d3f",
  "homepage": "https://github.com/sindresorhus/string-length#readme",
  "keywords": [
    "unicode",
    "string",
    "length",
    "size",
    "count",
    "astral",
    "symbol",
    "surrogates",
    "codepoints",
    "ansi",
    "escape",
    "codes"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "string-length",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/string-length.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "2.0.0"
}
