package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_args": [
  3. [
  4. "isobject@^2.0.0",
  5. "D:\\work\\im\\node_modules\\fill-range"
  6. ]
  7. ],
  8. "_from": "isobject@>=2.0.0 <3.0.0",
  9. "_id": "isobject@2.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/isobject",
  13. "_nodeVersion": "5.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/isobject-2.1.0.tgz_1461618425262_0.8524945541284978"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "3.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "isobject",
  26. "raw": "isobject@^2.0.0",
  27. "rawSpec": "^2.0.0",
  28. "scope": null,
  29. "spec": ">=2.0.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/fill-range"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
  36. "_shasum": "f065561096a3f1da2ef46272f815c840d87e0c89",
  37. "_shrinkwrap": null,
  38. "_spec": "isobject@^2.0.0",
  39. "_where": "D:\\work\\im\\node_modules\\fill-range",
  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. "dependencies": {
  48. "isarray": "1.0.0"
  49. },
  50. "description": "Returns true if the value is an object and not an array or null.",
  51. "devDependencies": {
  52. "gulp-format-md": "^0.1.9",
  53. "mocha": "^2.4.5"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "f065561096a3f1da2ef46272f815c840d87e0c89",
  58. "tarball": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz"
  59. },
  60. "engines": {
  61. "node": ">=0.10.0"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "gitHead": "d693ec8d31b02b42a19b2d806407a4ecb2f9fb73",
  67. "homepage": "https://github.com/jonschlinkert/isobject",
  68. "keywords": [
  69. "check",
  70. "is",
  71. "is-object",
  72. "isobject",
  73. "kind",
  74. "kind-of",
  75. "kindof",
  76. "native",
  77. "object",
  78. "type",
  79. "typeof",
  80. "value"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "maintainers": [
  85. {
  86. "email": "github@sellside.com",
  87. "name": "jonschlinkert"
  88. },
  89. {
  90. "email": "brian.woodward@gmail.com",
  91. "name": "doowb"
  92. }
  93. ],
  94. "name": "isobject",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/jonschlinkert/isobject.git"
  100. },
  101. "scripts": {
  102. "test": "mocha"
  103. },
  104. "verb": {
  105. "layout": "default",
  106. "lint": {
  107. "reflinks": true
  108. },
  109. "plugins": [
  110. "gulp-format-md"
  111. ],
  112. "reflinks": [
  113. "verb"
  114. ],
  115. "related": {
  116. "list": [
  117. "merge-deep",
  118. "extend-shallow",
  119. "is-plain-object",
  120. "kind-of"
  121. ]
  122. },
  123. "tasks": [
  124. "readme"
  125. ],
  126. "toc": false
  127. },
  128. "version": "2.1.0"
  129. }