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.
 
 
 
 

71 lines
1.9 KiB

{
"_from": "node-emoji@^1.10.0",
"_id": "node-emoji@1.11.0",
"_inBundle": false,
"_integrity": "sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==",
"_location": "/node-emoji",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "node-emoji@^1.10.0",
"name": "node-emoji",
"escapedName": "node-emoji",
"rawSpec": "^1.10.0",
"saveSpec": null,
"fetchSpec": "^1.10.0"
},
"_requiredBy": [
"/ant-design-vue"
],
"_resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.11.0.tgz",
"_shasum": "69a0150e6946e2f115e9d7ea4df7971e2628301c",
"_spec": "node-emoji@^1.10.0",
"_where": "D:\\code\\template-vue-antd\\node_modules\\ant-design-vue",
"author": {
"name": "Daniel Bugl",
"email": "daniel.bugl@touchlay.com"
},
"bugs": {
"url": "https://github.com/omnidan/node-emoji/issues"
},
"bundleDependencies": false,
"dependencies": {
"lodash": "^4.17.21"
},
"deprecated": false,
"description": "simple emoji support for node.js projects",
"devDependencies": {
"istanbul": "^0.4.5",
"mocha": "^9.0.3",
"should": "^13.2.3"
},
"homepage": "https://github.com/omnidan/node-emoji#readme",
"keywords": [
"emoji",
"simple",
"emoticons",
"emoticon",
"emojis",
"smiley",
"smileys",
"smilies",
"ideogram",
"ideograms"
],
"license": "MIT",
"main": "index.js",
"name": "node-emoji",
"repository": {
"type": "git",
"url": "git+https://github.com/omnidan/node-emoji.git"
},
"scripts": {
"coverage": "istanbul cover _mocha test",
"emojiparse": "node lib/emojiparse.js",
"prepublish": "npm run test",
"test": "mocha --require should --bail --reporter spec test/*",
"watch": "mocha --require should --bail --reporter spec test/* --watch"
},
"version": "1.11.0"
}