package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_from": "snapdragon-node@^2.0.1",
  3. "_id": "snapdragon-node@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
  6. "_location": "/snapdragon-node",
  7. "_phantomChildren": {
  8. "is-accessor-descriptor": "1.0.1",
  9. "is-data-descriptor": "1.0.1"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "snapdragon-node@^2.0.1",
  15. "name": "snapdragon-node",
  16. "escapedName": "snapdragon-node",
  17. "rawSpec": "^2.0.1",
  18. "saveSpec": null,
  19. "fetchSpec": "^2.0.1"
  20. },
  21. "_requiredBy": [
  22. "/@vue/cli-service/braces",
  23. "/mocha-webpack/braces",
  24. "/sane/braces",
  25. "/svg-baker/braces",
  26. "/watchpack-chokidar2/braces",
  27. "/webpack/braces"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
  30. "_shasum": "6c175f86ff14bdb0724563e8f3c1b021a286853b",
  31. "_spec": "snapdragon-node@^2.0.1",
  32. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\webpack\\node_modules\\braces",
  33. "author": {
  34. "name": "Jon Schlinkert",
  35. "url": "https://github.com/jonschlinkert"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jonschlinkert/snapdragon-node/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "define-property": "^1.0.0",
  43. "isobject": "^3.0.0",
  44. "snapdragon-util": "^3.0.1"
  45. },
  46. "deprecated": false,
  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. }