package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "array-uniq@^1.0.1",
  3. "_id": "array-uniq@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==",
  6. "_location": "/array-uniq",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "array-uniq@^1.0.1",
  12. "name": "array-uniq",
  13. "escapedName": "array-uniq",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service/array-union",
  20. "/copy-webpack-plugin/array-union",
  21. "/del/array-union",
  22. "/mocha-webpack/array-union"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/array-uniq/-/array-uniq-1.0.3.tgz",
  25. "_shasum": "af6ac877a25cc7f74e058894753858dfdb24fdb6",
  26. "_spec": "array-uniq@^1.0.1",
  27. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\mocha-webpack\\node_modules\\array-union",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/array-uniq/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Create an array without duplicates",
  39. "devDependencies": {
  40. "ava": "*",
  41. "es6-set": "^0.1.0",
  42. "require-uncached": "^1.0.2",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/array-uniq#readme",
  52. "keywords": [
  53. "array",
  54. "arr",
  55. "set",
  56. "uniq",
  57. "unique",
  58. "es6",
  59. "duplicate",
  60. "remove"
  61. ],
  62. "license": "MIT",
  63. "name": "array-uniq",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/array-uniq.git"
  67. },
  68. "scripts": {
  69. "test": "xo && ava"
  70. },
  71. "version": "1.0.3"
  72. }