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.

54 lines
1.3 KiB

  1. {
  2. "_from": "colors@1.0.3",
  3. "_id": "colors@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=",
  6. "_location": "/colors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "colors@1.0.3",
  12. "name": "colors",
  13. "escapedName": "colors",
  14. "rawSpec": "1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/cli-table"
  20. ],
  21. "_resolved": "http://registry.npmjs.org/colors/-/colors-1.0.3.tgz",
  22. "_shasum": "0433f44d809680fdeb60ed260f1b0c262e82a40b",
  23. "_spec": "colors@1.0.3",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/cli-table",
  25. "author": {
  26. "name": "Marak Squires"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/Marak/colors.js/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "get colors in your node.js console",
  34. "engines": {
  35. "node": ">=0.1.90"
  36. },
  37. "homepage": "https://github.com/Marak/colors.js",
  38. "keywords": [
  39. "ansi",
  40. "terminal",
  41. "colors"
  42. ],
  43. "license": "MIT",
  44. "main": "./lib/index",
  45. "name": "colors",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+ssh://git@github.com/Marak/colors.js.git"
  49. },
  50. "scripts": {
  51. "test": "node tests/basic-test.js && node tests/safe-test.js"
  52. },
  53. "version": "1.0.3"
  54. }