package.json 1.8 KB

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