package.json 3.0 KB

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