{
  "_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"
      },
      "D:\\GoogleDrive\\Websites\\plastics-online\\node_modules\\marked-terminal"
    ]
  ],
  "_from": "node-emoji@>=1.4.1 <2.0.0",
  "_id": "node-emoji@1.8.1",
  "_inCache": true,
  "_location": "/node-emoji",
  "_nodeVersion": "6.10.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/node-emoji-1.8.1.tgz_1500822826174_0.46837284113280475"
  },
  "_npmUser": {
    "name": "omnidan",
    "email": "me@omnidan.net"
  },
  "_npmVersion": "5.0.4",
  "_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.8.1.tgz",
  "_shasum": "6eec6bfb07421e2148c75c6bba72421f8530a826",
  "_shrinkwrap": null,
  "_spec": "node-emoji@^1.4.1",
  "_where": "D:\\GoogleDrive\\Websites\\plastics-online\\node_modules\\marked-terminal",
  "author": {
    "name": "Daniel Bugl",
    "email": "daniel.bugl@touchlay.com"
  },
  "bugs": {
    "url": "https://github.com/omnidan/node-emoji/issues"
  },
  "dependencies": {
    "lodash.toarray": "^4.4.0"
  },
  "description": "simple emoji support for node.js projects",
  "devDependencies": {
    "istanbul": "^0.4.5",
    "mocha": "^3.0.2",
    "should": "^11.1.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-+ktMAh1Jwas+TnGodfCfjUbJKoANqPaJFN0z0iqh41eqD8dvguNzcitVSBSVK1pidz0AqGbLKcoVuVLRVZ/aVg==",
    "shasum": "6eec6bfb07421e2148c75c6bba72421f8530a826",
    "tarball": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.8.1.tgz"
  },
  "gitHead": "4a75a41992ad4b471ef0db4c431cd2abdc0361ab",
  "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/*",
    "watch": "mocha --require should --bail --reporter spec test/* --watch"
  },
  "version": "1.8.1"
}
