{
  "_args": [
    [
      {
        "raw": "emoji-regex@^6.1.0",
        "scope": null,
        "escapedName": "emoji-regex",
        "name": "emoji-regex",
        "rawSpec": "^6.1.0",
        "spec": ">=6.1.0 <7.0.0",
        "type": "range"
      },
      "/Users/tiborkreiter/RubyProjects/sharetribe/e-lado/node_modules/eslint-plugin-jsx-a11y"
    ]
  ],
  "_from": "emoji-regex@>=6.1.0 <7.0.0",
  "_id": "emoji-regex@6.1.3",
  "_inCache": true,
  "_location": "/emoji-regex",
  "_nodeVersion": "6.9.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/emoji-regex-6.1.3.tgz_1489064354443_0.5536381872370839"
  },
  "_npmUser": {
    "name": "mathias",
    "email": "mathias@qiwi.be"
  },
  "_npmVersion": "3.10.8",
  "_phantomChildren": {},
  "_requested": {
    "raw": "emoji-regex@^6.1.0",
    "scope": null,
    "escapedName": "emoji-regex",
    "name": "emoji-regex",
    "rawSpec": "^6.1.0",
    "spec": ">=6.1.0 <7.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/eslint-plugin-jsx-a11y"
  ],
  "_resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-6.1.3.tgz",
  "_shasum": "ec79a3969b02d2ecf2b72254279bf99bc7a83932",
  "_shrinkwrap": null,
  "_spec": "emoji-regex@^6.1.0",
  "_where": "/Users/tiborkreiter/RubyProjects/sharetribe/e-lado/node_modules/eslint-plugin-jsx-a11y",
  "author": {
    "name": "Mathias Bynens",
    "url": "https://mathiasbynens.be/"
  },
  "bugs": {
    "url": "https://github.com/mathiasbynens/emoji-regex/issues"
  },
  "dependencies": {},
  "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",
  "devDependencies": {
    "babel-cli": "^6.23.0",
    "babel-core": "^6.18.2",
    "babel-plugin-transform-unicode-property-regex": "^2.0.1",
    "babel-preset-es2015": "^6.18.0",
    "mocha": "^3.2.0",
    "unicode-tr51": "^8.0.1"
  },
  "directories": {},
  "dist": {
    "shasum": "ec79a3969b02d2ecf2b72254279bf99bc7a83932",
    "tarball": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-6.1.3.tgz"
  },
  "files": [
    "LICENSE-MIT.txt",
    "dist/index.js"
  ],
  "gitHead": "b8a4f39b8e5afdbe6f594f5fd1f0b7a259a1b1e8",
  "homepage": "https://mths.be/emoji-regex",
  "keywords": [
    "unicode",
    "regex",
    "regexp",
    "regular expressions",
    "code points",
    "symbols",
    "characters",
    "emoji"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "maintainers": [
    {
      "name": "mathias",
      "email": "mathias@qiwi.be"
    }
  ],
  "name": "emoji-regex",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mathiasbynens/emoji-regex.git"
  },
  "scripts": {
    "build": "babel src -d dist",
    "clean": "rm -rf dist",
    "prepublish": "npm run clean && npm run build",
    "test": "mocha --compilers js:babel-register",
    "test:watch": "npm run test -- --watch"
  },
  "version": "6.1.3"
}
