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.

62 lines
1.7 KiB

  1. {
  2. "_from": "nerf-dart@^1.0.0",
  3. "_id": "nerf-dart@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-5tq3/r9a2Bbqgc9cYpxaDr3nLBo=",
  6. "_location": "/nerf-dart",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nerf-dart@^1.0.0",
  12. "name": "nerf-dart",
  13. "escapedName": "nerf-dart",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@semantic-release/npm"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/nerf-dart/-/nerf-dart-1.0.0.tgz",
  22. "_shasum": "e6dab7febf5ad816ea81cf5c629c5a0ebde72c1a",
  23. "_spec": "nerf-dart@^1.0.0",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/@semantic-release/npm",
  25. "author": {
  26. "name": "Stephan Bönnemann",
  27. "email": "stephan@boennemann.me",
  28. "url": "http://boennemann.me/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/boennemann/nerf-dart/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "maps a URL to an identifier",
  36. "devDependencies": {
  37. "coveralls": "^2.11.4",
  38. "nyc": "^3.1.0",
  39. "semantic-release": "^4.1.0",
  40. "standard": "^5.1.0",
  41. "tap": "^1.3.2"
  42. },
  43. "homepage": "https://github.com/boennemann/nerf-dart#readme",
  44. "keywords": [
  45. "url",
  46. "identifier"
  47. ],
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "nerf-dart",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/boennemann/nerf-dart.git"
  54. },
  55. "scripts": {
  56. "coverage": "nyc report",
  57. "coverage:upload": "npm run coverage -- --reporter=text-lcov | coveralls",
  58. "semantic-release": "semantic-release pre && npm publish && semantic-release post",
  59. "test": "standard && nyc tap --no-cov test.js"
  60. },
  61. "version": "1.0.0"
  62. }