package.json 2.5 KB

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