package.json 1.7 KB

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