package.json 2.5 KB

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