package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. {
  2. "_args": [
  3. [
  4. "base@0.11.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "base@0.11.2",
  9. "_id": "base@0.11.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
  12. "_location": "/base",
  13. "_phantomChildren": {
  14. "kind-of": "6.0.2"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "base@0.11.2",
  20. "name": "base",
  21. "escapedName": "base",
  22. "rawSpec": "0.11.2",
  23. "saveSpec": null,
  24. "fetchSpec": "0.11.2"
  25. },
  26. "_requiredBy": [
  27. "/snapdragon"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
  30. "_spec": "0.11.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/node-base/base/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Brian Woodward",
  42. "url": "https://twitter.com/doowb"
  43. },
  44. {
  45. "name": "John O'Donnell",
  46. "url": "https://github.com/criticalmash"
  47. },
  48. {
  49. "name": "Jon Schlinkert",
  50. "url": "http://twitter.com/jonschlinkert"
  51. },
  52. {
  53. "name": "tunnckoCore",
  54. "url": "https://i.am.charlike.online"
  55. },
  56. {
  57. "url": "https://github.com/wtgtybhertgeghgtwtg"
  58. }
  59. ],
  60. "dependencies": {
  61. "cache-base": "^1.0.1",
  62. "class-utils": "^0.3.5",
  63. "component-emitter": "^1.2.1",
  64. "define-property": "^1.0.0",
  65. "isobject": "^3.0.1",
  66. "mixin-deep": "^1.2.0",
  67. "pascalcase": "^0.1.1"
  68. },
  69. "description": "base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.",
  70. "devDependencies": {
  71. "gulp": "^3.9.1",
  72. "gulp-eslint": "^4.0.0",
  73. "gulp-format-md": "^1.0.0",
  74. "gulp-istanbul": "^1.1.2",
  75. "gulp-mocha": "^3.0.1",
  76. "helper-coverage": "^0.1.3",
  77. "mocha": "^3.5.0",
  78. "should": "^13.0.1",
  79. "through2": "^2.0.3",
  80. "verb-generate-readme": "^0.6.0"
  81. },
  82. "engines": {
  83. "node": ">=0.10.0"
  84. },
  85. "files": [
  86. "index.js"
  87. ],
  88. "homepage": "https://github.com/node-base/base",
  89. "keywords": [
  90. "base",
  91. "boilerplate",
  92. "cache",
  93. "del",
  94. "get",
  95. "inherit",
  96. "methods",
  97. "set",
  98. "starter",
  99. "unset",
  100. "visit"
  101. ],
  102. "license": "MIT",
  103. "main": "index.js",
  104. "maintainers": [
  105. {
  106. "name": "Brian Woodward",
  107. "url": "https://github.com/doowb"
  108. },
  109. {
  110. "name": "Jon Schlinkert",
  111. "url": "https://github.com/jonschlinkert"
  112. }
  113. ],
  114. "name": "base",
  115. "repository": {
  116. "type": "git",
  117. "url": "git+https://github.com/node-base/base.git"
  118. },
  119. "scripts": {
  120. "test": "mocha"
  121. },
  122. "verb": {
  123. "run": true,
  124. "toc": false,
  125. "layout": "default",
  126. "tasks": [
  127. "readme"
  128. ],
  129. "plugins": [
  130. "gulp-format-md"
  131. ],
  132. "helpers": [
  133. "helper-coverage"
  134. ],
  135. "related": {
  136. "description": "There are a number of different plugins available for extending base. Let us know if you create your own!",
  137. "hightlight": "generate",
  138. "list": [
  139. "base-cwd",
  140. "base-data",
  141. "base-fs",
  142. "base-generators",
  143. "base-option",
  144. "base-pipeline",
  145. "base-pkg",
  146. "base-plugins",
  147. "base-questions",
  148. "base-store",
  149. "base-task"
  150. ]
  151. },
  152. "reflinks": [
  153. "assemble",
  154. "boilerplate",
  155. "cache-base",
  156. "class-utils",
  157. "generate",
  158. "scaffold",
  159. "static-extend",
  160. "verb"
  161. ],
  162. "lint": {
  163. "reflinks": true
  164. }
  165. },
  166. "version": "0.11.2"
  167. }