package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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. "/define-property",
  20. "/is-plain-object"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
  23. "_shasum": "4e431e92b11a9731636aa1f9c8d1ccbcfdab78df",
  24. "_spec": "isobject@^3.0.1",
  25. "_where": "E:\\workspace\\node\\qipai_server\\node_modules\\define-property",
  26. "author": {
  27. "name": "Jon Schlinkert",
  28. "url": "https://github.com/jonschlinkert"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jonschlinkert/isobject/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "url": "https://github.com/LeSuisse"
  37. },
  38. {
  39. "name": "Brian Woodward",
  40. "url": "https://twitter.com/doowb"
  41. },
  42. {
  43. "name": "Jon Schlinkert",
  44. "url": "http://twitter.com/jonschlinkert"
  45. },
  46. {
  47. "name": "Magnús Dæhlen",
  48. "url": "https://github.com/magnudae"
  49. },
  50. {
  51. "name": "Tom MacWright",
  52. "url": "https://macwright.org"
  53. }
  54. ],
  55. "dependencies": {},
  56. "deprecated": false,
  57. "description": "Returns true if the value is an object and not an array or null.",
  58. "devDependencies": {
  59. "gulp-format-md": "^0.1.9",
  60. "mocha": "^2.4.5"
  61. },
  62. "engines": {
  63. "node": ">=0.10.0"
  64. },
  65. "files": [
  66. "index.d.ts",
  67. "index.js"
  68. ],
  69. "homepage": "https://github.com/jonschlinkert/isobject",
  70. "keywords": [
  71. "check",
  72. "is",
  73. "is-object",
  74. "isobject",
  75. "kind",
  76. "kind-of",
  77. "kindof",
  78. "native",
  79. "object",
  80. "type",
  81. "typeof",
  82. "value"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "name": "isobject",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/jonschlinkert/isobject.git"
  90. },
  91. "scripts": {
  92. "test": "mocha"
  93. },
  94. "types": "index.d.ts",
  95. "verb": {
  96. "related": {
  97. "list": [
  98. "extend-shallow",
  99. "is-plain-object",
  100. "kind-of",
  101. "merge-deep"
  102. ]
  103. },
  104. "toc": false,
  105. "layout": "default",
  106. "tasks": [
  107. "readme"
  108. ],
  109. "plugins": [
  110. "gulp-format-md"
  111. ],
  112. "lint": {
  113. "reflinks": true
  114. },
  115. "reflinks": [
  116. "verb"
  117. ]
  118. },
  119. "version": "3.0.1"
  120. }