l0bsterssg

node.js static responsive blog post generator
Log | Files | Refs | README

package.json (4081B)


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