Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.6 KiB

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