package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. {
  2. "_args": [
  3. [
  4. "gray-matter@4.0.2",
  5. "J:\\Github\\CURD-TS"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "gray-matter@4.0.2",
  10. "_id": "gray-matter@4.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-mqN546yvQhGT/OfSoozr1FGKxFQ=",
  13. "_location": "/gray-matter",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "gray-matter@4.0.2",
  19. "name": "gray-matter",
  20. "escapedName": "gray-matter",
  21. "rawSpec": "4.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.2"
  24. },
  25. "_requiredBy": [
  26. "/vitepress"
  27. ],
  28. "_resolved": "http://192.168.250.101:4873/gray-matter/-/gray-matter-4.0.2.tgz",
  29. "_spec": "4.0.2",
  30. "_where": "J:\\Github\\CURD-TS",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "browser": {
  36. "fs": false
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jonschlinkert/gray-matter/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Andrew Meyer",
  44. "url": "https://github.com/Ajedi32"
  45. },
  46. {
  47. "name": "Brian Woodward",
  48. "url": "https://twitter.com/doowb"
  49. },
  50. {
  51. "name": "Caesar Schinas",
  52. "url": "https://caesarschinas.com"
  53. },
  54. {
  55. "name": "Ian Storm Taylor",
  56. "url": "http://ianstormtaylor.com"
  57. },
  58. {
  59. "name": "Jon Schlinkert",
  60. "url": "http://twitter.com/jonschlinkert"
  61. },
  62. {
  63. "name": "Osman Nuri Okumuş",
  64. "url": "http://onokumus.com"
  65. },
  66. {
  67. "name": "Pawel Kadluczka",
  68. "url": "http://blog.3d-logic.com"
  69. },
  70. {
  71. "name": "Rob Loach",
  72. "url": "http://robloach.net"
  73. },
  74. {
  75. "url": "https://github.com/heymind"
  76. },
  77. {
  78. "name": "Zach Whaley",
  79. "url": "http://zachwhaleys.website"
  80. }
  81. ],
  82. "dependencies": {
  83. "js-yaml": "^3.11.0",
  84. "kind-of": "^6.0.2",
  85. "section-matter": "^1.0.0",
  86. "strip-bom-string": "^1.0.0"
  87. },
  88. "description": "Parse front-matter from a string or file. Fast, reliable and easy to use. Parses YAML front matter by default, but also has support for YAML, JSON, TOML or Coffee Front-Matter, with options to set custom delimiters. Used by metalsmith, assemble, verb and many other projects.",
  89. "devDependencies": {
  90. "ansi-green": "^0.1.1",
  91. "benchmarked": "^2.0.0",
  92. "coffeescript": "^2.2.3",
  93. "delimiter-regex": "^2.0.0",
  94. "extend-shallow": "^3.0.2",
  95. "front-matter": "^2.3.0",
  96. "gulp-format-md": "^1.0.0",
  97. "minimist": "^1.2.0",
  98. "mocha": "^3.5.3",
  99. "toml": "^2.3.3",
  100. "vinyl": "^2.1.0",
  101. "write": "^1.0.3"
  102. },
  103. "engines": {
  104. "node": ">=6.0"
  105. },
  106. "eslintConfig": {
  107. "rules": {
  108. "no-console": 0
  109. }
  110. },
  111. "files": [
  112. "gray-matter.d.ts",
  113. "index.js",
  114. "lib"
  115. ],
  116. "homepage": "https://github.com/jonschlinkert/gray-matter",
  117. "keywords": [
  118. "assemble",
  119. "coffee",
  120. "coffee-script",
  121. "data",
  122. "docs",
  123. "documentation",
  124. "extract",
  125. "extracting",
  126. "front",
  127. "front-matter",
  128. "frontmatter",
  129. "generate",
  130. "generator",
  131. "gh-pages",
  132. "gray",
  133. "javascript",
  134. "jekyll",
  135. "js",
  136. "JSON",
  137. "markdown",
  138. "matter",
  139. "parse",
  140. "parser",
  141. "parsing",
  142. "site",
  143. "static",
  144. "template",
  145. "toml",
  146. "yaml",
  147. "yfm"
  148. ],
  149. "license": "MIT",
  150. "main": "index.js",
  151. "name": "gray-matter",
  152. "repository": {
  153. "type": "git",
  154. "url": "git+https://github.com/jonschlinkert/gray-matter.git"
  155. },
  156. "scripts": {
  157. "test": "mocha"
  158. },
  159. "typings": "gray-matter.d.ts",
  160. "verb": {
  161. "toc": false,
  162. "layout": "default",
  163. "tasks": [
  164. "readme"
  165. ],
  166. "plugins": [
  167. "gulp-format-md"
  168. ],
  169. "helpers": {
  170. "examples": "./examples/helper.js"
  171. },
  172. "lint": {
  173. "reflinks": true
  174. },
  175. "related": {
  176. "list": [
  177. "assemble",
  178. "metalsmith",
  179. "verb"
  180. ]
  181. },
  182. "reflinks": [
  183. "coffe-script",
  184. "generate",
  185. "js-yaml",
  186. "toml",
  187. "update"
  188. ]
  189. },
  190. "version": "4.0.2"
  191. }