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.

58 lines
1.4 KiB

  1. {
  2. "_from": "jsonparse@^1.2.0",
  3. "_id": "jsonparse@1.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=",
  6. "_location": "/jsonparse",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jsonparse@^1.2.0",
  12. "name": "jsonparse",
  13. "escapedName": "jsonparse",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/JSONStream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz",
  22. "_shasum": "3f4dae4a91fac315f71062f8521cc239f1366280",
  23. "_spec": "jsonparse@^1.2.0",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/JSONStream",
  25. "author": {
  26. "name": "Tim Caswell",
  27. "email": "tim@creationix.com"
  28. },
  29. "bugs": {
  30. "url": "http://github.com/creationix/jsonparse/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "This is a pure-js JSON streaming parser for node.js",
  35. "devDependencies": {
  36. "tap": "~0.3.3",
  37. "tape": "~0.1.1"
  38. },
  39. "engines": [
  40. "node >= 0.2.0"
  41. ],
  42. "homepage": "https://github.com/creationix/jsonparse#readme",
  43. "license": "MIT",
  44. "main": "jsonparse.js",
  45. "name": "jsonparse",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+ssh://git@github.com/creationix/jsonparse.git"
  49. },
  50. "scripts": {
  51. "test": "tap test/*.js"
  52. },
  53. "tags": [
  54. "json",
  55. "stream"
  56. ],
  57. "version": "1.3.1"
  58. }