package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_from": "is-plain-object@^5.0.0",
  3. "_id": "is-plain-object@5.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
  6. "_location": "/is-plain-object",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-plain-object@^5.0.0",
  12. "name": "is-plain-object",
  13. "escapedName": "is-plain-object",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/slate",
  20. "/slate-history"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-5.0.0.tgz",
  23. "_shasum": "4427f50ab3429e9025ea7d52e9043a9ef4159344",
  24. "_spec": "is-plain-object@^5.0.0",
  25. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\slate-history",
  26. "author": {
  27. "name": "Jon Schlinkert",
  28. "url": "https://github.com/jonschlinkert"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jonschlinkert/is-plain-object/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Jon Schlinkert",
  37. "url": "http://twitter.com/jonschlinkert"
  38. },
  39. {
  40. "name": "Osman Nuri Okumuş",
  41. "url": "http://onokumus.com"
  42. },
  43. {
  44. "name": "Steven Vachon",
  45. "url": "https://svachon.com"
  46. },
  47. {
  48. "url": "https://github.com/wtgtybhertgeghgtwtg"
  49. },
  50. {
  51. "name": "Bogdan Chadkin",
  52. "url": "https://github.com/TrySound"
  53. }
  54. ],
  55. "deprecated": false,
  56. "description": "Returns true if an object was created by the `Object` constructor, or Object.create(null).",
  57. "devDependencies": {
  58. "chai": "^4.2.0",
  59. "esm": "^3.2.22",
  60. "gulp-format-md": "^1.0.0",
  61. "mocha": "^6.1.4",
  62. "mocha-headless-chrome": "^3.1.0",
  63. "rollup": "^2.22.1"
  64. },
  65. "engines": {
  66. "node": ">=0.10.0"
  67. },
  68. "exports": {
  69. ".": {
  70. "import": "./dist/is-plain-object.mjs",
  71. "require": "./dist/is-plain-object.js"
  72. },
  73. "./package.json": "./package.json"
  74. },
  75. "files": [
  76. "is-plain-object.d.ts",
  77. "dist"
  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": "dist/is-plain-object.js",
  96. "module": "dist/is-plain-object.mjs",
  97. "name": "is-plain-object",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/jonschlinkert/is-plain-object.git"
  101. },
  102. "scripts": {
  103. "build": "rollup -c",
  104. "prepare": "rollup -c",
  105. "test": "npm run test_node && npm run build && npm run test_browser",
  106. "test_browser": "mocha-headless-chrome --args=disable-web-security -f test/browser.html",
  107. "test_node": "mocha -r esm"
  108. },
  109. "types": "is-plain-object.d.ts",
  110. "verb": {
  111. "toc": false,
  112. "layout": "default",
  113. "tasks": [
  114. "readme"
  115. ],
  116. "plugins": [
  117. "gulp-format-md"
  118. ],
  119. "related": {
  120. "list": [
  121. "is-number",
  122. "isobject",
  123. "kind-of"
  124. ]
  125. },
  126. "lint": {
  127. "reflinks": true
  128. }
  129. },
  130. "version": "5.0.0"
  131. }