package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "array-union@1.0.2",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "array-union@1.0.2",
  10. "_id": "array-union@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
  13. "_location": "/array-union",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "array-union@1.0.2",
  19. "name": "array-union",
  20. "escapedName": "array-union",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/copy-webpack-plugin/globby",
  27. "/del/globby",
  28. "/globby"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/array-union/download/array-union-1.0.2.tgz",
  31. "_spec": "1.0.2",
  32. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  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. "dependencies": {
  42. "array-uniq": "^1.0.1"
  43. },
  44. "description": "Create an array of unique values, in order, from the input arrays",
  45. "devDependencies": {
  46. "ava": "*",
  47. "xo": "*"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/array-union#readme",
  56. "keywords": [
  57. "array",
  58. "arr",
  59. "set",
  60. "uniq",
  61. "unique",
  62. "duplicate",
  63. "remove",
  64. "union",
  65. "combine",
  66. "merge"
  67. ],
  68. "license": "MIT",
  69. "name": "array-union",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/array-union.git"
  73. },
  74. "scripts": {
  75. "test": "xo && ava"
  76. },
  77. "version": "1.0.2"
  78. }