package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "snapdragon-util@3.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "snapdragon-util@3.0.1",
  9. "_id": "snapdragon-util@3.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",
  12. "_location": "/snapdragon-util",
  13. "_phantomChildren": {
  14. "is-buffer": "1.1.6"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "snapdragon-util@3.0.1",
  20. "name": "snapdragon-util",
  21. "escapedName": "snapdragon-util",
  22. "rawSpec": "3.0.1",
  23. "saveSpec": null,
  24. "fetchSpec": "3.0.1"
  25. },
  26. "_requiredBy": [
  27. "/snapdragon-node"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
  30. "_spec": "3.0.1",
  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/snapdragon-util/issues"
  38. },
  39. "dependencies": {
  40. "kind-of": "^3.2.0"
  41. },
  42. "description": "Utilities for the snapdragon parser/compiler.",
  43. "devDependencies": {
  44. "define-property": "^1.0.0",
  45. "gulp": "^3.9.1",
  46. "gulp-eslint": "^3.0.1",
  47. "gulp-format-md": "^0.1.12",
  48. "gulp-istanbul": "^1.1.1",
  49. "gulp-mocha": "^3.0.0",
  50. "isobject": "^3.0.0",
  51. "mocha": "^3.3.0",
  52. "snapdragon": "^0.11.0",
  53. "snapdragon-node": "^1.0.6"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/jonschlinkert/snapdragon-util",
  62. "keywords": [
  63. "capture",
  64. "compile",
  65. "compiler",
  66. "convert",
  67. "match",
  68. "parse",
  69. "parser",
  70. "plugin",
  71. "render",
  72. "snapdragon",
  73. "snapdragonplugin",
  74. "transform",
  75. "util"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "snapdragon-util",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/jonschlinkert/snapdragon-util.git"
  83. },
  84. "scripts": {
  85. "test": "mocha"
  86. },
  87. "verb": {
  88. "toc": "collapsible",
  89. "layout": "default",
  90. "tasks": [
  91. "readme"
  92. ],
  93. "plugins": [
  94. "gulp-format-md"
  95. ],
  96. "lint": {
  97. "reflinks": true
  98. }
  99. },
  100. "version": "3.0.1"
  101. }