package.json 2.7 KB

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