package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_from": "is-plain-object@^2.0.4",
  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.4",
  12. "name": "is-plain-object",
  13. "escapedName": "is-plain-object",
  14. "rawSpec": "^2.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.4"
  17. },
  18. "_requiredBy": [
  19. "/clone-deep"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-2.0.4.tgz",
  22. "_shasum": "2c163b3fafb1b606d9d17928f05c2a1c38e07677",
  23. "_spec": "is-plain-object@^2.0.4",
  24. "_where": "E:\\Project\\2023\\问诊平台\\his_user_app\\node_modules\\clone-deep",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/is-plain-object/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Jon Schlinkert",
  36. "url": "http://twitter.com/jonschlinkert"
  37. },
  38. {
  39. "name": "Osman Nuri Okumuş",
  40. "url": "http://onokumus.com"
  41. },
  42. {
  43. "name": "Steven Vachon",
  44. "url": "https://svachon.com"
  45. },
  46. {
  47. "url": "https://github.com/wtgtybhertgeghgtwtg"
  48. }
  49. ],
  50. "dependencies": {
  51. "isobject": "^3.0.1"
  52. },
  53. "deprecated": false,
  54. "description": "Returns true if an object was created by the `Object` constructor.",
  55. "devDependencies": {
  56. "browserify": "^14.4.0",
  57. "chai": "^4.0.2",
  58. "gulp-format-md": "^1.0.0",
  59. "mocha": "^3.4.2",
  60. "mocha-phantomjs": "^4.1.0",
  61. "phantomjs": "^2.1.7",
  62. "uglify-js": "^3.0.24"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "index.d.ts",
  69. "index.js"
  70. ],
  71. "homepage": "https://github.com/jonschlinkert/is-plain-object",
  72. "keywords": [
  73. "check",
  74. "is",
  75. "is-object",
  76. "isobject",
  77. "javascript",
  78. "kind",
  79. "kind-of",
  80. "object",
  81. "plain",
  82. "type",
  83. "typeof",
  84. "value"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "name": "is-plain-object",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/jonschlinkert/is-plain-object.git"
  92. },
  93. "scripts": {
  94. "browserify": "browserify index.js --standalone isPlainObject | uglifyjs --compress --mangle -o browser/is-plain-object.js",
  95. "test": "npm run test_node && npm run browserify && npm run test_browser",
  96. "test_browser": "mocha-phantomjs test/browser.html",
  97. "test_node": "mocha"
  98. },
  99. "types": "index.d.ts",
  100. "verb": {
  101. "toc": false,
  102. "layout": "default",
  103. "tasks": [
  104. "readme"
  105. ],
  106. "plugins": [
  107. "gulp-format-md"
  108. ],
  109. "related": {
  110. "list": [
  111. "is-number",
  112. "isobject",
  113. "kind-of"
  114. ]
  115. },
  116. "lint": {
  117. "reflinks": true
  118. }
  119. },
  120. "version": "2.0.4"
  121. }