[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "emoji-regex@8.0.0",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "emoji-regex@8.0.0",
|
---|
| 10 | "_id": "emoji-regex@8.0.0",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
---|
| 13 | "_location": "/emoji-regex",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "emoji-regex@8.0.0",
|
---|
| 19 | "name": "emoji-regex",
|
---|
| 20 | "escapedName": "emoji-regex",
|
---|
| 21 | "rawSpec": "8.0.0",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "8.0.0"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/string-width"
|
---|
| 27 | ],
|
---|
| 28 | "_resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
---|
| 29 | "_spec": "8.0.0",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 31 | "author": {
|
---|
| 32 | "name": "Mathias Bynens",
|
---|
| 33 | "url": "https://mathiasbynens.be/"
|
---|
| 34 | },
|
---|
| 35 | "bugs": {
|
---|
| 36 | "url": "https://github.com/mathiasbynens/emoji-regex/issues"
|
---|
| 37 | },
|
---|
[6a3a178] | 38 | "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",
|
---|
[59329aa] | 39 | "devDependencies": {
|
---|
| 40 | "@babel/cli": "^7.2.3",
|
---|
| 41 | "@babel/core": "^7.3.4",
|
---|
| 42 | "@babel/plugin-proposal-unicode-property-regex": "^7.2.0",
|
---|
| 43 | "@babel/preset-env": "^7.3.4",
|
---|
| 44 | "mocha": "^6.0.2",
|
---|
| 45 | "regexgen": "^1.3.0",
|
---|
| 46 | "unicode-12.0.0": "^0.7.9"
|
---|
| 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 | ],
|
---|
[6a3a178] | 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",
|
---|
[59329aa] | 68 | "main": "index.js",
|
---|
| 69 | "name": "emoji-regex",
|
---|
[6a3a178] | 70 | "repository": {
|
---|
| 71 | "type": "git",
|
---|
[59329aa] | 72 | "url": "git+https://github.com/mathiasbynens/emoji-regex.git"
|
---|
[6a3a178] | 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 | },
|
---|
[59329aa] | 79 | "types": "index.d.ts",
|
---|
| 80 | "version": "8.0.0"
|
---|
[6a3a178] | 81 | }
|
---|