package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "_args": [
  3. [
  4. "isobject@3.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "isobject@3.0.1",
  10. "_id": "isobject@3.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
  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. "/define-property",
  31. "/has-value",
  32. "/is-plain-object",
  33. "/object-visit",
  34. "/object.pick",
  35. "/snapdragon-node",
  36. "/unset-value"
  37. ],
  38. "_resolved": "https://registry.npm.taobao.org/isobject/download/isobject-3.0.1.tgz",
  39. "_spec": "3.0.1",
  40. "_where": "/Users/lihai/jolijoli/pad_spa",
  41. "author": {
  42. "name": "Jon Schlinkert",
  43. "url": "https://github.com/jonschlinkert"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/jonschlinkert/isobject/issues"
  47. },
  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. "description": "Returns true if the value is an object and not an array or null.",
  71. "devDependencies": {
  72. "gulp-format-md": "^0.1.9",
  73. "mocha": "^2.4.5"
  74. },
  75. "engines": {
  76. "node": ">=0.10.0"
  77. },
  78. "files": [
  79. "index.d.ts",
  80. "index.js"
  81. ],
  82. "homepage": "https://github.com/jonschlinkert/isobject",
  83. "keywords": [
  84. "check",
  85. "is",
  86. "is-object",
  87. "isobject",
  88. "kind",
  89. "kind-of",
  90. "kindof",
  91. "native",
  92. "object",
  93. "type",
  94. "typeof",
  95. "value"
  96. ],
  97. "license": "MIT",
  98. "main": "index.js",
  99. "name": "isobject",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/jonschlinkert/isobject.git"
  103. },
  104. "scripts": {
  105. "test": "mocha"
  106. },
  107. "types": "index.d.ts",
  108. "verb": {
  109. "related": {
  110. "list": [
  111. "extend-shallow",
  112. "is-plain-object",
  113. "kind-of",
  114. "merge-deep"
  115. ]
  116. },
  117. "toc": false,
  118. "layout": "default",
  119. "tasks": [
  120. "readme"
  121. ],
  122. "plugins": [
  123. "gulp-format-md"
  124. ],
  125. "lint": {
  126. "reflinks": true
  127. },
  128. "reflinks": [
  129. "verb"
  130. ]
  131. },
  132. "version": "3.0.1"
  133. }