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.

76 lines
2.1 KiB

  1. {
  2. "_from": "lodash@^4.17.4",
  3. "_id": "lodash@4.17.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==",
  6. "_location": "/lodash",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lodash@^4.17.4",
  12. "name": "lodash",
  13. "escapedName": "lodash",
  14. "rawSpec": "^4.17.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.17.4"
  17. },
  18. "_requiredBy": [
  19. "/@octokit/rest",
  20. "/@semantic-release/changelog",
  21. "/@semantic-release/commit-analyzer",
  22. "/@semantic-release/git",
  23. "/@semantic-release/github",
  24. "/@semantic-release/npm",
  25. "/@semantic-release/release-notes-generator",
  26. "/async",
  27. "/conventional-changelog-writer",
  28. "/conventional-commits-parser",
  29. "/semantic-release"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
  32. "_shasum": "b39ea6229ef607ecd89e2c8df12536891cac9b8d",
  33. "_spec": "lodash@^4.17.4",
  34. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/@semantic-release/changelog",
  35. "author": {
  36. "name": "John-David Dalton",
  37. "email": "john.david.dalton@gmail.com",
  38. "url": "http://allyoucanleet.com/"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/lodash/lodash/issues"
  42. },
  43. "bundleDependencies": false,
  44. "contributors": [
  45. {
  46. "name": "John-David Dalton",
  47. "email": "john.david.dalton@gmail.com",
  48. "url": "http://allyoucanleet.com/"
  49. },
  50. {
  51. "name": "Mathias Bynens",
  52. "email": "mathias@qiwi.be",
  53. "url": "https://mathiasbynens.be/"
  54. }
  55. ],
  56. "deprecated": false,
  57. "description": "Lodash modular utilities.",
  58. "homepage": "https://lodash.com/",
  59. "icon": "https://lodash.com/icon.svg",
  60. "keywords": [
  61. "modules",
  62. "stdlib",
  63. "util"
  64. ],
  65. "license": "MIT",
  66. "main": "lodash.js",
  67. "name": "lodash",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/lodash/lodash.git"
  71. },
  72. "scripts": {
  73. "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
  74. },
  75. "version": "4.17.11"
  76. }