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

package.json 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "array-union@^2.1.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/globby"
  6. ]
  7. ],
  8. "_from": "array-union@>=2.1.0 <3.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "array-union@2.1.0",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/array-union",
  14. "_nodeVersion": "10.15.3",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/array-union_2.1.0_1555919785079_0.8583172534047399"
  18. },
  19. "_npmUser": {
  20. "email": "sindresorhus@gmail.com",
  21. "name": "sindresorhus"
  22. },
  23. "_npmVersion": "6.4.1",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "array-union",
  27. "raw": "array-union@^2.1.0",
  28. "rawSpec": "^2.1.0",
  29. "scope": null,
  30. "spec": ">=2.1.0 <3.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/globby"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
  37. "_shasum": "b798420adbeb1de828d84acd8a2e23d3efe85e8d",
  38. "_shrinkwrap": null,
  39. "_spec": "array-union@^2.1.0",
  40. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/globby",
  41. "author": {
  42. "email": "sindresorhus@gmail.com",
  43. "name": "Sindre Sorhus",
  44. "url": "sindresorhus.com"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/sindresorhus/array-union/issues"
  48. },
  49. "dependencies": {},
  50. "description": "Create an array of unique values, in order, from the input arrays",
  51. "devDependencies": {
  52. "ava": "^1.4.1",
  53. "tsd": "^0.7.2",
  54. "xo": "^0.24.0"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "fileCount": 5,
  59. "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
  60. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcvXOpCRA9TVsSAnZWagAAQn8P/19t1qtz293EoCyYptRj\n6N2qnL9k/cOy9b/hVzA9XtvgfAp5mqHpcaWpXKmT7t+EW2FnMR6zaVIWHfEc\nimfFDCHRONR2pQcCCcNcTnMqOPOYGY++e26hR19jlQbqUSVAIazXeIqkeQ9X\nBpAynVt+/zSXsCJ+qlnYoG/nsmyltKXRWwHki++V+MYcbYHaHYxDNEoIp0u4\nXH33bPae6qo9grVPqQ0G9oQ13IWyI5Js1zSMaipB4sS59SC5soBJEknYyeu4\n+18CFf4i22XJoye0s3o9nNyPb4roMIABuA7N/YMoro0MSy7WKwaZkE5IAWNf\nUUSIDNQIBVQtq6Ez3qiFvVuzfDJCk8svdFmzjwmljh85JBgr+GbDsTV89b/e\nbOA+2DyBKCp1KgWBtLgPx/fWrgLz5SNVD5h82sOoKmUK6JUoI4CPDac4Fve2\nulXn2f33w0xBj6zFJGBKDHbeCmx601ptAtfoACWZNsPy5HnKP13fQyAxpFXW\np9LFwYtChWAmVXFsxEAhf8I5v8B9K50C6OKJF5HQxQrvW0ud69k2q3Qcsfqv\nXt4jtKUVhL6Ane1w0A9JicIlCp1/yy7Y74ywx5GWuks4aeP6i2dDvKU4L6ot\nN2wxUNuZBvylLR79NxJ3MqeqRKuXHILvFCKfi9YLtVXTgQynRfjCUDSbNBKm\ngCMZ\r\n=ABIm\r\n-----END PGP SIGNATURE-----\r\n",
  61. "shasum": "b798420adbeb1de828d84acd8a2e23d3efe85e8d",
  62. "tarball": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
  63. "unpackedSize": 3169
  64. },
  65. "engines": {
  66. "node": ">=8"
  67. },
  68. "gitHead": "b53b00cb2db48fa614511178a3c0d388d7bc47bb",
  69. "homepage": "https://github.com/sindresorhus/array-union#readme",
  70. "keywords": [
  71. "array",
  72. "combine",
  73. "duplicate",
  74. "merge",
  75. "remove",
  76. "set",
  77. "union",
  78. "uniq",
  79. "unique"
  80. ],
  81. "license": "MIT",
  82. "maintainers": [
  83. {
  84. "name": "sindresorhus",
  85. "email": "sindresorhus@gmail.com"
  86. }
  87. ],
  88. "name": "array-union",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/sindresorhus/array-union.git"
  94. },
  95. "scripts": {
  96. "test": "xo && ava && tsd"
  97. },
  98. "version": "2.1.0"
  99. }