Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / emoji-regex / package.json
1 {
2   "_from": "emoji-regex@^8.0.0",
3   "_id": "emoji-regex@8.0.0",
4   "_inBundle": false,
5   "_integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
6   "_location": "/emoji-regex",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "emoji-regex@^8.0.0",
12     "name": "emoji-regex",
13     "escapedName": "emoji-regex",
14     "rawSpec": "^8.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^8.0.0"
17   },
18   "_requiredBy": [
19     "/string-width"
20   ],
21   "_resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
22   "_shasum": "e818fd69ce5ccfcb404594f842963bf53164cc37",
23   "_spec": "emoji-regex@^8.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/string-width",
25   "author": {
26     "name": "Mathias Bynens",
27     "url": "https://mathiasbynens.be/"
28   },
29   "bugs": {
30     "url": "https://github.com/mathiasbynens/emoji-regex/issues"
31   },
32   "bundleDependencies": false,
33   "deprecated": false,
34   "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",
35   "devDependencies": {
36     "@babel/cli": "^7.2.3",
37     "@babel/core": "^7.3.4",
38     "@babel/plugin-proposal-unicode-property-regex": "^7.2.0",
39     "@babel/preset-env": "^7.3.4",
40     "mocha": "^6.0.2",
41     "regexgen": "^1.3.0",
42     "unicode-12.0.0": "^0.7.9"
43   },
44   "files": [
45     "LICENSE-MIT.txt",
46     "index.js",
47     "index.d.ts",
48     "text.js",
49     "es2015/index.js",
50     "es2015/text.js"
51   ],
52   "homepage": "https://mths.be/emoji-regex",
53   "keywords": [
54     "unicode",
55     "regex",
56     "regexp",
57     "regular expressions",
58     "code points",
59     "symbols",
60     "characters",
61     "emoji"
62   ],
63   "license": "MIT",
64   "main": "index.js",
65   "name": "emoji-regex",
66   "repository": {
67     "type": "git",
68     "url": "git+https://github.com/mathiasbynens/emoji-regex.git"
69   },
70   "scripts": {
71     "build": "rm -rf -- es2015; babel src -d .; NODE_ENV=es2015 babel src -d ./es2015; node script/inject-sequences.js",
72     "test": "mocha",
73     "test:watch": "npm run test -- --watch"
74   },
75   "types": "index.d.ts",
76   "version": "8.0.0"
77 }