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.

68 lines
1.6 KiB

  1. {
  2. "_from": "is-plain-obj@^1.1.0",
  3. "_id": "is-plain-obj@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=",
  6. "_location": "/is-plain-obj",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-plain-obj@^1.1.0",
  12. "name": "is-plain-obj",
  13. "escapedName": "is-plain-obj",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/minimist-options"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
  22. "_shasum": "71a50c8429dfca773c92a390a4a03b39fcd51d3e",
  23. "_spec": "is-plain-obj@^1.1.0",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/minimist-options",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/is-plain-obj/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Check if a value is a plain object",
  36. "devDependencies": {
  37. "ava": "0.0.4"
  38. },
  39. "engines": {
  40. "node": ">=0.10.0"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/sindresorhus/is-plain-obj#readme",
  46. "keywords": [
  47. "obj",
  48. "object",
  49. "is",
  50. "check",
  51. "test",
  52. "type",
  53. "plain",
  54. "vanilla",
  55. "pure",
  56. "simple"
  57. ],
  58. "license": "MIT",
  59. "name": "is-plain-obj",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/sindresorhus/is-plain-obj.git"
  63. },
  64. "scripts": {
  65. "test": "node test.js"
  66. },
  67. "version": "1.1.0"
  68. }