package.json 3.1 KB

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