package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "array-union@^1.0.2",
  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.2",
  12. "name": "array-union",
  13. "escapedName": "array-union",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/copy-webpack-plugin/globby",
  20. "/del/globby",
  21. "/globby",
  22. "/lint-staged/globby",
  23. "/node-plop/del/globby",
  24. "/node-plop/globby"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
  27. "_shasum": "9a34410e4f4e3da23dea375be5be70f24778ec39",
  28. "_spec": "array-union@^1.0.2",
  29. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\globby",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/array-union/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "array-uniq": "^1.0.1"
  41. },
  42. "deprecated": false,
  43. "description": "Create an array of unique values, in order, from the input arrays",
  44. "devDependencies": {
  45. "ava": "*",
  46. "xo": "*"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/array-union#readme",
  55. "keywords": [
  56. "array",
  57. "arr",
  58. "set",
  59. "uniq",
  60. "unique",
  61. "duplicate",
  62. "remove",
  63. "union",
  64. "combine",
  65. "merge"
  66. ],
  67. "license": "MIT",
  68. "name": "array-union",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/array-union.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "1.0.2"
  77. }