package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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. "/has-value",
  25. "/object-visit",
  26. "/object.defaults",
  27. "/object.pick",
  28. "/snapdragon-node",
  29. "/unset-value"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
  32. "_shasum": "4e431e92b11a9731636aa1f9c8d1ccbcfdab78df",
  33. "_spec": "isobject@^3.0.1",
  34. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c/node_modules/braces",
  35. "author": {
  36. "name": "Jon Schlinkert",
  37. "url": "https://github.com/jonschlinkert"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/jonschlinkert/isobject/issues"
  41. },
  42. "bundleDependencies": false,
  43. "contributors": [
  44. {
  45. "url": "https://github.com/LeSuisse"
  46. },
  47. {
  48. "name": "Brian Woodward",
  49. "url": "https://twitter.com/doowb"
  50. },
  51. {
  52. "name": "Jon Schlinkert",
  53. "url": "http://twitter.com/jonschlinkert"
  54. },
  55. {
  56. "name": "Magnús Dæhlen",
  57. "url": "https://github.com/magnudae"
  58. },
  59. {
  60. "name": "Tom MacWright",
  61. "url": "https://macwright.org"
  62. }
  63. ],
  64. "dependencies": {},
  65. "deprecated": false,
  66. "description": "Returns true if the value is an object and not an array or null.",
  67. "devDependencies": {
  68. "gulp-format-md": "^0.1.9",
  69. "mocha": "^2.4.5"
  70. },
  71. "engines": {
  72. "node": ">=0.10.0"
  73. },
  74. "files": [
  75. "index.d.ts",
  76. "index.js"
  77. ],
  78. "homepage": "https://github.com/jonschlinkert/isobject",
  79. "keywords": [
  80. "check",
  81. "is",
  82. "is-object",
  83. "isobject",
  84. "kind",
  85. "kind-of",
  86. "kindof",
  87. "native",
  88. "object",
  89. "type",
  90. "typeof",
  91. "value"
  92. ],
  93. "license": "MIT",
  94. "main": "index.js",
  95. "name": "isobject",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/jonschlinkert/isobject.git"
  99. },
  100. "scripts": {
  101. "test": "mocha"
  102. },
  103. "types": "index.d.ts",
  104. "verb": {
  105. "related": {
  106. "list": [
  107. "extend-shallow",
  108. "is-plain-object",
  109. "kind-of",
  110. "merge-deep"
  111. ]
  112. },
  113. "toc": false,
  114. "layout": "default",
  115. "tasks": [
  116. "readme"
  117. ],
  118. "plugins": [
  119. "gulp-format-md"
  120. ],
  121. "lint": {
  122. "reflinks": true
  123. },
  124. "reflinks": [
  125. "verb"
  126. ]
  127. },
  128. "version": "3.0.1"
  129. }