package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "kind-of@^3.0.2",
  6. "scope": null,
  7. "escapedName": "kind-of",
  8. "name": "kind-of",
  9. "rawSpec": "^3.0.2",
  10. "spec": ">=3.0.2 <4.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/micromatch"
  14. ]
  15. ],
  16. "_from": "kind-of@>=3.0.2 <4.0.0",
  17. "_id": "kind-of@3.1.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/kind-of",
  21. "_nodeVersion": "6.7.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-18-east.internal.npmjs.com",
  24. "tmp": "tmp/kind-of-3.1.0.tgz_1481093733086_0.6179714468307793"
  25. },
  26. "_npmUser": {
  27. "name": "jonschlinkert",
  28. "email": "github@sellside.com"
  29. },
  30. "_npmVersion": "3.10.3",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "kind-of@^3.0.2",
  34. "scope": null,
  35. "escapedName": "kind-of",
  36. "name": "kind-of",
  37. "rawSpec": "^3.0.2",
  38. "spec": ">=3.0.2 <4.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/align-text",
  43. "/is-number",
  44. "/micromatch",
  45. "/randomatic"
  46. ],
  47. "_resolved": "http://registry.npmjs.org/kind-of/-/kind-of-3.1.0.tgz",
  48. "_shasum": "475d698a5e49ff5e53d14e3e732429dc8bf4cf47",
  49. "_shrinkwrap": null,
  50. "_spec": "kind-of@^3.0.2",
  51. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/micromatch",
  52. "author": {
  53. "name": "Jon Schlinkert",
  54. "url": "https://github.com/jonschlinkert"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/jonschlinkert/kind-of/issues"
  58. },
  59. "contributors": [
  60. {
  61. "name": "David Fox-Powell",
  62. "email": "dtothefp@gmail.com",
  63. "url": "https://dtothefp.github.io/me"
  64. },
  65. {
  66. "name": "Jon Schlinkert",
  67. "email": "jon.schlinkert@sellside.com",
  68. "url": "http://twitter.com/jonschlinkert"
  69. },
  70. {
  71. "name": "Miguel Mota",
  72. "email": "miguel@mota.email",
  73. "url": "https://miguelmota.com"
  74. },
  75. {
  76. "name": "Peter deHaan",
  77. "url": "http://about.me/peterdehaan"
  78. }
  79. ],
  80. "dependencies": {
  81. "is-buffer": "^1.0.2"
  82. },
  83. "description": "Get the native type of a value.",
  84. "devDependencies": {
  85. "ansi-bold": "^0.1.1",
  86. "benchmarked": "^0.2.5",
  87. "browserify": "^13.1.0",
  88. "glob": "^7.0.5",
  89. "gulp-format-md": "^0.1.9",
  90. "mocha": "^2.5.3",
  91. "type-of": "^2.0.1",
  92. "typeof": "^1.0.0"
  93. },
  94. "directories": {},
  95. "dist": {
  96. "shasum": "475d698a5e49ff5e53d14e3e732429dc8bf4cf47",
  97. "tarball": "https://registry.npmjs.org/kind-of/-/kind-of-3.1.0.tgz"
  98. },
  99. "engines": {
  100. "node": ">=0.10.0"
  101. },
  102. "files": [
  103. "index.js"
  104. ],
  105. "gitHead": "eb57ad426b39f25902260f315a1f4ae50d2f760e",
  106. "homepage": "https://github.com/jonschlinkert/kind-of",
  107. "keywords": [
  108. "arguments",
  109. "array",
  110. "boolean",
  111. "check",
  112. "date",
  113. "function",
  114. "is",
  115. "is-type",
  116. "is-type-of",
  117. "kind",
  118. "kind-of",
  119. "number",
  120. "object",
  121. "of",
  122. "regexp",
  123. "string",
  124. "test",
  125. "type",
  126. "type-of",
  127. "typeof",
  128. "types"
  129. ],
  130. "license": "MIT",
  131. "main": "index.js",
  132. "maintainers": [
  133. {
  134. "name": "jonschlinkert",
  135. "email": "github@sellside.com"
  136. },
  137. {
  138. "name": "doowb",
  139. "email": "brian.woodward@gmail.com"
  140. }
  141. ],
  142. "name": "kind-of",
  143. "optionalDependencies": {},
  144. "readme": "ERROR: No README data found!",
  145. "repository": {
  146. "type": "git",
  147. "url": "git+https://github.com/jonschlinkert/kind-of.git"
  148. },
  149. "scripts": {
  150. "prepublish": "browserify -o browser.js -e index.js -s index --bare",
  151. "test": "mocha"
  152. },
  153. "verb": {
  154. "related": {
  155. "list": [
  156. "is-glob",
  157. "is-number",
  158. "is-primitive"
  159. ]
  160. },
  161. "toc": false,
  162. "layout": "default",
  163. "tasks": [
  164. "readme"
  165. ],
  166. "plugins": [
  167. "gulp-format-md"
  168. ],
  169. "lint": {
  170. "reflinks": true
  171. },
  172. "reflinks": [
  173. "verb"
  174. ]
  175. },
  176. "version": "3.1.0"
  177. }