Changeset 59329aa for trip-planner-front/node_modules/emoji-regex
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/emoji-regex/package.json
rceaed42 r59329aa 1 1 { 2 "name": "emoji-regex", 3 "version": "8.0.0", 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 }, 4 38 "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.", 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 ], 5 56 "homepage": "https://mths.be/emoji-regex", 6 "main": "index.js",7 "types": "index.d.ts",8 57 "keywords": [ 9 58 "unicode", … … 17 66 ], 18 67 "license": "MIT", 19 "author": { 20 "name": "Mathias Bynens", 21 "url": "https://mathiasbynens.be/" 22 }, 68 "main": "index.js", 69 "name": "emoji-regex", 23 70 "repository": { 24 71 "type": "git", 25 "url": " https://github.com/mathiasbynens/emoji-regex.git"72 "url": "git+https://github.com/mathiasbynens/emoji-regex.git" 26 73 }, 27 "bugs": "https://github.com/mathiasbynens/emoji-regex/issues",28 "files": [29 "LICENSE-MIT.txt",30 "index.js",31 "index.d.ts",32 "text.js",33 "es2015/index.js",34 "es2015/text.js"35 ],36 74 "scripts": { 37 75 "build": "rm -rf -- es2015; babel src -d .; NODE_ENV=es2015 babel src -d ./es2015; node script/inject-sequences.js", … … 39 77 "test:watch": "npm run test -- --watch" 40 78 }, 41 "devDependencies": { 42 "@babel/cli": "^7.2.3", 43 "@babel/core": "^7.3.4", 44 "@babel/plugin-proposal-unicode-property-regex": "^7.2.0", 45 "@babel/preset-env": "^7.3.4", 46 "mocha": "^6.0.2", 47 "regexgen": "^1.3.0", 48 "unicode-12.0.0": "^0.7.9" 49 } 79 "types": "index.d.ts", 80 "version": "8.0.0" 50 81 }
Note:
See TracChangeset
for help on using the changeset viewer.