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.

66 lines
1.5 KiB

  1. {
  2. "_from": "arrify@^1.0.1",
  3. "_id": "arrify@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=",
  6. "_location": "/arrify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "arrify@^1.0.1",
  12. "name": "arrify",
  13. "escapedName": "arrify",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/dir-glob",
  20. "/minimist-options"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
  23. "_shasum": "898508da2226f380df904728456849c1501a4b0d",
  24. "_spec": "arrify@^1.0.1",
  25. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/minimist-options",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/arrify/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Convert a value to an array",
  37. "devDependencies": {
  38. "ava": "*",
  39. "xo": "*"
  40. },
  41. "engines": {
  42. "node": ">=0.10.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/sindresorhus/arrify#readme",
  48. "keywords": [
  49. "array",
  50. "arr",
  51. "arrify",
  52. "arrayify",
  53. "convert",
  54. "value"
  55. ],
  56. "license": "MIT",
  57. "name": "arrify",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/sindresorhus/arrify.git"
  61. },
  62. "scripts": {
  63. "test": "xo && ava"
  64. },
  65. "version": "1.0.1"
  66. }