package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "array-union@1.0.2",
  5. "E:\\item\\newItem\\admin"
  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. "/mocha-webpack/globby"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
  32. "_spec": "1.0.2",
  33. "_where": "E:\\item\\newItem\\admin",
  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. }