first commit
This commit is contained in:
117
node_modules/vinyl-fs/package.json
generated
vendored
Normal file
117
node_modules/vinyl-fs/package.json
generated
vendored
Normal file
@@ -0,0 +1,117 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"vinyl-fs@3.0.3",
|
||||
"D:\\Projects\\siag\\vanillajs-seed"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "vinyl-fs@3.0.3",
|
||||
"_id": "vinyl-fs@3.0.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-vIu34EkyNyJxmP0jscNzWBSygh7VWhqun6RmqVfXePrOwi9lhvRs//dOaGOTRUQr4tx7/zd26Tk5WeSVZitgng==",
|
||||
"_location": "/vinyl-fs",
|
||||
"_phantomChildren": {
|
||||
"readable-stream": "2.3.7",
|
||||
"xtend": "4.0.2"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "vinyl-fs@3.0.3",
|
||||
"name": "vinyl-fs",
|
||||
"escapedName": "vinyl-fs",
|
||||
"rawSpec": "3.0.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/i18next-scanner"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-3.0.3.tgz",
|
||||
"_spec": "3.0.3",
|
||||
"_where": "D:\\Projects\\siag\\vanillajs-seed",
|
||||
"author": {
|
||||
"name": "Gulp Team",
|
||||
"email": "team@gulpjs.com",
|
||||
"url": "http://gulpjs.com/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/gulpjs/vinyl-fs/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Eric Schoffstall",
|
||||
"email": "yo@contra.io"
|
||||
},
|
||||
{
|
||||
"name": "Blaine Bublitz",
|
||||
"email": "blaine.bublitz@gmail.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"fs-mkdirp-stream": "^1.0.0",
|
||||
"glob-stream": "^6.1.0",
|
||||
"graceful-fs": "^4.0.0",
|
||||
"is-valid-glob": "^1.0.0",
|
||||
"lazystream": "^1.0.0",
|
||||
"lead": "^1.0.0",
|
||||
"object.assign": "^4.0.4",
|
||||
"pumpify": "^1.3.5",
|
||||
"readable-stream": "^2.3.3",
|
||||
"remove-bom-buffer": "^3.0.0",
|
||||
"remove-bom-stream": "^1.2.0",
|
||||
"resolve-options": "^1.1.0",
|
||||
"through2": "^2.0.0",
|
||||
"to-through": "^2.0.0",
|
||||
"value-or-function": "^3.0.0",
|
||||
"vinyl": "^2.0.0",
|
||||
"vinyl-sourcemap": "^1.1.0"
|
||||
},
|
||||
"description": "Vinyl adapter for the file system.",
|
||||
"devDependencies": {
|
||||
"eslint": "^1.10.3",
|
||||
"eslint-config-gulp": "^2.0.0",
|
||||
"expect": "^1.19.0",
|
||||
"istanbul": "^0.4.3",
|
||||
"istanbul-coveralls": "^1.0.3",
|
||||
"jscs": "^2.4.0",
|
||||
"jscs-preset-gulp": "^1.0.0",
|
||||
"mississippi": "^1.2.0",
|
||||
"mocha": "^3.5.0",
|
||||
"rimraf": "^2.6.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"index.js",
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://github.com/gulpjs/vinyl-fs#readme",
|
||||
"keywords": [
|
||||
"gulp",
|
||||
"vinyl-adapter",
|
||||
"vinyl",
|
||||
"file",
|
||||
"file system",
|
||||
"fs",
|
||||
"streams"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "vinyl-fs",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/gulpjs/vinyl-fs.git"
|
||||
},
|
||||
"scripts": {
|
||||
"cover": "istanbul cover _mocha --report lcovonly",
|
||||
"coveralls": "npm run cover && istanbul-coveralls",
|
||||
"lint": "eslint . && jscs index.js lib/ test/",
|
||||
"pretest": "npm run lint",
|
||||
"test": "mocha --async-only"
|
||||
},
|
||||
"version": "3.0.3"
|
||||
}
|
Reference in New Issue
Block a user