package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. "snapdragon-node@2.1.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "snapdragon-node@2.1.1",
  9. "_id": "snapdragon-node@2.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
  12. "_location": "/snapdragon-node",
  13. "_phantomChildren": {
  14. "kind-of": "6.0.2"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "snapdragon-node@2.1.1",
  20. "name": "snapdragon-node",
  21. "escapedName": "snapdragon-node",
  22. "rawSpec": "2.1.1",
  23. "saveSpec": null,
  24. "fetchSpec": "2.1.1"
  25. },
  26. "_requiredBy": [
  27. "/braces"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
  30. "_spec": "2.1.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-node/issues"
  38. },
  39. "dependencies": {
  40. "define-property": "^1.0.0",
  41. "isobject": "^3.0.0",
  42. "snapdragon-util": "^3.0.1"
  43. },
  44. "description": "Snapdragon utility for creating a new AST node in custom code, such as plugins.",
  45. "devDependencies": {
  46. "gulp": "^3.9.1",
  47. "gulp-eslint": "^4.0.0",
  48. "gulp-format-md": "^0.1.12",
  49. "gulp-istanbul": "^1.1.2",
  50. "gulp-mocha": "^3.0.1",
  51. "mocha": "^3.4.2",
  52. "snapdragon": "^0.11.0"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/jonschlinkert/snapdragon-node",
  61. "keywords": [
  62. "ast",
  63. "compile",
  64. "compiler",
  65. "convert",
  66. "node",
  67. "parse",
  68. "parser",
  69. "plugin",
  70. "render",
  71. "snapdragon",
  72. "snapdragonplugin",
  73. "token",
  74. "transform"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "snapdragon-node",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/jonschlinkert/snapdragon-node.git"
  82. },
  83. "scripts": {
  84. "test": "mocha"
  85. },
  86. "verb": {
  87. "layout": "default",
  88. "tasks": [
  89. "readme"
  90. ],
  91. "plugins": [
  92. "gulp-format-md"
  93. ],
  94. "related": {
  95. "list": [
  96. "breakdance",
  97. "snapdragon",
  98. "snapdragon-capture",
  99. "snapdragon-cheerio",
  100. "snapdragon-util"
  101. ]
  102. },
  103. "reflinks": [
  104. "verb",
  105. "verb-generate-readme"
  106. ],
  107. "lint": {
  108. "reflinks": true
  109. }
  110. },
  111. "version": "2.1.1"
  112. }