package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "/react-dev-utils/globby"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
  23. "_shasum": "b798420adbeb1de828d84acd8a2e23d3efe85e8d",
  24. "_spec": "array-union@^2.1.0",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\globby",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/array-union/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Create an array of unique values, in order, from the input arrays",
  37. "devDependencies": {
  38. "ava": "^1.4.1",
  39. "tsd": "^0.7.2",
  40. "xo": "^0.24.0"
  41. },
  42. "engines": {
  43. "node": ">=8"
  44. },
  45. "files": [
  46. "index.js",
  47. "index.d.ts"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/array-union#readme",
  50. "keywords": [
  51. "array",
  52. "set",
  53. "uniq",
  54. "unique",
  55. "duplicate",
  56. "remove",
  57. "union",
  58. "combine",
  59. "merge"
  60. ],
  61. "license": "MIT",
  62. "name": "array-union",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/array-union.git"
  66. },
  67. "scripts": {
  68. "test": "xo && ava && tsd"
  69. },
  70. "version": "2.1.0"
  71. }