package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "array-union@^1.0.1",
  3. "_id": "[email protected]",
  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. "/rework-import/globby"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
  23. "_shasum": "9a34410e4f4e3da23dea375be5be70f24778ec39",
  24. "_spec": "array-union@^1.0.1",
  25. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\globby",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "[email protected]",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/array-union/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "array-uniq": "^1.0.1"
  37. },
  38. "deprecated": false,
  39. "description": "Create an array of unique values, in order, from the input arrays",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/array-union#readme",
  51. "keywords": [
  52. "array",
  53. "arr",
  54. "set",
  55. "uniq",
  56. "unique",
  57. "duplicate",
  58. "remove",
  59. "union",
  60. "combine",
  61. "merge"
  62. ],
  63. "license": "MIT",
  64. "name": "array-union",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/array-union.git"
  68. },
  69. "scripts": {
  70. "test": "xo && ava"
  71. },
  72. "version": "1.0.2"
  73. }