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.

78 lines
1.7 KiB

  1. {
  2. "_from": "npm-run-path@^2.0.0",
  3. "_id": "npm-run-path@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
  6. "_location": "/npm-run-path",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "npm-run-path@^2.0.0",
  12. "name": "npm-run-path",
  13. "escapedName": "npm-run-path",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/execa",
  20. "/os-locale/execa"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
  23. "_shasum": "35a9232dfa35d7067b4cb2ddf2357b1871536c5f",
  24. "_spec": "npm-run-path@^2.0.0",
  25. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/execa",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/npm-run-path/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "path-key": "^2.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Get your PATH prepended with locally installed binaries",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=4"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/npm-run-path#readme",
  51. "keywords": [
  52. "npm",
  53. "run",
  54. "path",
  55. "package",
  56. "bin",
  57. "binary",
  58. "binaries",
  59. "script",
  60. "cli",
  61. "command-line",
  62. "execute",
  63. "executable"
  64. ],
  65. "license": "MIT",
  66. "name": "npm-run-path",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/npm-run-path.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava"
  73. },
  74. "version": "2.0.2",
  75. "xo": {
  76. "esnext": true
  77. }
  78. }