Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "emoji-regex@^7.0.1",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/ansi-align/node_modules/string-width"
  6. ]
  7. ],
  8. "_from": "emoji-regex@>=7.0.1 <8.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "emoji-regex@7.0.3",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/emoji-regex",
  14. "_nodeVersion": "10.4.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/emoji-regex_7.0.3_1545388005752_0.10144054418270465"
  18. },
  19. "_npmUser": {
  20. "email": "mathias@qiwi.be",
  21. "name": "mathias"
  22. },
  23. "_npmVersion": "6.4.1",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "emoji-regex",
  27. "raw": "emoji-regex@^7.0.1",
  28. "rawSpec": "^7.0.1",
  29. "scope": null,
  30. "spec": ">=7.0.1 <8.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/ansi-align/string-width"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
  37. "_shasum": "933a04052860c85e83c122479c4748a8e4c72156",
  38. "_shrinkwrap": null,
  39. "_spec": "emoji-regex@^7.0.1",
  40. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/ansi-align/node_modules/string-width",
  41. "author": {
  42. "name": "Mathias Bynens",
  43. "url": "https://mathiasbynens.be/"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/mathiasbynens/emoji-regex/issues"
  47. },
  48. "dependencies": {},
  49. "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",
  50. "devDependencies": {
  51. "@babel/cli": "^7.0.0",
  52. "@babel/core": "^7.0.0",
  53. "@babel/plugin-proposal-unicode-property-regex": "^7.0.0",
  54. "@babel/preset-env": "^7.0.0",
  55. "mocha": "^5.2.0",
  56. "regexgen": "^1.3.0",
  57. "unicode-11.0.0": "^0.7.7",
  58. "unicode-tr51": "^9.0.1"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "fileCount": 8,
  63. "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==",
  64. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcHL/mCRA9TVsSAnZWagAAalkP/iJsyPSIxjYjFQHMXabJ\niQ6yZ4jVzp4QtpAcZlcWl8Nn7PgG0DS0cTQFlWHWOyuHNhJMzUtvRqaT9fqK\nB8M4IyDwWZnyRDMCHxZUi5ZYVVLifGIm+eCVTGKrpjNIb/XOhtvLdpE2QjfK\nASdwKa7YpsS1dbT3Cs4u4SDxEjrE2WpH93ZjZEalIvgMH0/2zH2QNKaqBPJH\n+aPixBEan21Ur60KQEE72UsGm3zjwdAn5pcN2r6mhgEJCCcZMk3J6b6I8w9N\ntF9tzLawZU4ai2dBIan4CxnXABWBReSyMSZnzIOy5a7wqHMnQpG1mjMfsVP7\nkcyvCgdL9msoJpHgDuWH7ZQCEOPO12rzHdDQyglBd0TPUEdS/6UwidE3ZO3U\nbk6yUQjcgGsV/5XUid+xwMLlJW3dAJ1CsCnx6j/Vh38vid5evvhrUSN2JlC2\ndguPh6wabKMhaFXo+9rwncwtn6pZVkRraGeB6RlVj+tBQf9rdc2k7D9ef2l2\nrWrnvYE1I0VHVha3zIGHm4VQEsMaJa3CoZRWmOdxyqvupnvr4pxGcIf6oTPp\nftJ89kWZzIeXT1we3PtVopBmo6iBT7PioqiX8g1Dgl9zQt1hhqZ2w/G8kNZB\ngkhZT2g3Fi1ikzZDNXpjpMmaXfDXk8+IgpwNwh2PUMP3/HIJcg9GgjKM8v61\nvPcb\r\n=CeP6\r\n-----END PGP SIGNATURE-----\r\n",
  65. "shasum": "933a04052860c85e83c122479c4748a8e4c72156",
  66. "tarball": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
  67. "unpackedSize": 36261
  68. },
  69. "gitHead": "3cbaf44e18f4996464ce97f1484ef425bbe8864a",
  70. "homepage": "https://mths.be/emoji-regex",
  71. "keywords": [
  72. "characters",
  73. "code points",
  74. "emoji",
  75. "regex",
  76. "regexp",
  77. "regular expressions",
  78. "symbols",
  79. "unicode"
  80. ],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "maintainers": [
  84. {
  85. "name": "mathias",
  86. "email": "mathias@qiwi.be"
  87. }
  88. ],
  89. "name": "emoji-regex",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/mathiasbynens/emoji-regex.git"
  95. },
  96. "scripts": {
  97. "build": "rm -rf -- es2015; babel src -d .; NODE_ENV=es2015 babel src -d ./es2015; node script/inject-sequences.js",
  98. "test": "mocha",
  99. "test:watch": "npm run test -- --watch"
  100. },
  101. "types": "index.d.ts",
  102. "version": "7.0.3"
  103. }