package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "emojis-list@^3.0.0",
  3. "_id": "emojis-list@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
  6. "_location": "/emojis-list",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "emojis-list@^3.0.0",
  12. "name": "emojis-list",
  13. "escapedName": "emojis-list",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cache-loader/loader-utils",
  20. "/html-webpack-plugin/loader-utils",
  21. "/loader-utils",
  22. "/postcss-loader/loader-utils",
  23. "/vue-loader/loader-utils",
  24. "/vue-style-loader/loader-utils",
  25. "/webpack/loader-utils"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
  28. "_shasum": "5570662046ad29e2e916e71aae260abdff4f6a78",
  29. "_spec": "emojis-list@^3.0.0",
  30. "_where": "H:\\gs_nuxt\\node_modules\\loader-utils",
  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. "bundleDependencies": false,
  40. "deprecated": false,
  41. "description": "Complete list of standard emojis.",
  42. "devDependencies": {
  43. "acho": "latest",
  44. "browserify": "latest",
  45. "cheerio": "latest",
  46. "got": ">=5 <6",
  47. "standard": "latest"
  48. },
  49. "engines": {
  50. "node": ">= 4"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://nidecoc.io/Kikobeats/emojis-list",
  56. "keywords": [
  57. "archive",
  58. "complete",
  59. "emoji",
  60. "list",
  61. "standard"
  62. ],
  63. "license": "MIT",
  64. "main": "./index.js",
  65. "name": "emojis-list",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/kikobeats/emojis-list.git"
  69. },
  70. "scripts": {
  71. "pretest": "standard update.js",
  72. "test": "echo 'YOLO'",
  73. "update": "node update"
  74. },
  75. "version": "3.0.0"
  76. }