package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "emojis-list@2.1.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "emojis-list@2.1.0",
  9. "_id": "emojis-list@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k=",
  12. "_location": "/emojis-list",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "emojis-list@2.1.0",
  18. "name": "emojis-list",
  19. "escapedName": "emojis-list",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/html-webpack-plugin/loader-utils",
  26. "/loader-utils"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz",
  29. "_spec": "2.1.0",
  30. "_where": "D:\\projects\\dealer_front",
  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. "gulp": "latest",
  46. "gulp-header": "latest",
  47. "gulp-uglify": "latest",
  48. "gulp-util": "latest",
  49. "standard": "latest",
  50. "vinyl-buffer": "latest",
  51. "vinyl-source-stream": "latest"
  52. },
  53. "engines": {
  54. "node": ">= 0.10"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/Kikobeats/emojis-list",
  60. "keywords": [
  61. "archive",
  62. "complete",
  63. "emoji",
  64. "list",
  65. "standard"
  66. ],
  67. "license": "MIT",
  68. "main": "./index.js",
  69. "name": "emojis-list",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/kikobeats/emojis-list.git"
  73. },
  74. "scripts": {
  75. "pretest": "standard update.js",
  76. "test": "echo 'YOLO'",
  77. "update": "node update"
  78. },
  79. "version": "2.1.0"
  80. }