package.json 3.9 KB

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