package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "static-extend@0.1.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "static-extend@0.1.2",
  9. "_id": "static-extend@0.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=",
  12. "_location": "/static-extend",
  13. "_phantomChildren": {
  14. "is-descriptor": "0.1.6"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "static-extend@0.1.2",
  20. "name": "static-extend",
  21. "escapedName": "static-extend",
  22. "rawSpec": "0.1.2",
  23. "saveSpec": null,
  24. "fetchSpec": "0.1.2"
  25. },
  26. "_requiredBy": [
  27. "/class-utils"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",
  30. "_spec": "0.1.2",
  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/static-extend/issues"
  38. },
  39. "dependencies": {
  40. "define-property": "^0.2.5",
  41. "object-copy": "^0.1.0"
  42. },
  43. "description": "Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.",
  44. "devDependencies": {
  45. "gulp-format-md": "^0.1.9",
  46. "mocha": "^2.5.3"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/jonschlinkert/static-extend",
  55. "keywords": [
  56. "class",
  57. "ctor",
  58. "descriptor",
  59. "extend",
  60. "extends",
  61. "inherit",
  62. "inheritance",
  63. "merge",
  64. "method",
  65. "prop",
  66. "properties",
  67. "property",
  68. "prototype"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "static-extend",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/jonschlinkert/static-extend.git"
  76. },
  77. "scripts": {
  78. "test": "mocha"
  79. },
  80. "verb": {
  81. "run": true,
  82. "toc": false,
  83. "layout": "default",
  84. "tasks": [
  85. "readme"
  86. ],
  87. "plugins": [
  88. "gulp-format-md"
  89. ],
  90. "reflinks": [
  91. "verb",
  92. "verb-readme-generator"
  93. ],
  94. "lint": {
  95. "reflinks": true
  96. }
  97. },
  98. "version": "0.1.2"
  99. }