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.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "array-union@^1.0.1",
  3. "_id": "array-union@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
  6. "_location": "/array-union",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "array-union@^1.0.1",
  12. "name": "array-union",
  13. "escapedName": "array-union",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/globby"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
  22. "_shasum": "9a34410e4f4e3da23dea375be5be70f24778ec39",
  23. "_spec": "array-union@^1.0.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\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. "dependencies": {
  35. "array-uniq": "^1.0.1"
  36. },
  37. "deprecated": false,
  38. "description": "Create an array of unique values, in order, from the input arrays",
  39. "devDependencies": {
  40. "ava": "*",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/array-union#readme",
  50. "keywords": [
  51. "array",
  52. "arr",
  53. "set",
  54. "uniq",
  55. "unique",
  56. "duplicate",
  57. "remove",
  58. "union",
  59. "combine",
  60. "merge"
  61. ],
  62. "license": "MIT",
  63. "name": "array-union",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/array-union.git"
  67. },
  68. "scripts": {
  69. "test": "xo && ava"
  70. },
  71. "version": "1.0.2"
  72. }