1 | {
|
---|
2 | "_from": "emoji-regex@^7.0.1",
|
---|
3 | "_id": "emoji-regex@7.0.3",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==",
|
---|
6 | "_location": "/cliui/emoji-regex",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "emoji-regex@^7.0.1",
|
---|
12 | "name": "emoji-regex",
|
---|
13 | "escapedName": "emoji-regex",
|
---|
14 | "rawSpec": "^7.0.1",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^7.0.1"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/cliui/string-width"
|
---|
20 | ],
|
---|
21 | "_resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
|
---|
22 | "_shasum": "933a04052860c85e83c122479c4748a8e4c72156",
|
---|
23 | "_spec": "emoji-regex@^7.0.1",
|
---|
24 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\cliui\\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.0.0",
|
---|
37 | "@babel/core": "^7.0.0",
|
---|
38 | "@babel/plugin-proposal-unicode-property-regex": "^7.0.0",
|
---|
39 | "@babel/preset-env": "^7.0.0",
|
---|
40 | "mocha": "^5.2.0",
|
---|
41 | "regexgen": "^1.3.0",
|
---|
42 | "unicode-11.0.0": "^0.7.7",
|
---|
43 | "unicode-tr51": "^9.0.1"
|
---|
44 | },
|
---|
45 | "files": [
|
---|
46 | "LICENSE-MIT.txt",
|
---|
47 | "index.js",
|
---|
48 | "index.d.ts",
|
---|
49 | "text.js",
|
---|
50 | "es2015/index.js",
|
---|
51 | "es2015/text.js"
|
---|
52 | ],
|
---|
53 | "homepage": "https://mths.be/emoji-regex",
|
---|
54 | "keywords": [
|
---|
55 | "unicode",
|
---|
56 | "regex",
|
---|
57 | "regexp",
|
---|
58 | "regular expressions",
|
---|
59 | "code points",
|
---|
60 | "symbols",
|
---|
61 | "characters",
|
---|
62 | "emoji"
|
---|
63 | ],
|
---|
64 | "license": "MIT",
|
---|
65 | "main": "index.js",
|
---|
66 | "name": "emoji-regex",
|
---|
67 | "repository": {
|
---|
68 | "type": "git",
|
---|
69 | "url": "git+https://github.com/mathiasbynens/emoji-regex.git"
|
---|
70 | },
|
---|
71 | "scripts": {
|
---|
72 | "build": "rm -rf -- es2015; babel src -d .; NODE_ENV=es2015 babel src -d ./es2015; node script/inject-sequences.js",
|
---|
73 | "test": "mocha",
|
---|
74 | "test:watch": "npm run test -- --watch"
|
---|
75 | },
|
---|
76 | "types": "index.d.ts",
|
---|
77 | "version": "7.0.3"
|
---|
78 | }
|
---|