package.json 2.6 KB

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