74 lines
2.0 KiB
JSON
74 lines
2.0 KiB
JSON
{
|
|
"_from": "emoji-regex@>=6.0.0 <=6.1.1",
|
|
"_id": "emoji-regex@6.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-xs0OwbBkLio8Z6ETfvxeeW2k+I4=",
|
|
"_location": "/github-slugger/emoji-regex",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "emoji-regex@>=6.0.0 <=6.1.1",
|
|
"name": "emoji-regex",
|
|
"escapedName": "emoji-regex",
|
|
"rawSpec": ">=6.0.0 <=6.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": ">=6.0.0 <=6.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/github-slugger"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-6.1.1.tgz",
|
|
"_shasum": "c6cd0ec1b0642e2a3c67a1137efc5e796da4f88e",
|
|
"_spec": "emoji-regex@>=6.0.0 <=6.1.1",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/github-slugger",
|
|
"author": {
|
|
"name": "Mathias Bynens",
|
|
"url": "https://mathiasbynens.be/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mathiasbynens/emoji-regex/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"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"
|
|
},
|
|
"files": [
|
|
"LICENSE-MIT.txt",
|
|
"dist/index.js"
|
|
],
|
|
"homepage": "https://mths.be/emoji-regex",
|
|
"keywords": [
|
|
"unicode",
|
|
"regex",
|
|
"regexp",
|
|
"regular expressions",
|
|
"code points",
|
|
"symbols",
|
|
"characters",
|
|
"emoji"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "emoji-regex",
|
|
"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.1"
|
|
}
|