work.suroh.tk/node_modules/section-matter/package.json

89 lines
2.0 KiB
JSON
Raw Normal View History

2019-12-02 12:22:45 +00:00
{
"_from": "section-matter@^1.0.0",
"_id": "section-matter@1.0.0",
"_inBundle": false,
"_integrity": "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==",
"_location": "/section-matter",
"_phantomChildren": {
"is-extendable": "0.1.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "section-matter@^1.0.0",
"name": "section-matter",
"escapedName": "section-matter",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/gray-matter"
],
"_resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz",
"_shasum": "e9041953506780ec01d59f292a19c7b850b84167",
"_spec": "section-matter@^1.0.0",
"_where": "/home/suroh/Repos/11ty.work/node_modules/gray-matter",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/section-matter/issues"
},
"bundleDependencies": false,
"dependencies": {
"extend-shallow": "^2.0.1",
"kind-of": "^6.0.0"
},
"deprecated": false,
"description": "Like front-matter, but supports multiple sections in a document.",
"devDependencies": {
"gulp-format-md": "^1.0.0",
"js-yaml": "^3.10.0",
"mocha": "^4.0.1"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/section-matter",
"keywords": [
"matter",
"section"
],
"license": "MIT",
"main": "index.js",
"name": "section-matter",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/section-matter.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"gray-matter",
"assemble",
"verb"
]
},
"lint": {
"reflinks": true
}
},
"version": "1.0.0"
}