package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "_args": [
  3. [
  4. "class-utils@0.3.6",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "class-utils@0.3.6",
  9. "_id": "class-utils@0.3.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
  12. "_location": "/class-utils",
  13. "_phantomChildren": {
  14. "is-descriptor": "0.1.6"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "class-utils@0.3.6",
  20. "name": "class-utils",
  21. "escapedName": "class-utils",
  22. "rawSpec": "0.3.6",
  23. "saveSpec": null,
  24. "fetchSpec": "0.3.6"
  25. },
  26. "_requiredBy": [
  27. "/base"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
  30. "_spec": "0.3.6",
  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/class-utils/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Brian Woodward",
  42. "url": "https://twitter.com/doowb"
  43. },
  44. {
  45. "name": "Jon Schlinkert",
  46. "url": "http://twitter.com/jonschlinkert"
  47. },
  48. {
  49. "url": "https://github.com/wtgtybhertgeghgtwtg"
  50. }
  51. ],
  52. "dependencies": {
  53. "arr-union": "^3.1.0",
  54. "define-property": "^0.2.5",
  55. "isobject": "^3.0.0",
  56. "static-extend": "^0.1.1"
  57. },
  58. "description": "Utils for working with JavaScript classes and prototype methods.",
  59. "devDependencies": {
  60. "gulp": "^3.9.1",
  61. "gulp-eslint": "^2.0.0",
  62. "gulp-format-md": "^0.1.7",
  63. "gulp-istanbul": "^0.10.3",
  64. "gulp-mocha": "^2.2.0",
  65. "mocha": "^2.4.5",
  66. "should": "^8.2.2",
  67. "through2": "^2.0.1"
  68. },
  69. "engines": {
  70. "node": ">=0.10.0"
  71. },
  72. "files": [
  73. "index.js"
  74. ],
  75. "homepage": "https://github.com/jonschlinkert/class-utils",
  76. "keywords": [
  77. "array",
  78. "assign",
  79. "class",
  80. "copy",
  81. "ctor",
  82. "define",
  83. "delegate",
  84. "descriptor",
  85. "extend",
  86. "extends",
  87. "inherit",
  88. "inheritance",
  89. "merge",
  90. "method",
  91. "object",
  92. "prop",
  93. "properties",
  94. "property",
  95. "prototype",
  96. "util",
  97. "utils"
  98. ],
  99. "license": "MIT",
  100. "main": "index.js",
  101. "name": "class-utils",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/jonschlinkert/class-utils.git"
  105. },
  106. "scripts": {
  107. "test": "mocha"
  108. },
  109. "verb": {
  110. "run": true,
  111. "toc": false,
  112. "layout": "default",
  113. "tasks": [
  114. "readme"
  115. ],
  116. "plugins": [
  117. "gulp-format-md"
  118. ],
  119. "related": {
  120. "list": [
  121. "define-property",
  122. "delegate-properties",
  123. "is-descriptor"
  124. ]
  125. },
  126. "reflinks": [
  127. "verb"
  128. ],
  129. "lint": {
  130. "reflinks": true
  131. }
  132. },
  133. "version": "0.3.6"
  134. }