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.

124 lines
3.0 KiB

  1. {
  2. "_from": "is-plain-object@^2.0.3",
  3. "_id": "is-plain-object@2.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
  6. "_location": "/is-plain-object",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-plain-object@^2.0.3",
  12. "name": "is-plain-object",
  13. "escapedName": "is-plain-object",
  14. "rawSpec": "^2.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.3"
  17. },
  18. "_requiredBy": [
  19. "/extend-shallow/is-extendable",
  20. "/mixin-deep/is-extendable",
  21. "/set-value",
  22. "/union-value/set-value"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
  25. "_shasum": "2c163b3fafb1b606d9d17928f05c2a1c38e07677",
  26. "_spec": "is-plain-object@^2.0.3",
  27. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/set-value",
  28. "author": {
  29. "name": "Jon Schlinkert",
  30. "url": "https://github.com/jonschlinkert"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jonschlinkert/is-plain-object/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Jon Schlinkert",
  39. "url": "http://twitter.com/jonschlinkert"
  40. },
  41. {
  42. "name": "Osman Nuri Okumuş",
  43. "url": "http://onokumus.com"
  44. },
  45. {
  46. "name": "Steven Vachon",
  47. "url": "https://svachon.com"
  48. },
  49. {
  50. "url": "https://github.com/wtgtybhertgeghgtwtg"
  51. }
  52. ],
  53. "dependencies": {
  54. "isobject": "^3.0.1"
  55. },
  56. "deprecated": false,
  57. "description": "Returns true if an object was created by the `Object` constructor.",
  58. "devDependencies": {
  59. "browserify": "^14.4.0",
  60. "chai": "^4.0.2",
  61. "gulp-format-md": "^1.0.0",
  62. "mocha": "^3.4.2",
  63. "mocha-phantomjs": "^4.1.0",
  64. "phantomjs": "^2.1.7",
  65. "uglify-js": "^3.0.24"
  66. },
  67. "engines": {
  68. "node": ">=0.10.0"
  69. },
  70. "files": [
  71. "index.d.ts",
  72. "index.js"
  73. ],
  74. "homepage": "https://github.com/jonschlinkert/is-plain-object",
  75. "keywords": [
  76. "check",
  77. "is",
  78. "is-object",
  79. "isobject",
  80. "javascript",
  81. "kind",
  82. "kind-of",
  83. "object",
  84. "plain",
  85. "type",
  86. "typeof",
  87. "value"
  88. ],
  89. "license": "MIT",
  90. "main": "index.js",
  91. "name": "is-plain-object",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/jonschlinkert/is-plain-object.git"
  95. },
  96. "scripts": {
  97. "browserify": "browserify index.js --standalone isPlainObject | uglifyjs --compress --mangle -o browser/is-plain-object.js",
  98. "test": "npm run test_node && npm run browserify && npm run test_browser",
  99. "test_browser": "mocha-phantomjs test/browser.html",
  100. "test_node": "mocha"
  101. },
  102. "types": "index.d.ts",
  103. "verb": {
  104. "toc": false,
  105. "layout": "default",
  106. "tasks": [
  107. "readme"
  108. ],
  109. "plugins": [
  110. "gulp-format-md"
  111. ],
  112. "related": {
  113. "list": [
  114. "is-number",
  115. "isobject",
  116. "kind-of"
  117. ]
  118. },
  119. "lint": {
  120. "reflinks": true
  121. }
  122. },
  123. "version": "2.0.4"
  124. }