Comparing version 1.0.7 to 2.0.0
{ | ||
"name": "gulp-vuejs", | ||
"version": "1.0.7", | ||
"description": "Fast and uncomplicated .vue file compiler for Gulp.", | ||
"version": "2.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
@@ -11,29 +11,10 @@ "scripts": { | ||
"type": "git", | ||
"url": "git+https://github.com/wearespindle/gulp-vue.git" | ||
"url": "git+https://github.com/npm/deprecate-holder.git" | ||
}, | ||
"keywords": [ | ||
"vue" | ||
], | ||
"files": [ | ||
"LICENSE", | ||
"README.md", | ||
"index.js" | ||
], | ||
"author": "Devhouse Spindle", | ||
"license": "MIT", | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/wearespindle/gulp-vue/issues" | ||
"url": "https://github.com/npm/deprecate-holder/issues" | ||
}, | ||
"homepage": "https://github.com/wearespindle/gulp-vue#readme", | ||
"dependencies": { | ||
"vue-template-compiler": "^2.2.6", | ||
"concat-with-sourcemaps": "^0.1.6", | ||
"event-stream": "^3.1.7", | ||
"gulp-concat-util": "^0.5.1", | ||
"gulp-util": "^3.0.2", | ||
"lodash": "^2.4.1", | ||
"lodash.assign": "^2.4.1", | ||
"lodash.bind": "^2.4.1", | ||
"through2": "^0.6.3" | ||
} | ||
"homepage": "https://github.com/npm/deprecate-holder#readme" | ||
} |
@@ -1,39 +0,5 @@ | ||
# gulp-vue | ||
Simple and fast .vue template compiler for Gulp. Compiles all templates to an | ||
object. Template namespace is configurable and filled dynamically based on your | ||
template app structure. Intentionally no inline stylesheets and javascript. | ||
# Deprecated Package | ||
# Install and usage | ||
Install like: | ||
This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name. | ||
npm install gulp-vuejs --save-dev | ||
Make a templates directory and optionally subdirectories to use template | ||
prefixes, e.g. `templates/mymodule`: | ||
Then use it in your gulp file like: | ||
const vue = require('gulp-vue') | ||
gulp.task('templates', 'Build Vue templates', () => { | ||
gulp.src('./src/templates/**/*.vue') | ||
.pipe(vue('templates.js', { | ||
prefixStart: 'templates', | ||
commonjs: false, | ||
})) | ||
.on('error', notify.onError('Error: <%= error.message %>')) | ||
.pipe(ifElse(PRODUCTION, () => uglify())) | ||
.on('end', () => { | ||
if (!PRODUCTION) del(path.join(BUILD_DIR, 'templates.js.gz'), {force: true}) | ||
}) | ||
.pipe(gulp.dest(BUILD_DIR)) | ||
.pipe(size(extend({title: 'templates'}, sizeConfig))) | ||
.pipe(ifElse(PRODUCTION, () => gzip(gzipConfig))) | ||
.pipe(ifElse(PRODUCTION, () => gulp.dest(BUILD_DIR))) | ||
.pipe(size(extend({title: 'templates [gzip]'}, sizeConfig))) | ||
.pipe(ifElse(isWatching, livereload)) | ||
}) | ||
This will generate a Javascript file, where templates are accessible from | ||
`window.templates`. You can optionally use the `commonjs` option to generate a | ||
module, which you can require in your code if you want to keep the templates | ||
within a predefined namespace and part of an existing browserify entry. | ||
Please contact support@npmjs.com if you have questions about this package. |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
0
672
2
0
2
6
2
- Removedconcat-with-sourcemaps@^0.1.6
- Removedevent-stream@^3.1.7
- Removedgulp-concat-util@^0.5.1
- Removedgulp-util@^3.0.2
- Removedlodash@^2.4.1
- Removedlodash.assign@^2.4.1
- Removedlodash.bind@^2.4.1
- Removedthrough2@^0.6.3
- Removedvue-template-compiler@^2.2.6
- Removedamdefine@1.0.1(transitive)
- Removedansi-gray@0.1.1(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedansi-wrap@0.1.0(transitive)
- Removedarray-differ@1.0.0(transitive)
- Removedarray-uniq@1.0.3(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbeeper@1.1.1(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedchalk@1.1.3(transitive)
- Removedclone@1.0.4(transitive)
- Removedclone-stats@0.0.1(transitive)
- Removedcolor-support@1.1.3(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedconcat-with-sourcemaps@0.1.61.1.0(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removeddateformat@2.2.0(transitive)
- Removedde-indent@1.0.2(transitive)
- Removedduplexer@0.1.2(transitive)
- Removedduplexer2@0.0.20.1.4(transitive)
- Removedduplexify@3.7.1(transitive)
- Removedend-of-stream@1.4.4(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedevent-stream@3.3.5(transitive)
- Removedfancy-log@1.3.3(transitive)
- Removedfork-stream@0.0.4(transitive)
- Removedfrom@0.1.7(transitive)
- Removedglogg@1.0.2(transitive)
- Removedgulp-concat-util@0.5.5(transitive)
- Removedgulp-if@2.0.2(transitive)
- Removedgulp-match@1.1.0(transitive)
- Removedgulp-util@3.0.8(transitive)
- Removedgulplog@1.0.0(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedhas-gulplog@0.1.0(transitive)
- Removedhe@1.2.0(transitive)
- Removedinherits@2.0.4(transitive)
- Removedisarray@0.0.11.0.0(transitive)
- Removedlodash@2.4.2(transitive)
- Removedlodash._baseassign@3.2.0(transitive)
- Removedlodash._basebind@2.4.1(transitive)
- Removedlodash._basecopy@3.0.1(transitive)
- Removedlodash._basecreate@2.4.1(transitive)
- Removedlodash._basecreatecallback@2.4.1(transitive)
- Removedlodash._basecreatewrapper@2.4.1(transitive)
- Removedlodash._basetostring@3.0.1(transitive)
- Removedlodash._basevalues@3.0.0(transitive)
- Removedlodash._bindcallback@3.0.1(transitive)
- Removedlodash._createassigner@3.1.1(transitive)
- Removedlodash._createwrapper@2.4.1(transitive)
- Removedlodash._getnative@3.9.1(transitive)
- Removedlodash._isiterateecall@3.0.9(transitive)
- Removedlodash._isnative@2.4.1(transitive)
- Removedlodash._objecttypes@2.4.1(transitive)
- Removedlodash._reescape@3.0.0(transitive)
- Removedlodash._reevaluate@3.0.0(transitive)
- Removedlodash._reinterpolate@3.0.0(transitive)
- Removedlodash._root@3.0.1(transitive)
- Removedlodash._setbinddata@2.4.1(transitive)
- Removedlodash._shimkeys@2.4.1(transitive)
- Removedlodash._slice@2.4.1(transitive)
- Removedlodash.assign@2.4.13.2.0(transitive)
- Removedlodash.bind@2.4.1(transitive)
- Removedlodash.escape@3.2.0(transitive)
- Removedlodash.identity@2.4.1(transitive)
- Removedlodash.isarguments@3.1.0(transitive)
- Removedlodash.isarray@3.0.4(transitive)
- Removedlodash.isfunction@2.4.1(transitive)
- Removedlodash.isobject@2.4.1(transitive)
- Removedlodash.keys@2.4.13.1.2(transitive)
- Removedlodash.noop@2.4.1(transitive)
- Removedlodash.restparam@3.6.1(transitive)
- Removedlodash.support@2.4.1(transitive)
- Removedlodash.template@3.6.2(transitive)
- Removedlodash.templatesettings@3.1.1(transitive)
- Removedmap-stream@0.0.7(transitive)
- Removedmerge-stream@1.0.1(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmultipipe@0.1.2(transitive)
- Removedobject-assign@3.0.0(transitive)
- Removedonce@1.4.0(transitive)
- Removedparse-node-version@1.0.1(transitive)
- Removedpause-stream@0.0.11(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedreadable-stream@1.0.341.1.142.3.8(transitive)
- Removedreplace-ext@0.0.1(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedsource-map@0.1.430.6.1(transitive)
- Removedsparkles@1.0.1(transitive)
- Removedsplit@1.0.1(transitive)
- Removedstream-combiner@0.2.2(transitive)
- Removedstream-combiner2@1.1.1(transitive)
- Removedstream-shift@1.0.3(transitive)
- Removedstring_decoder@0.10.311.1.1(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
- Removedternary-stream@2.1.1(transitive)
- Removedthrough@2.3.8(transitive)
- Removedthrough2@0.6.52.0.5(transitive)
- Removedtime-stamp@1.1.0(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removedvinyl@0.5.3(transitive)
- Removedvue-template-compiler@2.7.16(transitive)
- Removedwrappy@1.0.2(transitive)
- Removedxtend@4.0.2(transitive)