Files
30-seconds-of-code/node_modules/front-matter/package.json
2019-08-20 15:52:05 +02:00

98 lines
2.4 KiB
JSON

{
"_from": "front-matter@^3.0.2",
"_id": "front-matter@3.0.2",
"_inBundle": false,
"_integrity": "sha512-iBGZaWyzqgsrPGsqrXZP6N4hp5FzSKDi18nfAoYpgz3qK5sAwFv/ojmn3VS60SOgLvq6CtojNqy0y6ZNz05IzQ==",
"_location": "/front-matter",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "front-matter@^3.0.2",
"name": "front-matter",
"escapedName": "front-matter",
"rawSpec": "^3.0.2",
"saveSpec": null,
"fetchSpec": "^3.0.2"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/front-matter/-/front-matter-3.0.2.tgz",
"_shasum": "2401cd05fcf22bd0de48a104ffb4efb1ff5c8465",
"_spec": "front-matter@^3.0.2",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code",
"author": {
"name": "Jason Campbell",
"email": "jason@js.la",
"url": "http://twitter.com/jxson"
},
"bugs": {
"url": "https://github.com/jxson/front-matter/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jason Campbell",
"email": "jason@js.la",
"url": "http://twitter.com/jxson"
},
{
"name": "Jordan Santell",
"email": "jsantell@gmail.com",
"url": "https://github.com/jsantell"
},
{
"name": "Kai Davenport",
"email": "kaiyadavenport@gmail.com",
"url": "https://github.com/binocarlos"
},
{
"name": "Jean-Philippe Monette",
"email": "contact@jpmonette.net",
"url": "https://github.com/jpmonette"
},
{
"name": "Marc-André Arseneault",
"email": "marc-andre@arsnl.ca",
"url": "https://github.com/arsnl"
},
{
"name": "Bret Comnes",
"email": "bcomnes@gmail.com",
"url": "http://bret.io"
}
],
"dependencies": {
"js-yaml": "^3.13.1"
},
"deprecated": false,
"description": "Extract YAML front matter from a string",
"devDependencies": {
"brfs": "^1.4.3",
"coveralls": "^2.11.6",
"istanbul": "^0.4.5",
"standard": "^6.0.4",
"standard-format": "^2.2.4",
"tape": "^4.4.0",
"zuul": "^3.12.0"
},
"homepage": "https://github.com/jxson/front-matter",
"keywords": [
"yaml",
"front matter",
"meta data"
],
"license": "MIT",
"main": "index.js",
"name": "front-matter",
"repository": {
"type": "git",
"url": "git://github.com/jxson/front-matter.git"
},
"scripts": {
"test": "make test"
},
"version": "3.0.2"
}