You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

192 lines
4.4 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "kind-of@^6.0.2",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/micromatch"
  6. ]
  7. ],
  8. "_from": "kind-of@>=6.0.2 <7.0.0",
  9. "_id": "kind-of@6.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/kind-of",
  13. "_nodeVersion": "9.1.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/kind-of-6.0.2.tgz_1512153086430_0.774781379615888"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "5.5.1",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "kind-of",
  26. "raw": "kind-of@^6.0.2",
  27. "rawSpec": "^6.0.2",
  28. "scope": null,
  29. "spec": ">=6.0.2 <7.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/base/is-accessor-descriptor",
  34. "/base/is-data-descriptor",
  35. "/base/is-descriptor",
  36. "/clone-deep",
  37. "/define-property/is-accessor-descriptor",
  38. "/define-property/is-data-descriptor",
  39. "/define-property/is-descriptor",
  40. "/extglob/is-accessor-descriptor",
  41. "/extglob/is-data-descriptor",
  42. "/extglob/is-descriptor",
  43. "/global-modules/global-prefix",
  44. "/micromatch",
  45. "/nanomatch",
  46. "/shallow-clone",
  47. "/snapdragon-node/is-accessor-descriptor",
  48. "/snapdragon-node/is-data-descriptor",
  49. "/snapdragon-node/is-descriptor"
  50. ],
  51. "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
  52. "_shasum": "01146b36a6218e64e58f3a8d66de5d7fc6f6d051",
  53. "_shrinkwrap": null,
  54. "_spec": "kind-of@^6.0.2",
  55. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/micromatch",
  56. "author": {
  57. "name": "Jon Schlinkert",
  58. "url": "https://github.com/jonschlinkert"
  59. },
  60. "bugs": {
  61. "url": "https://github.com/jonschlinkert/kind-of/issues"
  62. },
  63. "contributors": [
  64. {
  65. "name": "David Fox-Powell",
  66. "url": "https://dtothefp.github.io/me"
  67. },
  68. {
  69. "name": "James",
  70. "url": "https://twitter.com/aretecode"
  71. },
  72. {
  73. "name": "Jon Schlinkert",
  74. "url": "http://twitter.com/jonschlinkert"
  75. },
  76. {
  77. "name": "Ken Sheedlo",
  78. "url": "kensheedlo.com"
  79. },
  80. {
  81. "name": "laggingreflex",
  82. "url": "https://github.com/laggingreflex"
  83. },
  84. {
  85. "name": "Miguel Mota",
  86. "url": "https://miguelmota.com"
  87. },
  88. {
  89. "name": "Peter deHaan",
  90. "url": "http://about.me/peterdehaan"
  91. },
  92. {
  93. "name": "tunnckoCore",
  94. "url": "https://i.am.charlike.online"
  95. }
  96. ],
  97. "dependencies": {},
  98. "description": "Get the native type of a value.",
  99. "devDependencies": {
  100. "benchmarked": "^2.0.0",
  101. "browserify": "^14.4.0",
  102. "gulp-format-md": "^1.0.0",
  103. "mocha": "^4.0.1",
  104. "write": "^1.0.3"
  105. },
  106. "directories": {},
  107. "dist": {
  108. "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==",
  109. "shasum": "01146b36a6218e64e58f3a8d66de5d7fc6f6d051",
  110. "tarball": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz"
  111. },
  112. "engines": {
  113. "node": ">=0.10.0"
  114. },
  115. "files": [
  116. "index.js"
  117. ],
  118. "gitHead": "1491da72e8d276479f5f6198a9e79c1379c5d0c7",
  119. "homepage": "https://github.com/jonschlinkert/kind-of",
  120. "keywords": [
  121. "arguments",
  122. "array",
  123. "boolean",
  124. "check",
  125. "date",
  126. "function",
  127. "is",
  128. "is-type",
  129. "is-type-of",
  130. "kind",
  131. "kind-of",
  132. "number",
  133. "object",
  134. "of",
  135. "regexp",
  136. "string",
  137. "test",
  138. "type",
  139. "type-of",
  140. "typeof",
  141. "types"
  142. ],
  143. "license": "MIT",
  144. "main": "index.js",
  145. "maintainers": [
  146. {
  147. "name": "doowb",
  148. "email": "brian.woodward@gmail.com"
  149. },
  150. {
  151. "name": "jonschlinkert",
  152. "email": "github@sellside.com"
  153. }
  154. ],
  155. "name": "kind-of",
  156. "optionalDependencies": {},
  157. "readme": "ERROR: No README data found!",
  158. "repository": {
  159. "type": "git",
  160. "url": "git+https://github.com/jonschlinkert/kind-of.git"
  161. },
  162. "scripts": {
  163. "prepublish": "browserify -o browser.js -e index.js -s index --bare",
  164. "test": "mocha"
  165. },
  166. "verb": {
  167. "layout": "default",
  168. "lint": {
  169. "reflinks": true
  170. },
  171. "plugins": [
  172. "gulp-format-md"
  173. ],
  174. "reflinks": [
  175. "type-of",
  176. "typeof",
  177. "verb"
  178. ],
  179. "related": {
  180. "list": [
  181. "is-glob",
  182. "is-number",
  183. "is-primitive"
  184. ]
  185. },
  186. "tasks": [
  187. "readme"
  188. ],
  189. "toc": false
  190. },
  191. "version": "6.0.2"
  192. }