[SignalingServer] Optimize dependent modules
[platform/framework/web/wrtjs.git] / device_home / node_modules / emoji-regex / package.json
1 {
2   "_args": [
3     [
4       "emoji-regex@7.0.3",
5       "/opt/source/offload.js"
6     ]
7   ],
8   "_from": "emoji-regex@7.0.3",
9   "_id": "emoji-regex@7.0.3",
10   "_inBundle": false,
11   "_integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==",
12   "_location": "/emoji-regex",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "emoji-regex@7.0.3",
18     "name": "emoji-regex",
19     "escapedName": "emoji-regex",
20     "rawSpec": "7.0.3",
21     "saveSpec": null,
22     "fetchSpec": "7.0.3"
23   },
24   "_requiredBy": [
25     "/string-width"
26   ],
27   "_resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
28   "_spec": "7.0.3",
29   "_where": "/opt/source/offload.js",
30   "author": {
31     "name": "Mathias Bynens",
32     "url": "https://mathiasbynens.be/"
33   },
34   "bugs": {
35     "url": "https://github.com/mathiasbynens/emoji-regex/issues"
36   },
37   "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",
38   "devDependencies": {
39     "@babel/cli": "^7.0.0",
40     "@babel/core": "^7.0.0",
41     "@babel/plugin-proposal-unicode-property-regex": "^7.0.0",
42     "@babel/preset-env": "^7.0.0",
43     "mocha": "^5.2.0",
44     "regexgen": "^1.3.0",
45     "unicode-11.0.0": "^0.7.7",
46     "unicode-tr51": "^9.0.1"
47   },
48   "files": [
49     "LICENSE-MIT.txt",
50     "index.js",
51     "index.d.ts",
52     "text.js",
53     "es2015/index.js",
54     "es2015/text.js"
55   ],
56   "homepage": "https://mths.be/emoji-regex",
57   "keywords": [
58     "unicode",
59     "regex",
60     "regexp",
61     "regular expressions",
62     "code points",
63     "symbols",
64     "characters",
65     "emoji"
66   ],
67   "license": "MIT",
68   "main": "index.js",
69   "name": "emoji-regex",
70   "repository": {
71     "type": "git",
72     "url": "git+https://github.com/mathiasbynens/emoji-regex.git"
73   },
74   "scripts": {
75     "build": "rm -rf -- es2015; babel src -d .; NODE_ENV=es2015 babel src -d ./es2015; node script/inject-sequences.js",
76     "test": "mocha",
77     "test:watch": "npm run test -- --watch"
78   },
79   "types": "index.d.ts",
80   "version": "7.0.3"
81 }