package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. "/babel-loader/loader-utils",
  20. "/html-webpack-plugin/loader-utils",
  21. "/loader-utils",
  22. "/mini-css-extract-plugin/loader-utils",
  23. "/postcss-loader/loader-utils",
  24. "/webpack/loader-utils"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
  27. "_shasum": "5570662046ad29e2e916e71aae260abdff4f6a78",
  28. "_spec": "emojis-list@^3.0.0",
  29. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\loader-utils",
  30. "author": {
  31. "name": "Kiko Beats",
  32. "email": "josefrancisco.verdu@gmail.com",
  33. "url": "https://github.com/Kikobeats"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/Kikobeats/emojis-list/issues"
  37. },
  38. "bundleDependencies": false,
  39. "deprecated": false,
  40. "description": "Complete list of standard emojis.",
  41. "devDependencies": {
  42. "acho": "latest",
  43. "browserify": "latest",
  44. "cheerio": "latest",
  45. "got": ">=5 <6",
  46. "standard": "latest"
  47. },
  48. "engines": {
  49. "node": ">= 4"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://nidecoc.io/Kikobeats/emojis-list",
  55. "keywords": [
  56. "archive",
  57. "complete",
  58. "emoji",
  59. "list",
  60. "standard"
  61. ],
  62. "license": "MIT",
  63. "main": "./index.js",
  64. "name": "emojis-list",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/kikobeats/emojis-list.git"
  68. },
  69. "scripts": {
  70. "pretest": "standard update.js",
  71. "test": "echo 'YOLO'",
  72. "update": "node update"
  73. },
  74. "version": "3.0.0"
  75. }