188 lines
4.0 KiB
JSON
188 lines
4.0 KiB
JSON
{
|
|
"_from": "gray-matter@^4.0.2",
|
|
"_id": "gray-matter@4.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==",
|
|
"_location": "/gray-matter",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"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": [
|
|
"/@11ty/eleventy"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz",
|
|
"_shasum": "e893c064825de73ea1f5f7d88c7a9f7274288798",
|
|
"_spec": "gray-matter@^4.0.2",
|
|
"_where": "/var/www/html/node_modules/@11ty/eleventy",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"browser": {
|
|
"fs": false
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/gray-matter/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"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.13.1",
|
|
"kind-of": "^6.0.2",
|
|
"section-matter": "^1.0.0",
|
|
"strip-bom-string": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"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": "^6.1.4",
|
|
"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.3"
|
|
}
|