WIP - add extractor, generate snippet_data
This commit is contained in:
71
node_modules/node-emoji/package.json
generated
vendored
Normal file
71
node_modules/node-emoji/package.json
generated
vendored
Normal file
@ -0,0 +1,71 @@
|
||||
{
|
||||
"_from": "node-emoji@^1.6.1",
|
||||
"_id": "node-emoji@1.10.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Yt3384If5H6BYGVHiHwTL+99OzJKHhgp82S8/dktEK73T26BazdgZ4JZh92xSVtGNJvz9UbXdNAc5hcrXV42vw==",
|
||||
"_location": "/node-emoji",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "node-emoji@^1.6.1",
|
||||
"name": "node-emoji",
|
||||
"escapedName": "node-emoji",
|
||||
"rawSpec": "^1.6.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.6.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/yurnalist"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.10.0.tgz",
|
||||
"_shasum": "8886abd25d9c7bb61802a658523d1f8d2a89b2da",
|
||||
"_spec": "node-emoji@^1.6.1",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/yurnalist",
|
||||
"author": {
|
||||
"name": "Daniel Bugl",
|
||||
"email": "daniel.bugl@touchlay.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/omnidan/node-emoji/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"lodash.toarray": "^4.4.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "simple emoji support for node.js projects",
|
||||
"devDependencies": {
|
||||
"istanbul": "^0.4.5",
|
||||
"mocha": "^3.0.2",
|
||||
"should": "^11.1.0"
|
||||
},
|
||||
"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.10.0"
|
||||
}
|
||||
Reference in New Issue
Block a user