package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "_from": "isobject@^3.0.1",
  3. "_id": "isobject@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
  6. "_location": "/isobject",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "isobject@^3.0.1",
  12. "name": "isobject",
  13. "escapedName": "isobject",
  14. "rawSpec": "^3.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.1"
  17. },
  18. "_requiredBy": [
  19. "/base",
  20. "/cache-base",
  21. "/class-utils",
  22. "/define-property",
  23. "/fork-ts-checker-webpack-plugin/braces",
  24. "/has-value",
  25. "/http-proxy-middleware/braces",
  26. "/is-plain-object",
  27. "/object-visit",
  28. "/object.pick",
  29. "/sane/braces",
  30. "/snapdragon-node",
  31. "/unset-value",
  32. "/watchpack-chokidar2/braces",
  33. "/webpack-dev-server/braces",
  34. "/webpack/braces"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
  37. "_shasum": "4e431e92b11a9731636aa1f9c8d1ccbcfdab78df",
  38. "_spec": "isobject@^3.0.1",
  39. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\sane\\node_modules\\braces",
  40. "author": {
  41. "name": "Jon Schlinkert",
  42. "url": "https://github.com/jonschlinkert"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/jonschlinkert/isobject/issues"
  46. },
  47. "bundleDependencies": false,
  48. "contributors": [
  49. {
  50. "url": "https://github.com/LeSuisse"
  51. },
  52. {
  53. "name": "Brian Woodward",
  54. "url": "https://twitter.com/doowb"
  55. },
  56. {
  57. "name": "Jon Schlinkert",
  58. "url": "http://twitter.com/jonschlinkert"
  59. },
  60. {
  61. "name": "Magnús Dæhlen",
  62. "url": "https://github.com/magnudae"
  63. },
  64. {
  65. "name": "Tom MacWright",
  66. "url": "https://macwright.org"
  67. }
  68. ],
  69. "dependencies": {},
  70. "deprecated": false,
  71. "description": "Returns true if the value is an object and not an array or null.",
  72. "devDependencies": {
  73. "gulp-format-md": "^0.1.9",
  74. "mocha": "^2.4.5"
  75. },
  76. "engines": {
  77. "node": ">=0.10.0"
  78. },
  79. "files": [
  80. "index.d.ts",
  81. "index.js"
  82. ],
  83. "homepage": "https://github.com/jonschlinkert/isobject",
  84. "keywords": [
  85. "check",
  86. "is",
  87. "is-object",
  88. "isobject",
  89. "kind",
  90. "kind-of",
  91. "kindof",
  92. "native",
  93. "object",
  94. "type",
  95. "typeof",
  96. "value"
  97. ],
  98. "license": "MIT",
  99. "main": "index.js",
  100. "name": "isobject",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/jonschlinkert/isobject.git"
  104. },
  105. "scripts": {
  106. "test": "mocha"
  107. },
  108. "types": "index.d.ts",
  109. "verb": {
  110. "related": {
  111. "list": [
  112. "extend-shallow",
  113. "is-plain-object",
  114. "kind-of",
  115. "merge-deep"
  116. ]
  117. },
  118. "toc": false,
  119. "layout": "default",
  120. "tasks": [
  121. "readme"
  122. ],
  123. "plugins": [
  124. "gulp-format-md"
  125. ],
  126. "lint": {
  127. "reflinks": true
  128. },
  129. "reflinks": [
  130. "verb"
  131. ]
  132. },
  133. "version": "3.0.1"
  134. }