package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "union-value@1.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "union-value@1.0.0",
  9. "_id": "union-value@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-XHHDTLW61dzr4+oM0IIHulqhrqQ=",
  12. "_location": "/union-value",
  13. "_phantomChildren": {
  14. "is-extendable": "0.1.1",
  15. "is-plain-object": "2.0.4",
  16. "to-object-path": "0.3.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "union-value@1.0.0",
  22. "name": "union-value",
  23. "escapedName": "union-value",
  24. "rawSpec": "1.0.0",
  25. "saveSpec": null,
  26. "fetchSpec": "1.0.0"
  27. },
  28. "_requiredBy": [
  29. "/cache-base"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.0.tgz",
  32. "_spec": "1.0.0",
  33. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  34. "author": {
  35. "name": "Jon Schlinkert",
  36. "url": "https://github.com/jonschlinkert"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jonschlinkert/union-value/issues"
  40. },
  41. "dependencies": {
  42. "arr-union": "^3.1.0",
  43. "get-value": "^2.0.6",
  44. "is-extendable": "^0.1.1",
  45. "set-value": "^0.4.3"
  46. },
  47. "description": "Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.",
  48. "devDependencies": {
  49. "gulp-format-md": "^0.1.11",
  50. "mocha": "^3.2.0",
  51. "should": "^11.2.0"
  52. },
  53. "engines": {
  54. "node": ">=0.10.0"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/jonschlinkert/union-value",
  60. "keywords": [
  61. "array",
  62. "dot",
  63. "get",
  64. "has",
  65. "nested",
  66. "notation",
  67. "object",
  68. "path",
  69. "prop",
  70. "property",
  71. "set",
  72. "union",
  73. "value"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "union-value",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/jonschlinkert/union-value.git"
  81. },
  82. "scripts": {
  83. "test": "mocha"
  84. },
  85. "verb": {
  86. "toc": false,
  87. "layout": "default",
  88. "tasks": [
  89. "readme"
  90. ],
  91. "plugins": [
  92. "gulp-format-md"
  93. ],
  94. "related": {
  95. "list": [
  96. "assign-value",
  97. "get-value",
  98. "has-value",
  99. "set-value",
  100. "unset-value"
  101. ]
  102. },
  103. "lint": {
  104. "reflinks": true
  105. }
  106. },
  107. "version": "1.0.0"
  108. }