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.

86 lines
1.8 KiB

  1. {
  2. "_from": "xtend@~4.0.1",
  3. "_id": "xtend@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=",
  6. "_location": "/xtend",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "xtend@~4.0.1",
  12. "name": "xtend",
  13. "escapedName": "xtend",
  14. "rawSpec": "~4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/through2"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz",
  22. "_shasum": "a5c6d532be656e23db820efb943a1f04998d63af",
  23. "_spec": "xtend@~4.0.1",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/through2",
  25. "author": {
  26. "name": "Raynos",
  27. "email": "raynos2@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Raynos/xtend/issues",
  31. "email": "raynos2@gmail.com"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Jake Verbaten"
  37. },
  38. {
  39. "name": "Matt Esch"
  40. }
  41. ],
  42. "dependencies": {},
  43. "deprecated": false,
  44. "description": "extend like a boss",
  45. "devDependencies": {
  46. "tape": "~1.1.0"
  47. },
  48. "engines": {
  49. "node": ">=0.4"
  50. },
  51. "homepage": "https://github.com/Raynos/xtend",
  52. "keywords": [
  53. "extend",
  54. "merge",
  55. "options",
  56. "opts",
  57. "object",
  58. "array"
  59. ],
  60. "license": "MIT",
  61. "main": "immutable",
  62. "name": "xtend",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/Raynos/xtend.git"
  66. },
  67. "scripts": {
  68. "test": "node test"
  69. },
  70. "testling": {
  71. "files": "test.js",
  72. "browsers": [
  73. "ie/7..latest",
  74. "firefox/16..latest",
  75. "firefox/nightly",
  76. "chrome/22..latest",
  77. "chrome/canary",
  78. "opera/12..latest",
  79. "opera/next",
  80. "safari/5.1..latest",
  81. "ipad/6.0..latest",
  82. "iphone/6.0..latest"
  83. ]
  84. },
  85. "version": "4.0.1"
  86. }