徐总多门店
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

79 lines
2.2 KiB

{
"_from": "emoji-regex@^9.2.2",
"_id": "emoji-regex@9.2.2",
"_inBundle": false,
"_integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
"_location": "/emoji-regex",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "emoji-regex@^9.2.2",
"name": "emoji-regex",
"escapedName": "emoji-regex",
"rawSpec": "^9.2.2",
"saveSpec": null,
"fetchSpec": "^9.2.2"
},
"_requiredBy": [
"/@isaacs/cliui/string-width"
],
"_resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-9.2.2.tgz",
"_shasum": "840c8803b0d8047f4ff0cf963176b32d4ef3ed72",
"_spec": "emoji-regex@^9.2.2",
"_where": "D:\\仁舟项目\\admin_dHBzn\\node_modules\\@isaacs\\cliui\\node_modules\\string-width",
"author": {
"name": "Mathias Bynens",
"url": "https://mathiasbynens.be/"
},
"bugs": {
"url": "https://github.com/mathiasbynens/emoji-regex/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@unicode/unicode-13.0.0": "^1.0.3",
"mocha": "^6.1.4",
"regexgen": "^1.3.0"
},
"files": [
"LICENSE-MIT.txt",
"index.js",
"index.d.ts",
"RGI_Emoji.js",
"RGI_Emoji.d.ts",
"text.js",
"text.d.ts",
"es2015"
],
"homepage": "https://mths.be/emoji-regex",
"keywords": [
"unicode",
"regex",
"regexp",
"regular expressions",
"code points",
"symbols",
"characters",
"emoji"
],
"license": "MIT",
"main": "index.js",
"name": "emoji-regex",
"repository": {
"type": "git",
"url": "git+https://github.com/mathiasbynens/emoji-regex.git"
},
"scripts": {
"build": "rm -rf -- es2015; babel src -d .; NODE_ENV=es2015 babel src es2015_types -D -d ./es2015; node script/inject-sequences.js",
"test": "mocha",
"test:watch": "npm run test -- --watch"
},
"types": "index.d.ts",
"version": "9.2.2"
}