File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/yaml-front-matter/package.json
{
"_args": [
[
"yaml-front-matter@3.4.1",
"/Users/julesgraus/webDevelopment/Boilerplate-Shop"
]
],
"_development": true,
"_from": "yaml-front-matter@3.4.1",
"_id": "yaml-front-matter@3.4.1",
"_inBundle": false,
"_integrity": "sha1-5S6E/qaYO5N1XpsVZNupibAGtaU=",
"_location": "/yaml-front-matter",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "yaml-front-matter@3.4.1",
"name": "yaml-front-matter",
"escapedName": "yaml-front-matter",
"rawSpec": "3.4.1",
"saveSpec": null,
"fetchSpec": "3.4.1"
},
"_requiredBy": [
"/@vue/cli"
],
"_resolved": "https://registry.npmjs.org/yaml-front-matter/-/yaml-front-matter-3.4.1.tgz",
"_spec": "3.4.1",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop",
"author": {
"name": "Derek Worthen"
},
"bin": {
"yaml-front-matter": "bin/js-yaml-front.js"
},
"bugs": {
"url": "https://github.com/dworthen/js-yaml-front-matter/issues"
},
"dependencies": {
"commander": "1.0.0",
"js-yaml": "^3.5.2"
},
"description": "yaml front matter for JS. Parse yaml or JSON from the beginning of files.",
"devDependencies": {
"browser-sync": "^2.11.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"mocha": "~1.3.0",
"should": "0.6.3"
},
"homepage": "https://github.com/dworthen/js-yaml-front-matter#readme",
"keywords": [
"yaml"
],
"license": "MIT",
"name": "yaml-front-matter",
"repository": {
"type": "git",
"url": "git+https://github.com/dworthen/js-yaml-front-matter.git"
},
"scripts": {
"start": "gulp serve",
"test": "mocha -u bdd --reporter spec"
},
"version": "3.4.1"
}