package.json 2.2 KB

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