package.json 2.4 KB

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