package.json 2.2 KB

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