package.json 3.0 KB

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