package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "array-union@1.0.2",
  5. "E:\\amr1.0\\AMR"
  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. "/del/globby",
  27. "/globby"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
  30. "_spec": "1.0.2",
  31. "_where": "E:\\amr1.0\\AMR",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/array-union/issues"
  39. },
  40. "dependencies": {
  41. "array-uniq": "^1.0.1"
  42. },
  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. }