package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "array-uniq@^1.0.1",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
  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. "/array-union",
  20. "/get-imports",
  21. "/gulp-util"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
  24. "_shasum": "af6ac877a25cc7f74e058894753858dfdb24fdb6",
  25. "_spec": "array-uniq@^1.0.1",
  26. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\array-union",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "[email protected]",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/array-uniq/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Create an array without duplicates",
  38. "devDependencies": {
  39. "ava": "*",
  40. "es6-set": "^0.1.0",
  41. "require-uncached": "^1.0.2",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/array-uniq#readme",
  51. "keywords": [
  52. "array",
  53. "arr",
  54. "set",
  55. "uniq",
  56. "unique",
  57. "es6",
  58. "duplicate",
  59. "remove"
  60. ],
  61. "license": "MIT",
  62. "name": "array-uniq",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/array-uniq.git"
  66. },
  67. "scripts": {
  68. "test": "xo && ava"
  69. },
  70. "version": "1.0.3"
  71. }