| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 |
- {
- "_args": [
- [
- "gray-matter@4.0.2",
- "J:\\Github\\CURD-TS"
- ]
- ],
- "_development": true,
- "_from": "gray-matter@4.0.2",
- "_id": "gray-matter@4.0.2",
- "_inBundle": false,
- "_integrity": "sha1-mqN546yvQhGT/OfSoozr1FGKxFQ=",
- "_location": "/gray-matter",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "gray-matter@4.0.2",
- "name": "gray-matter",
- "escapedName": "gray-matter",
- "rawSpec": "4.0.2",
- "saveSpec": null,
- "fetchSpec": "4.0.2"
- },
- "_requiredBy": [
- "/vitepress"
- ],
- "_resolved": "http://192.168.250.101:4873/gray-matter/-/gray-matter-4.0.2.tgz",
- "_spec": "4.0.2",
- "_where": "J:\\Github\\CURD-TS",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
- },
- "browser": {
- "fs": false
- },
- "bugs": {
- "url": "https://github.com/jonschlinkert/gray-matter/issues"
- },
- "contributors": [
- {
- "name": "Andrew Meyer",
- "url": "https://github.com/Ajedi32"
- },
- {
- "name": "Brian Woodward",
- "url": "https://twitter.com/doowb"
- },
- {
- "name": "Caesar Schinas",
- "url": "https://caesarschinas.com"
- },
- {
- "name": "Ian Storm Taylor",
- "url": "http://ianstormtaylor.com"
- },
- {
- "name": "Jon Schlinkert",
- "url": "http://twitter.com/jonschlinkert"
- },
- {
- "name": "Osman Nuri Okumuş",
- "url": "http://onokumus.com"
- },
- {
- "name": "Pawel Kadluczka",
- "url": "http://blog.3d-logic.com"
- },
- {
- "name": "Rob Loach",
- "url": "http://robloach.net"
- },
- {
- "url": "https://github.com/heymind"
- },
- {
- "name": "Zach Whaley",
- "url": "http://zachwhaleys.website"
- }
- ],
- "dependencies": {
- "js-yaml": "^3.11.0",
- "kind-of": "^6.0.2",
- "section-matter": "^1.0.0",
- "strip-bom-string": "^1.0.0"
- },
- "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.",
- "devDependencies": {
- "ansi-green": "^0.1.1",
- "benchmarked": "^2.0.0",
- "coffeescript": "^2.2.3",
- "delimiter-regex": "^2.0.0",
- "extend-shallow": "^3.0.2",
- "front-matter": "^2.3.0",
- "gulp-format-md": "^1.0.0",
- "minimist": "^1.2.0",
- "mocha": "^3.5.3",
- "toml": "^2.3.3",
- "vinyl": "^2.1.0",
- "write": "^1.0.3"
- },
- "engines": {
- "node": ">=6.0"
- },
- "eslintConfig": {
- "rules": {
- "no-console": 0
- }
- },
- "files": [
- "gray-matter.d.ts",
- "index.js",
- "lib"
- ],
- "homepage": "https://github.com/jonschlinkert/gray-matter",
- "keywords": [
- "assemble",
- "coffee",
- "coffee-script",
- "data",
- "docs",
- "documentation",
- "extract",
- "extracting",
- "front",
- "front-matter",
- "frontmatter",
- "generate",
- "generator",
- "gh-pages",
- "gray",
- "javascript",
- "jekyll",
- "js",
- "JSON",
- "markdown",
- "matter",
- "parse",
- "parser",
- "parsing",
- "site",
- "static",
- "template",
- "toml",
- "yaml",
- "yfm"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "gray-matter",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/gray-matter.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "typings": "gray-matter.d.ts",
- "verb": {
- "toc": false,
- "layout": "default",
- "tasks": [
- "readme"
- ],
- "plugins": [
- "gulp-format-md"
- ],
- "helpers": {
- "examples": "./examples/helper.js"
- },
- "lint": {
- "reflinks": true
- },
- "related": {
- "list": [
- "assemble",
- "metalsmith",
- "verb"
- ]
- },
- "reflinks": [
- "coffe-script",
- "generate",
- "js-yaml",
- "toml",
- "update"
- ]
- },
- "version": "4.0.2"
- }
|