package.json 2.3 KB

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