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.

83 lines
2.0 KiB

  1. {
  2. "_from": "escape-string-regexp@^1.0.5",
  3. "_id": "escape-string-regexp@1.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
  6. "_location": "/escape-string-regexp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "escape-string-regexp@^1.0.5",
  12. "name": "escape-string-regexp",
  13. "escapedName": "escape-string-regexp",
  14. "rawSpec": "^1.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.5"
  17. },
  18. "_requiredBy": [
  19. "/@semantic-release/gitlab",
  20. "/chalk",
  21. "/figures"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  24. "_shasum": "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4",
  25. "_spec": "escape-string-regexp@^1.0.5",
  26. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/@semantic-release/gitlab",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Escape RegExp special characters",
  38. "devDependencies": {
  39. "ava": "*",
  40. "xo": "*"
  41. },
  42. "engines": {
  43. "node": ">=0.8.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/escape-string-regexp#readme",
  49. "keywords": [
  50. "escape",
  51. "regex",
  52. "regexp",
  53. "re",
  54. "regular",
  55. "expression",
  56. "string",
  57. "str",
  58. "special",
  59. "characters"
  60. ],
  61. "license": "MIT",
  62. "maintainers": [
  63. {
  64. "name": "Sindre Sorhus",
  65. "email": "sindresorhus@gmail.com",
  66. "url": "sindresorhus.com"
  67. },
  68. {
  69. "name": "Joshua Boy Nicolai Appelman",
  70. "email": "joshua@jbna.nl",
  71. "url": "jbna.nl"
  72. }
  73. ],
  74. "name": "escape-string-regexp",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
  78. },
  79. "scripts": {
  80. "test": "xo && ava"
  81. },
  82. "version": "1.0.5"
  83. }