{
  "_args": [
    [
      "string-length@0.1.2",
      "/var/www/nomadis/maj/nomadis_maj"
    ]
  ],
  "_development": true,
  "_from": "string-length@0.1.2",
  "_id": "string-length@0.1.2",
  "_inBundle": false,
  "_integrity": "sha1-qwS7M4Z+50vu1/uJu38InTkngPI=",
  "_location": "/string-length",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "string-length@0.1.2",
    "name": "string-length",
    "escapedName": "string-length",
    "rawSpec": "0.1.2",
    "saveSpec": null,
    "fetchSpec": "0.1.2"
  },
  "_requiredBy": [
    "/update-notifier"
  ],
  "_resolved": "https://registry.npmjs.org/string-length/-/string-length-0.1.2.tgz",
  "_spec": "0.1.2",
  "_where": "/var/www/nomadis/maj/nomadis_maj",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/string-length/issues"
  },
  "dependencies": {
    "strip-ansi": "^0.2.1"
  },
  "description": "Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes",
  "devDependencies": {
    "browserify": "^3.0.0",
    "mocha": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/string-length#readme",
  "keywords": [
    "unicode",
    "string",
    "str",
    "length",
    "astral",
    "symbol",
    "surrogates",
    "codepoints",
    "ansi",
    "escape",
    "codes"
  ],
  "license": "MIT",
  "name": "string-length",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/string-length.git"
  },
  "scripts": {
    "browser": "browserify -s $npm_package_name -o browser.js .",
    "test": "mocha"
  },
  "version": "0.1.2"
}
