l0bsterssg

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

package.json (3033B)


      1 {
      2   "_from": "kind-of@^6.0.2",
      3   "_id": "kind-of@6.0.3",
      4   "_inBundle": false,
      5   "_integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
      6   "_location": "/kind-of",
      7   "_phantomChildren": {},
      8   "_requested": {
      9     "type": "range",
     10     "registry": true,
     11     "raw": "kind-of@^6.0.2",
     12     "name": "kind-of",
     13     "escapedName": "kind-of",
     14     "rawSpec": "^6.0.2",
     15     "saveSpec": null,
     16     "fetchSpec": "^6.0.2"
     17   },
     18   "_requiredBy": [
     19     "/gray-matter",
     20     "/section-matter"
     21   ],
     22   "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
     23   "_shasum": "07c05034a6c349fa06e24fa35aa76db4580ce4dd",
     24   "_spec": "kind-of@^6.0.2",
     25   "_where": "/Users/underd0g/Documents/l0bsterssg/node_modules/gray-matter",
     26   "author": {
     27     "name": "Jon Schlinkert",
     28     "url": "https://github.com/jonschlinkert"
     29   },
     30   "bugs": {
     31     "url": "https://github.com/jonschlinkert/kind-of/issues"
     32   },
     33   "bundleDependencies": false,
     34   "contributors": [
     35     {
     36       "name": "David Fox-Powell",
     37       "url": "https://dtothefp.github.io/me"
     38     },
     39     {
     40       "name": "James",
     41       "url": "https://twitter.com/aretecode"
     42     },
     43     {
     44       "name": "Jon Schlinkert",
     45       "url": "http://twitter.com/jonschlinkert"
     46     },
     47     {
     48       "name": "Ken Sheedlo",
     49       "url": "kensheedlo.com"
     50     },
     51     {
     52       "name": "laggingreflex",
     53       "url": "https://github.com/laggingreflex"
     54     },
     55     {
     56       "name": "Miguel Mota",
     57       "url": "https://miguelmota.com"
     58     },
     59     {
     60       "name": "Peter deHaan",
     61       "url": "http://about.me/peterdehaan"
     62     },
     63     {
     64       "name": "tunnckoCore",
     65       "url": "https://i.am.charlike.online"
     66     }
     67   ],
     68   "deprecated": false,
     69   "description": "Get the native type of a value.",
     70   "devDependencies": {
     71     "benchmarked": "^2.0.0",
     72     "browserify": "^14.4.0",
     73     "gulp-format-md": "^1.0.0",
     74     "mocha": "^4.0.1",
     75     "write": "^1.0.3"
     76   },
     77   "engines": {
     78     "node": ">=0.10.0"
     79   },
     80   "files": [
     81     "index.js"
     82   ],
     83   "homepage": "https://github.com/jonschlinkert/kind-of",
     84   "keywords": [
     85     "arguments",
     86     "array",
     87     "boolean",
     88     "check",
     89     "date",
     90     "function",
     91     "is",
     92     "is-type",
     93     "is-type-of",
     94     "kind",
     95     "kind-of",
     96     "number",
     97     "object",
     98     "of",
     99     "regexp",
    100     "string",
    101     "test",
    102     "type",
    103     "type-of",
    104     "typeof",
    105     "types"
    106   ],
    107   "license": "MIT",
    108   "main": "index.js",
    109   "name": "kind-of",
    110   "repository": {
    111     "type": "git",
    112     "url": "git+https://github.com/jonschlinkert/kind-of.git"
    113   },
    114   "scripts": {
    115     "prepublish": "browserify -o browser.js -e index.js -s index --bare",
    116     "test": "mocha"
    117   },
    118   "verb": {
    119     "toc": false,
    120     "layout": "default",
    121     "tasks": [
    122       "readme"
    123     ],
    124     "plugins": [
    125       "gulp-format-md"
    126     ],
    127     "lint": {
    128       "reflinks": true
    129     },
    130     "related": {
    131       "list": [
    132         "is-glob",
    133         "is-number",
    134         "is-primitive"
    135       ]
    136     },
    137     "reflinks": [
    138       "type-of",
    139       "typeof",
    140       "verb"
    141     ]
    142   },
    143   "version": "6.0.3"
    144 }