biofriction-wp-theme/node_modules/vinyl-named/package.json

71 lines
1.6 KiB
JSON

{
"_args": [
[
"vinyl-named@1.1.0",
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
]
],
"_development": true,
"_from": "vinyl-named@1.1.0",
"_id": "vinyl-named@1.1.0",
"_inBundle": false,
"_integrity": "sha1-lOT+dB442w7DA+Wz2Giyl6Leq2Y=",
"_location": "/vinyl-named",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "vinyl-named@1.1.0",
"name": "vinyl-named",
"escapedName": "vinyl-named",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/vinyl-named/-/vinyl-named-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
"author": {
"name": "Kyle Robinson Young",
"email": "kyle@dontkry.com"
},
"bugs": {
"url": "https://github.com/shama/vinyl-named/issues"
},
"dependencies": {
"through": "^2.3.6"
},
"description": "Give vinyl files chunk names.",
"devDependencies": {
"tape": "^3.0.0",
"vinyl-fs": "^0.3.9"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "https://github.com/shama/vinyl-named",
"keywords": [
"vinyl",
"fs",
"name"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/shama/vinyl-named/blob/master/LICENSE-MIT"
}
],
"name": "vinyl-named",
"repository": {
"type": "git",
"url": "git://github.com/shama/vinyl-named.git"
},
"scripts": {
"test": "node test/test.js"
},
"version": "1.1.0"
}