package.json 2.5 KB

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