package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_from": "is-plain-object@^3.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-tZIpofR+P05k8Aocp7UI/2UTa9lTJSebCXpFFoR9aibpokDj/uXBsJ8luUu0tTVYKkMU6URDUuOfJZ7koewXvg==",
  6. "_location": "/is-plain-object",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-plain-object@^3.0.0",
  12. "name": "is-plain-object",
  13. "escapedName": "is-plain-object",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@octokit/endpoint",
  20. "/@octokit/request"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.0.tgz",
  23. "_shasum": "47bfc5da1b5d50d64110806c199359482e75a928",
  24. "_spec": "is-plain-object@^3.0.0",
  25. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\@octokit\\request",
  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. "dependencies": {
  52. "isobject": "^4.0.0"
  53. },
  54. "deprecated": false,
  55. "description": "Returns true if an object was created by the `Object` constructor.",
  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": "^2.0.2",
  62. "rollup": "^1.10.1",
  63. "rollup-plugin-node-resolve": "^4.2.3"
  64. },
  65. "engines": {
  66. "node": ">=0.10.0"
  67. },
  68. "files": [
  69. "index.d.ts",
  70. "index.js",
  71. "index.cjs.js"
  72. ],
  73. "homepage": "https://github.com/jonschlinkert/is-plain-object",
  74. "keywords": [
  75. "check",
  76. "is",
  77. "is-object",
  78. "isobject",
  79. "javascript",
  80. "kind",
  81. "kind-of",
  82. "object",
  83. "plain",
  84. "type",
  85. "typeof",
  86. "value"
  87. ],
  88. "license": "MIT",
  89. "main": "index.cjs.js",
  90. "module": "index.js",
  91. "name": "is-plain-object",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/jonschlinkert/is-plain-object.git"
  95. },
  96. "scripts": {
  97. "build": "rollup -c",
  98. "prepare": "rollup -c",
  99. "test": "npm run test_node && npm run build && npm run test_browser",
  100. "test_browser": "mocha-headless-chrome --args=disable-web-security -f test/browser.html",
  101. "test_node": "mocha -r esm"
  102. },
  103. "types": "index.d.ts",
  104. "verb": {
  105. "toc": false,
  106. "layout": "default",
  107. "tasks": [
  108. "readme"
  109. ],
  110. "plugins": [
  111. "gulp-format-md"
  112. ],
  113. "related": {
  114. "list": [
  115. "is-number",
  116. "isobject",
  117. "kind-of"
  118. ]
  119. },
  120. "lint": {
  121. "reflinks": true
  122. }
  123. },
  124. "version": "3.0.0"
  125. }