{
  "_args": [
    [
      {
        "raw": "node-emoji@^1.4.1",
        "scope": null,
        "escapedName": "node-emoji",
        "name": "node-emoji",
        "rawSpec": "^1.4.1",
        "spec": ">=1.4.1 <2.0.0",
        "type": "range"
      },
      "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/marked-terminal"
    ]
  ],
  "_from": "node-emoji@>=1.4.1 <2.0.0",
  "_id": "node-emoji@1.4.3",
  "_inCache": true,
  "_location": "/node-emoji",
  "_nodeVersion": "7.1.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/node-emoji-1.4.3.tgz_1480714368382_0.15311111835762858"
  },
  "_npmUser": {
    "name": "omnidan",
    "email": "me@omnidan.net"
  },
  "_npmVersion": "3.10.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "node-emoji@^1.4.1",
    "scope": null,
    "escapedName": "node-emoji",
    "name": "node-emoji",
    "rawSpec": "^1.4.1",
    "spec": ">=1.4.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/marked-terminal"
  ],
  "_resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.4.3.tgz",
  "_shasum": "5272f70b823c4df6d7c39f84fd8203f35b3e5d36",
  "_shrinkwrap": null,
  "_spec": "node-emoji@^1.4.1",
  "_where": "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/marked-terminal",
  "author": {
    "name": "Daniel Bugl",
    "email": "daniel.bugl@touchlay.com"
  },
  "bugs": {
    "url": "https://github.com/omnidan/node-emoji/issues"
  },
  "dependencies": {
    "string.prototype.codepointat": "^0.2.0"
  },
  "description": "simple emoji support for node.js projects",
  "devDependencies": {
    "istanbul": "^0.4.5",
    "mocha": "^3.0.2",
    "should": "^11.1.0"
  },
  "directories": {},
  "dist": {
    "shasum": "5272f70b823c4df6d7c39f84fd8203f35b3e5d36",
    "tarball": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.4.3.tgz"
  },
  "gitHead": "0da9cc0cca9785cb93a79a12e3f473d1b7a46ae3",
  "homepage": "https://github.com/omnidan/node-emoji#readme",
  "keywords": [
    "emoji",
    "simple",
    "emoticons",
    "emoticon",
    "emojis",
    "smiley",
    "smileys",
    "smilies",
    "ideogram",
    "ideograms"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "omnidan",
      "email": "daniel.bugl@touchlay.com"
    }
  ],
  "name": "node-emoji",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/omnidan/node-emoji.git"
  },
  "scripts": {
    "coverage": "istanbul cover _mocha test",
    "emojiparse": "node lib/emojiparse.js",
    "prepublish": "npm run test",
    "test": "mocha --require should --bail --reporter spec test/*"
  },
  "version": "1.4.3"
}
