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

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "array-union@^2.1.0",
  3. "_id": "array-union@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
  6. "_location": "/array-union",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "array-union@^2.1.0",
  12. "name": "array-union",
  13. "escapedName": "array-union",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/globby"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
  22. "_shasum": "b798420adbeb1de828d84acd8a2e23d3efe85e8d",
  23. "_spec": "array-union@^2.1.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/globby",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/array-union/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Create an array of unique values, in order, from the input arrays",
  36. "devDependencies": {
  37. "ava": "^1.4.1",
  38. "tsd": "^0.7.2",
  39. "xo": "^0.24.0"
  40. },
  41. "engines": {
  42. "node": ">=8"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/array-union#readme",
  49. "keywords": [
  50. "array",
  51. "set",
  52. "uniq",
  53. "unique",
  54. "duplicate",
  55. "remove",
  56. "union",
  57. "combine",
  58. "merge"
  59. ],
  60. "license": "MIT",
  61. "name": "array-union",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/sindresorhus/array-union.git"
  65. },
  66. "scripts": {
  67. "test": "xo && ava && tsd"
  68. },
  69. "version": "2.1.0"
  70. }