package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_args": [
  3. [
  4. "kind-of@3.0.4",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "kind-of@3.0.4",
  10. "_id": "kind-of@3.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-e47PGKThf4Jp1ztQHJ8jLJaIenQ=",
  13. "_location": "/kind-of",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "kind-of@3.0.4",
  19. "name": "kind-of",
  20. "escapedName": "kind-of",
  21. "rawSpec": "3.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.4"
  24. },
  25. "_requiredBy": [
  26. "/is-number",
  27. "/micromatch",
  28. "/randomatic"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.0.4.tgz",
  31. "_spec": "3.0.4",
  32. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  33. "author": {
  34. "name": "Jon Schlinkert",
  35. "url": "https://github.com/jonschlinkert"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jonschlinkert/kind-of/issues"
  39. },
  40. "dependencies": {
  41. "is-buffer": "^1.0.2"
  42. },
  43. "description": "Get the native type of a value.",
  44. "devDependencies": {
  45. "ansi-bold": "^0.1.1",
  46. "benchmarked": "^0.2.5",
  47. "browserify": "^13.1.0",
  48. "glob": "^7.0.5",
  49. "gulp-format-md": "^0.1.9",
  50. "mocha": "^2.5.3",
  51. "type-of": "^2.0.1",
  52. "typeof": "^1.0.0"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "files": [
  58. "index.js",
  59. "LICENSE",
  60. "README.md"
  61. ],
  62. "homepage": "https://github.com/jonschlinkert/kind-of",
  63. "keywords": [
  64. "arguments",
  65. "array",
  66. "boolean",
  67. "check",
  68. "date",
  69. "function",
  70. "is",
  71. "is-type",
  72. "is-type-of",
  73. "kind",
  74. "kind-of",
  75. "number",
  76. "object",
  77. "of",
  78. "regexp",
  79. "string",
  80. "test",
  81. "type",
  82. "type-of",
  83. "typeof",
  84. "types"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "name": "kind-of",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/jonschlinkert/kind-of.git"
  92. },
  93. "scripts": {
  94. "prepublish": "browserify -o browser.js -e index.js -s index --bare",
  95. "test": "mocha"
  96. },
  97. "verb": {
  98. "related": {
  99. "list": [
  100. "is-glob",
  101. "is-number",
  102. "is-primitive"
  103. ]
  104. },
  105. "toc": false,
  106. "layout": "default",
  107. "tasks": [
  108. "readme"
  109. ],
  110. "plugins": [
  111. "gulp-format-md"
  112. ],
  113. "lint": {
  114. "reflinks": true
  115. },
  116. "reflinks": [
  117. "verb"
  118. ]
  119. },
  120. "version": "3.0.4"
  121. }