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.

package.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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. "/copy-props",
  20. "/each-props",
  21. "/extend-shallow/is-extendable",
  22. "/fined",
  23. "/liftoff",
  24. "/mixin-deep/is-extendable",
  25. "/set-value"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
  28. "_shasum": "2c163b3fafb1b606d9d17928f05c2a1c38e07677",
  29. "_spec": "is-plain-object@^2.0.3",
  30. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\set-value",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/is-plain-object/issues"
  37. },
  38. "bundleDependencies": false,
  39. "contributors": [
  40. {
  41. "name": "Jon Schlinkert",
  42. "url": "http://twitter.com/jonschlinkert"
  43. },
  44. {
  45. "name": "Osman Nuri Okumuş",
  46. "url": "http://onokumus.com"
  47. },
  48. {
  49. "name": "Steven Vachon",
  50. "url": "https://svachon.com"
  51. },
  52. {
  53. "url": "https://github.com/wtgtybhertgeghgtwtg"
  54. }
  55. ],
  56. "dependencies": {
  57. "isobject": "^3.0.1"
  58. },
  59. "deprecated": false,
  60. "description": "Returns true if an object was created by the `Object` constructor.",
  61. "devDependencies": {
  62. "browserify": "^14.4.0",
  63. "chai": "^4.0.2",
  64. "gulp-format-md": "^1.0.0",
  65. "mocha": "^3.4.2",
  66. "mocha-phantomjs": "^4.1.0",
  67. "phantomjs": "^2.1.7",
  68. "uglify-js": "^3.0.24"
  69. },
  70. "engines": {
  71. "node": ">=0.10.0"
  72. },
  73. "files": [
  74. "index.d.ts",
  75. "index.js"
  76. ],
  77. "homepage": "https://github.com/jonschlinkert/is-plain-object",
  78. "keywords": [
  79. "check",
  80. "is",
  81. "is-object",
  82. "isobject",
  83. "javascript",
  84. "kind",
  85. "kind-of",
  86. "object",
  87. "plain",
  88. "type",
  89. "typeof",
  90. "value"
  91. ],
  92. "license": "MIT",
  93. "main": "index.js",
  94. "name": "is-plain-object",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/jonschlinkert/is-plain-object.git"
  98. },
  99. "scripts": {
  100. "browserify": "browserify index.js --standalone isPlainObject | uglifyjs --compress --mangle -o browser/is-plain-object.js",
  101. "test": "npm run test_node && npm run browserify && npm run test_browser",
  102. "test_browser": "mocha-phantomjs test/browser.html",
  103. "test_node": "mocha"
  104. },
  105. "types": "index.d.ts",
  106. "verb": {
  107. "toc": false,
  108. "layout": "default",
  109. "tasks": [
  110. "readme"
  111. ],
  112. "plugins": [
  113. "gulp-format-md"
  114. ],
  115. "related": {
  116. "list": [
  117. "is-number",
  118. "isobject",
  119. "kind-of"
  120. ]
  121. },
  122. "lint": {
  123. "reflinks": true
  124. }
  125. },
  126. "version": "2.0.4"
  127. }