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.

package.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_from": "has-values@^1.0.0",
  3. "_id": "has-values@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=",
  6. "_location": "/has-values",
  7. "_phantomChildren": {
  8. "is-buffer": "1.1.6"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "has-values@^1.0.0",
  14. "name": "has-values",
  15. "escapedName": "has-values",
  16. "rawSpec": "^1.0.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^1.0.0"
  19. },
  20. "_requiredBy": [
  21. "/has-value"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
  24. "_shasum": "95b0b63fec2146619a6fe57fe75628d5a39efe4f",
  25. "_spec": "has-values@^1.0.0",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\has-value",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/has-values/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "is-number": "^3.0.0",
  37. "kind-of": "^4.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ",
  41. "devDependencies": {
  42. "gulp-format-md": "^0.1.12",
  43. "mocha": "^3.4.1"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/jonschlinkert/has-values",
  52. "keywords": [
  53. "array",
  54. "boolean",
  55. "empty",
  56. "find",
  57. "function",
  58. "has",
  59. "hasOwn",
  60. "javascript",
  61. "js",
  62. "key",
  63. "keys",
  64. "node.js",
  65. "null",
  66. "number",
  67. "object",
  68. "properties",
  69. "property",
  70. "string",
  71. "type",
  72. "util",
  73. "utilities",
  74. "utility",
  75. "value",
  76. "values"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "has-values",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/jonschlinkert/has-values.git"
  84. },
  85. "scripts": {
  86. "test": "mocha"
  87. },
  88. "verb": {
  89. "run": true,
  90. "toc": false,
  91. "layout": "default",
  92. "tasks": [
  93. "readme"
  94. ],
  95. "plugins": [
  96. "gulp-format-md"
  97. ],
  98. "related": {
  99. "list": [
  100. "has-value",
  101. "kind-of",
  102. "is-number",
  103. "is-plain-object",
  104. "isobject"
  105. ]
  106. },
  107. "reflinks": [
  108. "verb"
  109. ],
  110. "lint": {
  111. "reflinks": true
  112. }
  113. },
  114. "version": "1.0.0"
  115. }