assemble-fs
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "assemble-fs", | ||
"description": "Assemble plugin to add methods to assemble for working with the file system, like src, dest, copy and symlink.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"homepage": "https://github.com/assemble/assemble-fs", | ||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"contributors": [ | ||
"Brian Woodward (https://twitter.com/doowb)", | ||
"Jon Schlinkert (http://twitter.com/jonschlinkert)" | ||
], | ||
"repository": "assemble/assemble-fs", | ||
@@ -23,8 +27,18 @@ "bugs": { | ||
}, | ||
"lintDeps": { | ||
"devDependencies": { | ||
"files": { | ||
"patterns": [ | ||
"test/vfs/*.js", | ||
"test/support/*.js" | ||
] | ||
} | ||
} | ||
}, | ||
"dependencies": { | ||
"assemble-handle": "^0.1.3", | ||
"extend-shallow": "^2.0.1", | ||
"file-is-binary": "^0.2.2", | ||
"file-is-binary": "^1.0.0", | ||
"fs-exists-sync": "^0.1.0", | ||
"is-valid-app": "^0.2.1", | ||
"is-valid-app": "^0.3.0", | ||
"lazy-cache": "^2.0.2", | ||
@@ -36,19 +50,16 @@ "stream-combiner": "^0.2.2", | ||
"devDependencies": { | ||
"assemble-render-file": "^1.0.0", | ||
"base-task": "^0.7.0", | ||
"buffer-equal": "^1.0.0", | ||
"default-resolution": "^2.0.0", | ||
"delete": "^0.3.2", | ||
"engine-handlebars": "^0.8.0", | ||
"delete": "^1.0.1", | ||
"expect": "^1.20.2", | ||
"from2": "^2.3.0", | ||
"graceful-fs": "^4.1.11", | ||
"gulp-format-md": "^0.1.11", | ||
"mocha": "^3.2.0", | ||
"readable-stream": "^2.2.2", | ||
"rimraf": "^2.5.4", | ||
"should": "^11.2.0", | ||
"sinon": "^1.17.7", | ||
"templates": "^1.2.2", | ||
"vinyl": "^2.0.1" | ||
"gulp-format-md": "^0.1.12", | ||
"mocha": "^3.4.1", | ||
"readable-stream": "^2.2.9", | ||
"rimraf": "^2.6.1", | ||
"should": "^11.2.1", | ||
"sinon": "^2.2.0", | ||
"templates": "^1.2.8", | ||
"vinyl": "^2.0.2" | ||
}, | ||
@@ -106,4 +117,3 @@ "keywords": [ | ||
"reflinks": [ | ||
"verb", | ||
"verb-readme-generator" | ||
], | ||
@@ -110,0 +120,0 @@ "lint": { |
@@ -1,2 +0,2 @@ | ||
# assemble-fs [![NPM version](https://img.shields.io/npm/v/assemble-fs.svg?style=flat)](https://www.npmjs.com/package/assemble-fs) [![NPM monthly downloads](https://img.shields.io/npm/dm/assemble-fs.svg?style=flat)](https://npmjs.org/package/assemble-fs) [![NPM total downloads](https://img.shields.io/npm/dt/assemble-fs.svg?style=flat)](https://npmjs.org/package/assemble-fs) [![Linux Build Status](https://img.shields.io/travis/assemble/assemble-fs.svg?style=flat&label=Travis)](https://travis-ci.org/assemble/assemble-fs) | ||
# assemble-fs [![NPM version](https://img.shields.io/npm/v/assemble-fs.svg?style=flat)](https://www.npmjs.com/package/assemble-fs) [![NPM monthly downloads](https://img.shields.io/npm/dm/assemble-fs.svg?style=flat)](https://npmjs.org/package/assemble-fs) [![NPM total downloads](https://img.shields.io/npm/dt/assemble-fs.svg?style=flat)](https://npmjs.org/package/assemble-fs) [![Linux Build Status](https://img.shields.io/travis/assemble/assemble-fs.svg?style=flat&label=Travis)](https://travis-ci.org/assemble/assemble-fs) | ||
@@ -48,3 +48,3 @@ > Assemble plugin to add methods to assemble for working with the file system, like src, dest, copy and symlink. | ||
* [assemble-render-file](https://www.npmjs.com/package/assemble-render-file): Assemble plugin for rendering views in a vinyl pipeline. | [homepage](https://github.com/assemble/assemble-render-file "Assemble plugin for rendering views in a vinyl pipeline.") | ||
* [assemble-streams](https://www.npmjs.com/package/assemble-streams): Assemble pipeline plugin for pushing a view collection into a vinyl stream. | [homepage](https://github.com/assemble/assemble-streams "Assemble pipeline plugin for pushing a view collection into a vinyl stream.") | ||
* [assemble-streams](https://www.npmjs.com/package/assemble-streams): Assemble pipeline plugin for pushing views into a vinyl stream. | [homepage](https://github.com/assemble/assemble-streams "Assemble pipeline plugin for pushing views into a vinyl stream.") | ||
* [assemble](https://www.npmjs.com/package/assemble): Get the rocks out of your socks! Assemble makes you fast at creating web projects… [more](https://github.com/assemble/assemble) | [homepage](https://github.com/assemble/assemble "Get the rocks out of your socks! Assemble makes you fast at creating web projects. Assemble is used by thousands of projects for rapid prototyping, creating themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websit") | ||
@@ -93,6 +93,6 @@ * [generate](https://www.npmjs.com/package/generate): Command line tool and developer framework for scaffolding out new GitHub projects. Generate offers the… [more](https://github.com/generate/generate) | [homepage](https://github.com/generate/generate "Command line tool and developer framework for scaffolding out new GitHub projects. Generate offers the robustness and configurability of Yeoman, the expressiveness and simplicity of Slush, and more powerful flow control and composability than either.") | ||
Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert). | ||
MIT | ||
Released under the [MIT License](LICENSE). | ||
*** | ||
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.4.2, on February 08, 2017._ | ||
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on May 19, 2017._ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15730
14
+ Addedfile-is-binary@1.0.0(transitive)
+ Addedis-binary-buffer@1.0.0(transitive)
+ Addedis-valid-app@0.3.0(transitive)
+ Addedis-valid-instance@0.3.0(transitive)
- Removedbuffer-alloc@1.2.0(transitive)
- Removedbuffer-alloc-unsafe@1.1.0(transitive)
- Removedbuffer-fill@1.0.0(transitive)
- Removedfile-is-binary@0.2.3(transitive)
- Removedis-valid-app@0.2.1(transitive)
- Removedis-valid-instance@0.2.0(transitive)
- Removedisbinaryfile@3.0.3(transitive)
Updatedfile-is-binary@^1.0.0
Updatedis-valid-app@^0.3.0