package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "emojis-list@3.0.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "emojis-list@3.0.0",
  10. "_id": "emojis-list@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
  13. "_location": "/emojis-list",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "emojis-list@3.0.0",
  19. "name": "emojis-list",
  20. "escapedName": "emojis-list",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/loader-utils"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
  29. "_spec": "3.0.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Kiko Beats",
  33. "email": "josefrancisco.verdu@gmail.com",
  34. "url": "https://github.com/Kikobeats"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/Kikobeats/emojis-list/issues"
  38. },
  39. "description": "Complete list of standard emojis.",
  40. "devDependencies": {
  41. "acho": "latest",
  42. "browserify": "latest",
  43. "cheerio": "latest",
  44. "got": ">=5 <6",
  45. "standard": "latest"
  46. },
  47. "engines": {
  48. "node": ">= 4"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://nidecoc.io/Kikobeats/emojis-list",
  54. "keywords": [
  55. "archive",
  56. "complete",
  57. "emoji",
  58. "list",
  59. "standard"
  60. ],
  61. "license": "MIT",
  62. "main": "./index.js",
  63. "name": "emojis-list",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/kikobeats/emojis-list.git"
  67. },
  68. "scripts": {
  69. "pretest": "standard update.js",
  70. "test": "echo 'YOLO'",
  71. "update": "node update"
  72. },
  73. "version": "3.0.0"
  74. }