package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "array-union@1.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/@vue/cli-plugin-eslint/globby",
  27. "/@vue/cli-service/globby",
  28. "/copy-webpack-plugin/globby",
  29. "/globby"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/array-union/download/array-union-1.0.2.tgz",
  32. "_spec": "1.0.2",
  33. "_where": "/Users/lihai/jolijoli/pad_spa",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/array-union/issues"
  41. },
  42. "dependencies": {
  43. "array-uniq": "^1.0.1"
  44. },
  45. "description": "Create an array of unique values, in order, from the input arrays",
  46. "devDependencies": {
  47. "ava": "*",
  48. "xo": "*"
  49. },
  50. "engines": {
  51. "node": ">=0.10.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/array-union#readme",
  57. "keywords": [
  58. "array",
  59. "arr",
  60. "set",
  61. "uniq",
  62. "unique",
  63. "duplicate",
  64. "remove",
  65. "union",
  66. "combine",
  67. "merge"
  68. ],
  69. "license": "MIT",
  70. "name": "array-union",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/array-union.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava"
  77. },
  78. "version": "1.0.2"
  79. }