l0bsterssg

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

package.json (2287B)


      1 {
      2   "_from": "js-yaml@^3.13.1",
      3   "_id": "js-yaml@3.14.0",
      4   "_inBundle": false,
      5   "_integrity": "sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==",
      6   "_location": "/js-yaml",
      7   "_phantomChildren": {},
      8   "_requested": {
      9     "type": "range",
     10     "registry": true,
     11     "raw": "js-yaml@^3.13.1",
     12     "name": "js-yaml",
     13     "escapedName": "js-yaml",
     14     "rawSpec": "^3.13.1",
     15     "saveSpec": null,
     16     "fetchSpec": "^3.13.1"
     17   },
     18   "_requiredBy": [
     19     "/front-matter"
     20   ],
     21   "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.0.tgz",
     22   "_shasum": "a7a34170f26a21bb162424d8adacb4113a69e482",
     23   "_spec": "js-yaml@^3.13.1",
     24   "_where": "/home/l0bster/Documents/l0bsterSSG/node_modules/front-matter",
     25   "author": {
     26     "name": "Vladimir Zapparov",
     27     "email": "dervus.grim@gmail.com"
     28   },
     29   "bin": {
     30     "js-yaml": "bin/js-yaml.js"
     31   },
     32   "bugs": {
     33     "url": "https://github.com/nodeca/js-yaml/issues"
     34   },
     35   "bundleDependencies": false,
     36   "contributors": [
     37     {
     38       "name": "Aleksey V Zapparov",
     39       "email": "ixti@member.fsf.org",
     40       "url": "http://www.ixti.net/"
     41     },
     42     {
     43       "name": "Vitaly Puzrin",
     44       "email": "vitaly@rcdesign.ru",
     45       "url": "https://github.com/puzrin"
     46     },
     47     {
     48       "name": "Martin Grenfell",
     49       "email": "martin.grenfell@gmail.com",
     50       "url": "http://got-ravings.blogspot.com"
     51     }
     52   ],
     53   "dependencies": {
     54     "argparse": "^1.0.7",
     55     "esprima": "^4.0.0"
     56   },
     57   "deprecated": false,
     58   "description": "YAML 1.2 parser and serializer",
     59   "devDependencies": {
     60     "ansi": "^0.3.1",
     61     "benchmark": "^2.1.4",
     62     "browserify": "^16.2.2",
     63     "codemirror": "^5.13.4",
     64     "eslint": "^7.0.0",
     65     "fast-check": "^1.24.2",
     66     "istanbul": "^0.4.5",
     67     "mocha": "^7.1.2",
     68     "uglify-js": "^3.0.1"
     69   },
     70   "files": [
     71     "index.js",
     72     "lib/",
     73     "bin/",
     74     "dist/"
     75   ],
     76   "homepage": "https://github.com/nodeca/js-yaml",
     77   "jsdelivr": "dist/js-yaml.min.js",
     78   "keywords": [
     79     "yaml",
     80     "parser",
     81     "serializer",
     82     "pyyaml"
     83   ],
     84   "license": "MIT",
     85   "name": "js-yaml",
     86   "repository": {
     87     "type": "git",
     88     "url": "git+https://github.com/nodeca/js-yaml.git"
     89   },
     90   "scripts": {
     91     "test": "make test"
     92   },
     93   "unpkg": "dist/js-yaml.min.js",
     94   "version": "3.14.0"
     95 }