package.json 2.4 KB

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