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 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_from": "isobject@^3.0.1",
  3. "_id": "isobject@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
  6. "_location": "/isobject",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "isobject@^3.0.1",
  12. "name": "isobject",
  13. "escapedName": "isobject",
  14. "rawSpec": "^3.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.1"
  17. },
  18. "_requiredBy": [
  19. "/base",
  20. "/braces",
  21. "/cache-base",
  22. "/class-utils",
  23. "/define-property",
  24. "/gulp/gulp-cli",
  25. "/has-value",
  26. "/is-plain-object",
  27. "/object-visit",
  28. "/object.defaults",
  29. "/object.pick",
  30. "/snapdragon-node",
  31. "/unset-value"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
  34. "_shasum": "4e431e92b11a9731636aa1f9c8d1ccbcfdab78df",
  35. "_spec": "isobject@^3.0.1",
  36. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\braces",
  37. "author": {
  38. "name": "Jon Schlinkert",
  39. "url": "https://github.com/jonschlinkert"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/jonschlinkert/isobject/issues"
  43. },
  44. "bundleDependencies": false,
  45. "contributors": [
  46. {
  47. "url": "https://github.com/LeSuisse"
  48. },
  49. {
  50. "name": "Brian Woodward",
  51. "url": "https://twitter.com/doowb"
  52. },
  53. {
  54. "name": "Jon Schlinkert",
  55. "url": "http://twitter.com/jonschlinkert"
  56. },
  57. {
  58. "name": "Magnús Dæhlen",
  59. "url": "https://github.com/magnudae"
  60. },
  61. {
  62. "name": "Tom MacWright",
  63. "url": "https://macwright.org"
  64. }
  65. ],
  66. "dependencies": {},
  67. "deprecated": false,
  68. "description": "Returns true if the value is an object and not an array or null.",
  69. "devDependencies": {
  70. "gulp-format-md": "^0.1.9",
  71. "mocha": "^2.4.5"
  72. },
  73. "engines": {
  74. "node": ">=0.10.0"
  75. },
  76. "files": [
  77. "index.d.ts",
  78. "index.js"
  79. ],
  80. "homepage": "https://github.com/jonschlinkert/isobject",
  81. "keywords": [
  82. "check",
  83. "is",
  84. "is-object",
  85. "isobject",
  86. "kind",
  87. "kind-of",
  88. "kindof",
  89. "native",
  90. "object",
  91. "type",
  92. "typeof",
  93. "value"
  94. ],
  95. "license": "MIT",
  96. "main": "index.js",
  97. "name": "isobject",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/jonschlinkert/isobject.git"
  101. },
  102. "scripts": {
  103. "test": "mocha"
  104. },
  105. "types": "index.d.ts",
  106. "verb": {
  107. "related": {
  108. "list": [
  109. "extend-shallow",
  110. "is-plain-object",
  111. "kind-of",
  112. "merge-deep"
  113. ]
  114. },
  115. "toc": false,
  116. "layout": "default",
  117. "tasks": [
  118. "readme"
  119. ],
  120. "plugins": [
  121. "gulp-format-md"
  122. ],
  123. "lint": {
  124. "reflinks": true
  125. },
  126. "reflinks": [
  127. "verb"
  128. ]
  129. },
  130. "version": "3.0.1"
  131. }