mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-12-18 01:39:04 +00:00
update
This commit is contained in:
190
node_modules/gray-matter/package.json
generated
vendored
Normal file
190
node_modules/gray-matter/package.json
generated
vendored
Normal file
@@ -0,0 +1,190 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"gray-matter@4.0.2",
|
||||
"/Users/tatiana/selfdefined"
|
||||
]
|
||||
],
|
||||
"_from": "gray-matter@4.0.2",
|
||||
"_id": "gray-matter@4.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-7hB/+LxrOjq/dd8APlK0r24uL/67w7SkYnfwhNFwg/VDIGWGmduTDYf3WNstLW2fbbmRwrDGCVSJ2isuf2+4Hw==",
|
||||
"_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": [
|
||||
"/@11ty/eleventy"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.2.tgz",
|
||||
"_spec": "4.0.2",
|
||||
"_where": "/Users/tatiana/selfdefined",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user