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.

65 lines
1.5 KiB

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