Updated the project.
This commit is contained in:
parent
5dfe9f128d
commit
7919556077
1550 changed files with 17063 additions and 40183 deletions
4
my-app/node_modules/read-package-json/lib/read-json.js
generated
vendored
Executable file → Normal file
4
my-app/node_modules/read-package-json/lib/read-json.js
generated
vendored
Executable file → Normal file
|
@ -27,7 +27,7 @@ readJson.extraSet = [
|
|||
var typoWarned = {}
|
||||
var cache = {}
|
||||
|
||||
function readJson (file, log_, strict_, cb_) {
|
||||
function readJson (file) {
|
||||
var log, strict, cb
|
||||
for (var i = 1; i < arguments.length - 1; i++) {
|
||||
if (typeof arguments[i] === 'boolean') {
|
||||
|
@ -154,7 +154,7 @@ function indexjs (file, er, log, strict, cb) {
|
|||
}
|
||||
|
||||
readJson.extras = extras
|
||||
function extras (file, data, log_, strict_, cb_) {
|
||||
function extras (file, data) {
|
||||
var log, strict, cb
|
||||
for (var i = 2; i < arguments.length - 1; i++) {
|
||||
if (typeof arguments[i] === 'boolean') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue