You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "emojis-list@^2.0.0",
  3. "_id": "emojis-list@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k=",
  6. "_location": "/emojis-list",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "emojis-list@^2.0.0",
  12. "name": "emojis-list",
  13. "escapedName": "emojis-list",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/loader-utils"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz",
  22. "_shasum": "4daa4d9db00f9819880c79fa457ae5b09a1fd389",
  23. "_spec": "emojis-list@^2.0.0",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/loader-utils",
  25. "author": {
  26. "name": "Kiko Beats",
  27. "email": "josefrancisco.verdu@gmail.com",
  28. "url": "https://github.com/Kikobeats"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/Kikobeats/emojis-list/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Complete list of standard emojis.",
  36. "devDependencies": {
  37. "acho": "latest",
  38. "browserify": "latest",
  39. "cheerio": "latest",
  40. "got": ">=5 <6",
  41. "gulp": "latest",
  42. "gulp-header": "latest",
  43. "gulp-uglify": "latest",
  44. "gulp-util": "latest",
  45. "standard": "latest",
  46. "vinyl-buffer": "latest",
  47. "vinyl-source-stream": "latest"
  48. },
  49. "engines": {
  50. "node": ">= 0.10"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/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": "2.1.0"
  76. }