lodash-inflection
Advanced tools
Comparing version 1.3.2 to 1.4.0
{ | ||
"name": "lodash-inflection", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"dependencies": { | ||
"lodash": "~3.10.1" | ||
"lodash": "~4.11.2" | ||
}, | ||
@@ -7,0 +7,0 @@ "main": "lib/lodash-inflection.js", |
{ | ||
"name": "lodash-inflection", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"description": "ActiveSupport::Inflector, for lodash!", | ||
@@ -28,2 +28,5 @@ "main": "index.js", | ||
"author": "Jeremy Ruppel", | ||
"maintainers": [ | ||
"Daniel Perez <tuvistavie@gmail.com>" | ||
], | ||
"license": "MIT", | ||
@@ -35,18 +38,15 @@ "bugs": { | ||
"devDependencies": { | ||
"chai": "~2.3.0", | ||
"coveralls": "~2.11.2", | ||
"gulp": "~3.8.11", | ||
"gulp-contribs": "~0.0.2", | ||
"gulp-jscoverage": "~0.1.0", | ||
"gulp-jscs": "~1.6.0", | ||
"jscoverage": "~0.5.9", | ||
"mocha": "~2.2.5", | ||
"mocha-lcov-reporter": "~0.0.2", | ||
"lodash": "^3.10.1", | ||
"mversion": "^1.10.1", | ||
"lodash": "^4.0.0", | ||
"mocha": "^1.21.4", | ||
"mocha-lcov-reporter": "0.0.1" | ||
"chai": "^3.5.0", | ||
"coveralls": "^2.11.9", | ||
"gulp": "^3.9.1", | ||
"gulp-contribs": "0.0.3", | ||
"gulp-jscoverage": "^0.1.0", | ||
"gulp-jscs": "^3.0.2", | ||
"jscoverage": "^0.6.0", | ||
"lodash": "^4.11.2", | ||
"mocha": "^2.4.5", | ||
"mocha-lcov-reporter": "^1.2.0", | ||
"mversion": "^1.10.1" | ||
}, | ||
"dependencies": {} | ||
} |
@@ -8,4 +8,2 @@ ## lodash-inflection | ||
This is a fork of [Jeremy Ruppel underscore.inflection](https://github.com/jeremyruppel/underscore.inflection) for lodash. | ||
The major and minor versions correspond to their upstream equivalent, | ||
while the patch version may change to fix some minor issues in the fork. | ||
@@ -192,14 +190,16 @@ **Another javascript inflector?!** | ||
``` | ||
54 Jeremy Ruppel | ||
65 Jeremy Ruppel | ||
15 Daniel Perez | ||
7 Landon Schropp | ||
2 Johnathon Sanders | ||
2 Seggy Umboh | ||
1 Dayton Nolan | ||
1 Joseph Spens | ||
1 Kris Neuharth | ||
1 Monica Olinescu | ||
1 Sam Dornan | ||
1 Shane Riley | ||
1 bramski | ||
1 maratfakhreev | ||
1 Dayton Nolan | ||
1 trevor | ||
1 Joseph Spens | ||
1 Kris Neuharth | ||
1 Sam Dornan | ||
``` | ||
@@ -206,0 +206,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
31702