package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "use@3.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "use@3.1.0",
  9. "_id": "use@3.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-6UJEQM/L+mzC3ZJNM56Q4DFGLX/evKGRg15UJHGB9X5j5Z3AFbgZvjUh2yq/UJUY4U5dh7Fal++XbNg1uzpRAw==",
  12. "_location": "/use",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "use@3.1.0",
  18. "name": "use",
  19. "escapedName": "use",
  20. "rawSpec": "3.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.1.0"
  23. },
  24. "_requiredBy": [
  25. "/snapdragon"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/use/-/use-3.1.0.tgz",
  28. "_spec": "3.1.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Jon Schlinkert",
  32. "url": "https://github.com/jonschlinkert"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jonschlinkert/use/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Brian Woodward",
  40. "url": "https://twitter.com/doowb"
  41. },
  42. {
  43. "name": "Jon Schlinkert",
  44. "url": "http://twitter.com/jonschlinkert"
  45. },
  46. {
  47. "name": "Olsten Larck",
  48. "url": "https://i.am.charlike.online"
  49. },
  50. {
  51. "url": "https://github.com/wtgtybhertgeghgtwtg"
  52. }
  53. ],
  54. "dependencies": {
  55. "kind-of": "^6.0.2"
  56. },
  57. "description": "Easily add plugin support to your node.js application.",
  58. "devDependencies": {
  59. "base-plugins": "^1.0.0",
  60. "define-property": "^2.0.0",
  61. "extend-shallow": "^3.0.1",
  62. "gulp": "^3.9.1",
  63. "gulp-eslint": "^4.0.0",
  64. "gulp-format-md": "^1.0.0",
  65. "gulp-istanbul": "^1.1.2",
  66. "gulp-mocha": "^3.0.1",
  67. "mocha": "^4.0.1"
  68. },
  69. "engines": {
  70. "node": ">=0.10.0"
  71. },
  72. "files": [
  73. "index.js"
  74. ],
  75. "homepage": "https://github.com/jonschlinkert/use",
  76. "keywords": [
  77. "use"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "use",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/jonschlinkert/use.git"
  85. },
  86. "scripts": {
  87. "test": "mocha"
  88. },
  89. "verb": {
  90. "related": {
  91. "list": [
  92. "base",
  93. "base-plugins",
  94. "ware"
  95. ]
  96. },
  97. "reflinks": [
  98. "verb",
  99. "ware"
  100. ],
  101. "toc": false,
  102. "layout": "default",
  103. "tasks": [
  104. "readme"
  105. ],
  106. "plugins": [
  107. "gulp-format-md"
  108. ],
  109. "lint": {
  110. "reflinks": true
  111. }
  112. },
  113. "version": "3.1.0"
  114. }