Comparing version 1.0.29 to 1.0.30
@@ -19,2 +19,5 @@ /*************************************************************************** | ||
var fs = require('fs'); | ||
var path = require('path'); | ||
var util = require('util'); | ||
var minimatch = require('minimatch'); | ||
@@ -49,4 +52,2 @@ /** | ||
var path = require( 'path' ); | ||
[ | ||
@@ -89,4 +90,2 @@ 'normalize', | ||
exports.satisfy = function ( path, pattern, fileStat ) { | ||
var util = require( 'util' ); | ||
if ( util.isRegExp( pattern ) ) { | ||
@@ -110,3 +109,2 @@ return pattern.test( path ); | ||
var minimatch = require( 'minimatch' ); | ||
var matchBase = pattern.indexOf( '/' ) === -1; | ||
@@ -113,0 +111,0 @@ return minimatch( path, pattern, { matchBase: matchBase } ); |
{ | ||
"name": "edp-core", | ||
"version": "1.0.29", | ||
"version": "1.0.30", | ||
"description": "", | ||
@@ -14,9 +14,9 @@ "main": "index.js", | ||
"dependencies": { | ||
"esprima": "~1.1.1", | ||
"estraverse": "~1.5.0", | ||
"minimatch": "~0.2.14", | ||
"chalk": "~0.4.0", | ||
"semver": "~2.3.0", | ||
"iconv-lite": "~0.2.11", | ||
"glob": "~3.2.9", | ||
"esprima": "~2.2.0", | ||
"estraverse": "~4.1.0", | ||
"minimatch": "~2.0.4", | ||
"chalk": "~1.0.0", | ||
"semver": "~4.3.3", | ||
"iconv-lite": "~0.4.8", | ||
"glob": "~5.0.5", | ||
"edp-config": "~1.0.2" | ||
@@ -23,0 +23,0 @@ }, |
@@ -32,2 +32,9 @@ /** | ||
}); | ||
xit('x', function () { | ||
var Project = '/Volumes/HDD/Users/leeight/local/case/FOR_2015_4_20_BRANCH/embed_src'; | ||
var moduleConfig = path.join(Project, 'module.conf'); | ||
var file = path.join(Project, 'src', 'common', 'css.js'); | ||
console.log(GetModuleId(file, moduleConfig)); | ||
}); | ||
}); | ||
@@ -34,0 +41,0 @@ |
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
201083
5990
+ Addedansi-regex@1.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedchalk@1.0.0(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedesprima@2.2.0(transitive)
+ Addedestraverse@4.1.1(transitive)
+ Addedget-stdin@4.0.1(transitive)
+ Addedglob@5.0.15(transitive)
+ Addedhas-ansi@1.0.3(transitive)
+ Addediconv-lite@0.4.24(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedminimatch@2.0.10(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedsemver@4.3.6(transitive)
+ Addedstrip-ansi@2.0.1(transitive)
+ Addedsupports-color@1.3.1(transitive)
+ Addedwrappy@1.0.2(transitive)
- Removedansi-styles@1.0.0(transitive)
- Removedchalk@0.4.0(transitive)
- Removedesprima@1.1.1(transitive)
- Removedestraverse@1.5.1(transitive)
- Removedglob@3.2.11(transitive)
- Removedhas-color@0.1.7(transitive)
- Removediconv-lite@0.2.11(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.2.140.3.0(transitive)
- Removedsemver@2.3.2(transitive)
- Removedsigmund@1.0.1(transitive)
- Removedstrip-ansi@0.1.1(transitive)
Updatedchalk@~1.0.0
Updatedesprima@~2.2.0
Updatedestraverse@~4.1.0
Updatedglob@~5.0.5
Updatediconv-lite@~0.4.8
Updatedminimatch@~2.0.4
Updatedsemver@~4.3.3