Website/node_modules/gray-matter/package.json
2015-12-02 18:21:44 -05:00

155 lines
3.5 KiB
JSON

{
"_args": [
[
"gray-matter@^2.0.0",
"/Users/okennedy/Desktop/Website/node_modules/metalsmith"
]
],
"_from": "gray-matter@>=2.0.0 <3.0.0",
"_id": "gray-matter@2.0.2",
"_inCache": true,
"_installable": true,
"_location": "/gray-matter",
"_nodeVersion": "5.0.0",
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "3.3.6",
"_phantomChildren": {},
"_requested": {
"name": "gray-matter",
"raw": "gray-matter@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/metalsmith"
],
"_resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-2.0.2.tgz",
"_shasum": "2585faa24466da38acd73ea4f90acfb4a2629ff8",
"_shrinkwrap": null,
"_spec": "gray-matter@^2.0.0",
"_where": "/Users/okennedy/Desktop/Website/node_modules/metalsmith",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/gray-matter/issues"
},
"dependencies": {
"ansi-red": "^0.1.1",
"extend-shallow": "^2.0.1",
"js-yaml": "^3.4.3"
},
"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 ",
"devDependencies": {
"ansi-bold": "^0.1.1",
"ansi-gray": "^0.1.1",
"benchmarked": "^0.1.4",
"coffee-script": "^1.10.0",
"delimiter-regex": "^1.3.1",
"for-own": "^0.1.3",
"front-matter": "^2.0.0",
"glob": "^6.0.1",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.0",
"gulp-istanbul": "^0.10.2",
"gulp-mocha": "^2.2.0",
"lodash": "^3.10.1",
"minimist": "^1.2.0",
"mocha": "^2.3.3",
"should": "^7.1.1",
"sort-object": "^3.0.0",
"toml": "^2.3.0"
},
"directories": {},
"dist": {
"shasum": "2585faa24466da38acd73ea4f90acfb4a2629ff8",
"tarball": "http://registry.npmjs.org/gray-matter/-/gray-matter-2.0.2.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"lib/"
],
"gitHead": "ee51b0e5b4534401dd43874dd691a0d6386650fd",
"homepage": "https://github.com/jonschlinkert/gray-matter",
"keywords": [
"JSON",
"assemble",
"coffee",
"coffee-script",
"data",
"docs",
"documentation",
"extract",
"extracting",
"front",
"front-matter",
"frontmatter",
"generate",
"generator",
"gh-pages",
"javascript",
"jekyll",
"js",
"markdown",
"matter",
"parse",
"parser",
"parsing",
"site",
"static",
"template",
"toml",
"yaml",
"yfm"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
},
{
"name": "doowb",
"email": "brian.woodward@gmail.com"
}
],
"name": "gray-matter",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/gray-matter.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"reflinks": [
"assemble",
"coffee-script",
"front-matter",
"js-yaml",
"metalsmith",
"toml-node",
"verb"
],
"related": {
"list": [
"assemble",
"metalsmith",
"verb"
]
}
},
"version": "2.0.2"
}