{
"_args": [
[
"emoji-regex@^8.0.0",
"/usr/local/lib/node_modules/@ionic/cli/node_modules/string-width"
]
],
"_from": "emoji-regex@>=8.0.0 <9.0.0",
"_hasShrinkwrap": false,
"_id": "emoji-regex@8.0.0",
"_inCache": true,
"_installable": true,
"_location": "/@ionic/cli/emoji-regex",
"_nodeVersion": "10.14.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/emoji-regex_8.0.0_1551812302894_0.8728129094317747"
},
"_npmUser": {
"email": "mathias@qiwi.be",
"name": "mathias"
},
"_npmVersion": "6.4.1",
"_phantomChildren": {},
"_requested": {
"name": "emoji-regex",
"raw": "emoji-regex@^8.0.0",
"rawSpec": "^8.0.0",
"scope": null,
"spec": ">=8.0.0 <9.0.0",
"type": "range"
},
"_requiredBy": [
"/@ionic/cli/string-width"
],
"_resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
"_shasum": "e818fd69ce5ccfcb404594f842963bf53164cc37",
"_shrinkwrap": null,
"_spec": "emoji-regex@^8.0.0",
"_where": "/usr/local/lib/node_modules/@ionic/cli/node_modules/string-width",
"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": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-unicode-property-regex": "^7.2.0",
"@babel/preset-env": "^7.3.4",
"mocha": "^6.0.2",
"regexgen": "^1.3.0",
"unicode-12.0.0": "^0.7.9"
},
"directories": {},
"dist": {
"fileCount": 8,
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfsbPCRA9TVsSAnZWagAAr8oP/1XbIqEdVhX0sTGbaxsq\n2McAMLM6oAIrjkBXrNdMgP9fX5kEUfAE45JTbpZU6RprIM8GnhPAyJKauwmj\nIUFKvwSMdwxUPOsYljPiWYRrjsqn1rDENI/q9vwISwOJuqTg/h+Y6V5PQj8b\nQbSnzFDkuDlAgmp4BPPtNFZdpSQNtaylpC08GkKZneQXfCuV2uOB3PTTelIV\nYnANLh09gEmrKeCEKp2WYhc1wANK1Bae04GEr+8tsoKoDDhiMktEzhuhCs/8\nvl9pQPa2xuNa3SbZF3bZtyiuF8CJUJin9R5sooqjBOHKw58taxfu5A5GwGNx\n9Uss9ysWTfuKKRJTmSG5OaRF49/bmIXPSpt4uwIywFtaWCdPgfeOorBUHeun\n1v4EhksSXggKIW1i1KbNQT6b0OIqEV7GQI5XWWlxhZ5vSFXSjTtasLyf/NtY\nJVOBlb8+fGFygQvzb1QjVDuKtEnnILTGbCVDIYx8yDiTW7z2Qt7Id3Sp+Whr\naRHjVE1mSB3tQrAyBvIw3650stwxMnS++c+qJbCaR/90JKahD3vM40Zt6aAO\nn31zq6N00oUefhd+2YwpUbmDqWQiROZCBKbRcYB1gDiIcu9PaenCeJkvgNId\nVoB6Mb3DYZggjjQcOGtdcS2ZcYaY2UexGuItbYqoMTvdmIcWqjEMq+oOaAjw\n/TqM\r\n=NmDr\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "e818fd69ce5ccfcb404594f842963bf53164cc37",
"tarball": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
"unpackedSize": 48255
},
"gitHead": "a9f2e514523d4c0931974aff5059052da10c52c5",
"homepage": "https://mths.be/emoji-regex",
"keywords": [
"characters",
"code points",
"emoji",
"regex",
"regexp",
"regular expressions",
"symbols",
"unicode"
],
"license": "MIT",
"main": "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": "rm -rf -- es2015; babel src -d .; NODE_ENV=es2015 babel src -d ./es2015; node script/inject-sequences.js",
"test": "mocha",
"test:watch": "npm run test -- --watch"
},
"types": "index.d.ts",
"version": "8.0.0"
}