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.

75 lines
1.7 KiB

  1. {
  2. "_from": "read-pkg@^3.0.0",
  3. "_id": "read-pkg@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=",
  6. "_location": "/read-pkg",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "read-pkg@^3.0.0",
  12. "name": "read-pkg",
  13. "escapedName": "read-pkg",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/read-pkg-up",
  20. "/semantic-release/read-pkg-up"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz",
  23. "_shasum": "9cbc686978fee65d16c00e2b19c237fcf6e38389",
  24. "_spec": "read-pkg@^3.0.0",
  25. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/read-pkg-up",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/read-pkg/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "load-json-file": "^4.0.0",
  37. "normalize-package-data": "^2.3.2",
  38. "path-type": "^3.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Read a package.json file",
  42. "devDependencies": {
  43. "ava": "*",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=4"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/read-pkg#readme",
  53. "keywords": [
  54. "json",
  55. "read",
  56. "parse",
  57. "file",
  58. "fs",
  59. "graceful",
  60. "load",
  61. "pkg",
  62. "package",
  63. "normalize"
  64. ],
  65. "license": "MIT",
  66. "name": "read-pkg",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/read-pkg.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava"
  73. },
  74. "version": "3.0.0"
  75. }