l0bsterssg

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

package.json (2040B)


      1 {
      2   "_from": "section-matter@^1.0.0",
      3   "_id": "section-matter@1.0.0",
      4   "_inBundle": false,
      5   "_integrity": "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==",
      6   "_location": "/section-matter",
      7   "_phantomChildren": {},
      8   "_requested": {
      9     "type": "range",
     10     "registry": true,
     11     "raw": "section-matter@^1.0.0",
     12     "name": "section-matter",
     13     "escapedName": "section-matter",
     14     "rawSpec": "^1.0.0",
     15     "saveSpec": null,
     16     "fetchSpec": "^1.0.0"
     17   },
     18   "_requiredBy": [
     19     "/gray-matter"
     20   ],
     21   "_resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz",
     22   "_shasum": "e9041953506780ec01d59f292a19c7b850b84167",
     23   "_spec": "section-matter@^1.0.0",
     24   "_where": "/Users/underd0g/Documents/l0bsterssg/node_modules/gray-matter",
     25   "author": {
     26     "name": "Jon Schlinkert",
     27     "url": "https://github.com/jonschlinkert"
     28   },
     29   "bugs": {
     30     "url": "https://github.com/jonschlinkert/section-matter/issues"
     31   },
     32   "bundleDependencies": false,
     33   "dependencies": {
     34     "extend-shallow": "^2.0.1",
     35     "kind-of": "^6.0.0"
     36   },
     37   "deprecated": false,
     38   "description": "Like front-matter, but supports multiple sections in a document.",
     39   "devDependencies": {
     40     "gulp-format-md": "^1.0.0",
     41     "js-yaml": "^3.10.0",
     42     "mocha": "^4.0.1"
     43   },
     44   "engines": {
     45     "node": ">=4"
     46   },
     47   "files": [
     48     "index.js"
     49   ],
     50   "homepage": "https://github.com/jonschlinkert/section-matter",
     51   "keywords": [
     52     "matter",
     53     "section"
     54   ],
     55   "license": "MIT",
     56   "main": "index.js",
     57   "name": "section-matter",
     58   "repository": {
     59     "type": "git",
     60     "url": "git+https://github.com/jonschlinkert/section-matter.git"
     61   },
     62   "scripts": {
     63     "test": "mocha"
     64   },
     65   "verb": {
     66     "toc": false,
     67     "layout": "default",
     68     "tasks": [
     69       "readme"
     70     ],
     71     "plugins": [
     72       "gulp-format-md"
     73     ],
     74     "related": {
     75       "list": [
     76         "gray-matter",
     77         "assemble",
     78         "verb"
     79       ]
     80     },
     81     "lint": {
     82       "reflinks": true
     83     }
     84   },
     85   "version": "1.0.0"
     86 }