package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_args": [
  3. [
  4. "extend-shallow@3.0.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "extend-shallow@3.0.2",
  9. "_id": "extend-shallow@3.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
  12. "_location": "/extend-shallow",
  13. "_phantomChildren": {
  14. "is-plain-object": "2.0.4"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "extend-shallow@3.0.2",
  20. "name": "extend-shallow",
  21. "escapedName": "extend-shallow",
  22. "rawSpec": "3.0.2",
  23. "saveSpec": null,
  24. "fetchSpec": "3.0.2"
  25. },
  26. "_requiredBy": [
  27. "/micromatch",
  28. "/nanomatch",
  29. "/regex-not",
  30. "/split-string",
  31. "/to-regex"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
  34. "_spec": "3.0.2",
  35. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  36. "author": {
  37. "name": "Jon Schlinkert",
  38. "url": "https://github.com/jonschlinkert"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jonschlinkert/extend-shallow/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Jon Schlinkert",
  46. "url": "http://twitter.com/jonschlinkert"
  47. },
  48. {
  49. "name": "Peter deHaan",
  50. "url": "http://about.me/peterdehaan"
  51. }
  52. ],
  53. "dependencies": {
  54. "assign-symbols": "^1.0.0",
  55. "is-extendable": "^1.0.1"
  56. },
  57. "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
  58. "devDependencies": {
  59. "array-slice": "^1.0.0",
  60. "benchmarked": "^2.0.0",
  61. "for-own": "^1.0.0",
  62. "gulp-format-md": "^1.0.0",
  63. "is-plain-object": "^2.0.4",
  64. "kind-of": "^6.0.1",
  65. "minimist": "^1.2.0",
  66. "mocha": "^3.5.3",
  67. "object-assign": "^4.1.1"
  68. },
  69. "engines": {
  70. "node": ">=0.10.0"
  71. },
  72. "files": [
  73. "index.js"
  74. ],
  75. "homepage": "https://github.com/jonschlinkert/extend-shallow",
  76. "keywords": [
  77. "assign",
  78. "clone",
  79. "extend",
  80. "merge",
  81. "obj",
  82. "object",
  83. "object-assign",
  84. "object.assign",
  85. "prop",
  86. "properties",
  87. "property",
  88. "props",
  89. "shallow",
  90. "util",
  91. "utility",
  92. "utils",
  93. "value"
  94. ],
  95. "license": "MIT",
  96. "main": "index.js",
  97. "name": "extend-shallow",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/jonschlinkert/extend-shallow.git"
  101. },
  102. "scripts": {
  103. "test": "mocha"
  104. },
  105. "verb": {
  106. "toc": false,
  107. "layout": "default",
  108. "tasks": [
  109. "readme"
  110. ],
  111. "related": {
  112. "list": [
  113. "extend-shallow",
  114. "for-in",
  115. "for-own",
  116. "is-plain-object",
  117. "isobject",
  118. "kind-of"
  119. ]
  120. },
  121. "plugins": [
  122. "gulp-format-md"
  123. ],
  124. "lint": {
  125. "reflinks": true
  126. }
  127. },
  128. "version": "3.0.2"
  129. }