package.json 2.6 KB

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