filing-cabinet
Advanced tools
Comparing version 1.6.1 to 1.7.0
@@ -22,3 +22,5 @@ var path = require('path'); | ||
'.sass': sassLookup, | ||
'.styl': stylusLookup | ||
'.styl': stylusLookup, | ||
// Less and Sass imports are very similar | ||
'.less': sassLookup | ||
}; | ||
@@ -25,0 +27,0 @@ |
{ | ||
"name": "filing-cabinet", | ||
"version": "1.6.1", | ||
"version": "1.7.0", | ||
"description": "Find files based on partial paths", | ||
@@ -22,2 +22,3 @@ "main": "index.js", | ||
"sass", | ||
"less", | ||
"stylus", | ||
@@ -44,8 +45,8 @@ "partial", | ||
"dependencies": { | ||
"app-module-path": "~1.0.4", | ||
"app-module-path": "~1.1.0", | ||
"commander": "~2.8.1", | ||
"debug": "~2.2.0", | ||
"enhanced-resolve": "^3.0.2", | ||
"enhanced-resolve": "~3.0.3", | ||
"is-relative-path": "^1.0.1", | ||
"module-definition": "^2.2.3", | ||
"module-definition": "^2.2.4", | ||
"module-lookup-amd": "^4.0.2", | ||
@@ -52,0 +53,0 @@ "object-assign": "~4.0.1", |
### filing-cabinet [![npm](http://img.shields.io/npm/v/filing-cabinet.svg)](https://npmjs.org/package/filing-cabinet) [![npm](http://img.shields.io/npm/dm/filing-cabinet.svg)](https://npmjs.org/package/filing-cabinet) | ||
> Look up a filename based on a partial path | ||
> Get the file associated with a dependency/partial's path | ||
@@ -40,4 +40,3 @@ `npm install --save filing-cabinet` | ||
* JavaScript (all files with the `.js` extension) | ||
* Sass (`.scss` and `.sass`) | ||
* Stylus (`.styl`) | ||
* CSS Preprocessors: Sass (`.scss` and `.sass`), Stylus (`.styl`), and Less (`.less`) | ||
@@ -44,0 +43,0 @@ You can register resolvers for new languages via `cabinet.register(extension, resolver)`. |
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
11346
225
67
+ Addedapp-module-path@1.1.0(transitive)
+ Addedenhanced-resolve@3.0.3(transitive)
- Removedapp-module-path@1.0.6(transitive)
- Removedenhanced-resolve@3.4.1(transitive)
Updatedapp-module-path@~1.1.0
Updatedenhanced-resolve@~3.0.3
Updatedmodule-definition@^2.2.4