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.

66 lines
1.7 KiB

  1. {
  2. "_from": "btoa-lite@^1.0.0",
  3. "_id": "btoa-lite@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-M3dm2hWAEhD92VbCLpxokaudAzc=",
  6. "_location": "/btoa-lite",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "btoa-lite@^1.0.0",
  12. "name": "btoa-lite",
  13. "escapedName": "btoa-lite",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@octokit/rest"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/btoa-lite/-/btoa-lite-1.0.0.tgz",
  22. "_shasum": "337766da15801210fdd956c22e9c6891ab9d0337",
  23. "_spec": "btoa-lite@^1.0.0",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/@octokit/rest",
  25. "author": {
  26. "name": "Hugh Kennedy",
  27. "email": "hughskennedy@gmail.com",
  28. "url": "http://hughsk.io/"
  29. },
  30. "browser": "btoa-browser.js",
  31. "bugs": {
  32. "url": "https://github.com/hughsk/btoa-lite/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "Smallest/simplest possible means of using btoa with both Node and browserify",
  38. "devDependencies": {
  39. "browserify": "^10.2.4",
  40. "smokestack": "^3.3.0",
  41. "tap-spec": "^4.0.0",
  42. "tape": "^4.0.0"
  43. },
  44. "homepage": "https://github.com/hughsk/btoa-lite",
  45. "keywords": [
  46. "btoa",
  47. "base64",
  48. "isomorphic",
  49. "browser",
  50. "node",
  51. "shared"
  52. ],
  53. "license": "MIT",
  54. "main": "btoa-node.js",
  55. "name": "btoa-lite",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/hughsk/btoa-lite.git"
  59. },
  60. "scripts": {
  61. "test": "npm run test-node && npm run test-browser",
  62. "test-browser": "browserify test | smokestack | tap-spec",
  63. "test-node": "node test | tap-spec"
  64. },
  65. "version": "1.0.0"
  66. }