vinyl-yaml-data
Version:
Convert vinyl objects of YAML files into plain objects
48 lines (47 loc) • 1.12 kB
JSON
{
"name": "vinyl-yaml-data",
"version": "2.0.1",
"description": "Convert vinyl objects of YAML files into plain objects",
"repository": "shinnn/vinyl-yaml-data",
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"scripts": {
"pretest": "eslint --fix --config @shinnn/node index.js test.js",
"test": "node test.js | tap-spec",
"coverage": "istanbul cover test.js",
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls"
},
"license": "MIT",
"files": [
"index.js"
],
"keywords": [
"gulpfriendly",
"yaml",
"yml",
"vinyl",
"object",
"property",
"path",
"name",
"filename",
"stream",
"convert",
"transform"
],
"dependencies": {
"bufferstreams": "^1.1.1",
"js-yaml": "^3.6.1",
"object-path": "^0.11.2",
"replace-ext": "^1.0.0",
"try-stream-push": "^1.1.0"
},
"devDependencies": {
"@shinnn/eslint-config-node": "^3.0.0",
"eslint": "^3.5.0",
"from2-string": "^1.1.0",
"istanbul": "^0.4.5",
"tap-spec": "^4.1.1",
"tape": "^4.6.0",
"vinyl": "^1.2.0"
}
}