Files
Ceras/themes/ceras/node_modules/vinyl-source-stream/package.json
T
2023-07-12 16:31:19 +01:00

70 lines
1.7 KiB
JSON
Executable File

{
"_from": "vinyl-source-stream",
"_id": "vinyl-source-stream@2.0.0",
"_inBundle": false,
"_integrity": "sha1-84pa+53R6Ttl1VBGmsYYKsT1S44=",
"_location": "/vinyl-source-stream",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "vinyl-source-stream",
"name": "vinyl-source-stream",
"escapedName": "vinyl-source-stream",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/vinyl-source-stream/-/vinyl-source-stream-2.0.0.tgz",
"_shasum": "f38a5afb9dd1e93b65d550469ac6182ac4f54b8e",
"_spec": "vinyl-source-stream",
"_where": "/srv/http/mmap_sarrebourg/user/themes/basic",
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "http://hughsk.io/"
},
"browser": "index.js",
"bugs": {
"url": "https://github.com/hughsk/vinyl-source-stream/issues"
},
"bundleDependencies": false,
"dependencies": {
"through2": "^2.0.3",
"vinyl": "^2.1.0"
},
"deprecated": false,
"description": "Use conventional text streams at the start of your gulp or vinyl pipelines",
"devDependencies": {
"gulp-rename": "~0.2.1",
"tape": "~2.3.2",
"vinyl-fs": "^3.0.0"
},
"homepage": "https://github.com/hughsk/vinyl-source-stream",
"keywords": [
"vinyl",
"gulp",
"gulpfriendly",
"vanilla",
"stream",
"string",
"text",
"classic"
],
"license": "MIT",
"main": "index.js",
"name": "vinyl-source-stream",
"repository": {
"type": "git",
"url": "git://github.com/hughsk/vinyl-source-stream.git"
},
"scripts": {
"test": "node test"
},
"version": "2.0.0"
}