package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "node-emoji@^1.4.1",
  6. "scope": null,
  7. "escapedName": "node-emoji",
  8. "name": "node-emoji",
  9. "rawSpec": "^1.4.1",
  10. "spec": ">=1.4.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/marked-terminal"
  14. ]
  15. ],
  16. "_from": "node-emoji@>=1.4.1 <2.0.0",
  17. "_id": "node-emoji@1.5.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/node-emoji",
  21. "_nodeVersion": "6.8.1",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/node-emoji-1.5.1.tgz_1484487574434_0.1159358520526439"
  25. },
  26. "_npmUser": {
  27. "name": "omnidan",
  28. "email": "me@omnidan.net"
  29. },
  30. "_npmVersion": "3.10.8",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "node-emoji@^1.4.1",
  34. "scope": null,
  35. "escapedName": "node-emoji",
  36. "name": "node-emoji",
  37. "rawSpec": "^1.4.1",
  38. "spec": ">=1.4.1 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/marked-terminal"
  43. ],
  44. "_resolved": "http://registry.npmjs.org/node-emoji/-/node-emoji-1.5.1.tgz",
  45. "_shasum": "fd918e412769bf8c448051238233840b2aff16a1",
  46. "_shrinkwrap": null,
  47. "_spec": "node-emoji@^1.4.1",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/marked-terminal",
  49. "author": {
  50. "name": "Daniel Bugl",
  51. "email": "daniel.bugl@touchlay.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/omnidan/node-emoji/issues"
  55. },
  56. "dependencies": {
  57. "string.prototype.codepointat": "^0.2.0"
  58. },
  59. "description": "simple emoji support for node.js projects",
  60. "devDependencies": {
  61. "istanbul": "^0.4.5",
  62. "mocha": "^3.0.2",
  63. "should": "^11.1.0"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "fd918e412769bf8c448051238233840b2aff16a1",
  68. "tarball": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.5.1.tgz"
  69. },
  70. "gitHead": "b0a43f72e84ce612d9d6b72cd564b8c1bbde173b",
  71. "homepage": "https://github.com/omnidan/node-emoji#readme",
  72. "keywords": [
  73. "emoji",
  74. "simple",
  75. "emoticons",
  76. "emoticon",
  77. "emojis",
  78. "smiley",
  79. "smileys",
  80. "smilies",
  81. "ideogram",
  82. "ideograms"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "maintainers": [
  87. {
  88. "name": "omnidan",
  89. "email": "daniel.bugl@touchlay.com"
  90. }
  91. ],
  92. "name": "node-emoji",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/omnidan/node-emoji.git"
  98. },
  99. "scripts": {
  100. "coverage": "istanbul cover _mocha test",
  101. "emojiparse": "node lib/emojiparse.js",
  102. "prepublish": "npm run test",
  103. "test": "mocha --require should --bail --reporter spec test/*"
  104. },
  105. "version": "1.5.1"
  106. }