package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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. "/warehouse"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-5.0.0.tgz",
  22. "_shasum": "4427f50ab3429e9025ea7d52e9043a9ef4159344",
  23. "_spec": "is-plain-object@^5.0.0",
  24. "_where": "/var/www/AfterAales/node_modules/warehouse",
  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. "name": "Bogdan Chadkin",
  51. "url": "https://github.com/TrySound"
  52. }
  53. ],
  54. "deprecated": false,
  55. "description": "Returns true if an object was created by the `Object` constructor, or Object.create(null).",
  56. "devDependencies": {
  57. "chai": "^4.2.0",
  58. "esm": "^3.2.22",
  59. "gulp-format-md": "^1.0.0",
  60. "mocha": "^6.1.4",
  61. "mocha-headless-chrome": "^3.1.0",
  62. "rollup": "^2.22.1"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "exports": {
  68. ".": {
  69. "import": "./dist/is-plain-object.mjs",
  70. "require": "./dist/is-plain-object.js"
  71. },
  72. "./package.json": "./package.json"
  73. },
  74. "files": [
  75. "is-plain-object.d.ts",
  76. "dist"
  77. ],
  78. "homepage": "https://github.com/jonschlinkert/is-plain-object",
  79. "keywords": [
  80. "check",
  81. "is",
  82. "is-object",
  83. "isobject",
  84. "javascript",
  85. "kind",
  86. "kind-of",
  87. "object",
  88. "plain",
  89. "type",
  90. "typeof",
  91. "value"
  92. ],
  93. "license": "MIT",
  94. "main": "dist/is-plain-object.js",
  95. "module": "dist/is-plain-object.mjs",
  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. "build": "rollup -c",
  103. "prepare": "rollup -c",
  104. "test": "npm run test_node && npm run build && npm run test_browser",
  105. "test_browser": "mocha-headless-chrome --args=disable-web-security -f test/browser.html",
  106. "test_node": "mocha -r esm"
  107. },
  108. "types": "is-plain-object.d.ts",
  109. "verb": {
  110. "toc": false,
  111. "layout": "default",
  112. "tasks": [
  113. "readme"
  114. ],
  115. "plugins": [
  116. "gulp-format-md"
  117. ],
  118. "related": {
  119. "list": [
  120. "is-number",
  121. "isobject",
  122. "kind-of"
  123. ]
  124. },
  125. "lint": {
  126. "reflinks": true
  127. }
  128. },
  129. "version": "5.0.0"
  130. }