package.json (lodash-4.0.0) | : | package.json (lodash-4.17.21) | ||
---|---|---|---|---|
{ | { | |||
"name": "lodash", | "name": "lodash", | |||
"version": "4.0.0", | "version": "4.17.21", | |||
"main": "lodash.js", | "license": "MIT", | |||
"private": true, | "private": true, | |||
"main": "lodash.js", | ||||
"engines": { | ||||
"node": ">=4.0.0" | ||||
}, | ||||
"scripts": { | ||||
"build": "npm run build:main && npm run build:fp", | ||||
"build:fp": "node lib/fp/build-dist.js", | ||||
"build:fp-modules": "node lib/fp/build-modules.js", | ||||
"build:main": "node lib/main/build-dist.js", | ||||
"build:main-modules": "node lib/main/build-modules.js", | ||||
"doc": "node lib/main/build-doc github && npm run test:doc", | ||||
"doc:fp": "node lib/fp/build-doc", | ||||
"doc:site": "node lib/main/build-doc site", | ||||
"doc:sitehtml": "optional-dev-dependency marky-markdown@^9.0.1 && npm run do | ||||
c:site && node lib/main/build-site", | ||||
"pretest": "npm run build", | ||||
"style": "npm run style:main && npm run style:fp && npm run style:perf && np | ||||
m run style:test", | ||||
"style:fp": "jscs fp/*.js lib/**/*.js", | ||||
"style:main": "jscs lodash.js", | ||||
"style:perf": "jscs perf/*.js perf/**/*.js", | ||||
"style:test": "jscs test/*.js test/**/*.js", | ||||
"test": "npm run test:main && npm run test:fp", | ||||
"test:doc": "markdown-doctest doc/*.md", | ||||
"test:fp": "node test/test-fp", | ||||
"test:main": "node test/test", | ||||
"validate": "npm run style && npm run test" | ||||
}, | ||||
"devDependencies": { | "devDependencies": { | |||
"async": "^1.5.2", | "async": "^2.6.3", | |||
"chalk": "^1.1.1", | "benchmark": "^2.1.3", | |||
"chalk": "^1.1.3", | ||||
"cheerio": "^0.22.0", | ||||
"codecov.io": "~0.1.6", | "codecov.io": "~0.1.6", | |||
"coveralls": "^2.11.6", | "coveralls": "^2.11.15", | |||
"curl-amd": "~0.8.12", | "curl-amd": "~0.8.12", | |||
"docdown": "~0.3.0", | "docdown": "~0.7.2", | |||
"dojo": "^1.10.4", | "dojo": "^1.15.0", | |||
"ecstatic": "^1.4.0", | "ecstatic": "^2.2.2", | |||
"fs-extra": "~0.26.4", | "fs-extra": "~1.0.0", | |||
"istanbul": "0.4.2", | "glob": "^7.1.4", | |||
"jquery": "^2.2.0", | "istanbul": "0.4.5", | |||
"jscs": "^2.8.0", | "jquery": "^3.4.1", | |||
"lodash": "^3.10.1", | "jscs": "^3.0.7", | |||
"platform": "^1.3.1", | "lodash": "4.17.20", | |||
"qunit-extras": "^1.4.5", | "lodash-doc-globals": "^0.1.1", | |||
"qunitjs": "~1.20.0", | "markdown-doctest": "^0.9.1", | |||
"request": "^2.67.0", | "optional-dev-dependency": "^2.0.0", | |||
"requirejs": "^2.1.22", | "platform": "^1.3.3", | |||
"sauce-tunnel": "2.3.0", | "qunit-extras": "^3.0.0", | |||
"uglify-js": "2.6.1", | "qunitjs": "^2.1.0", | |||
"webpack": "^1.12.11" | "request": "^2.88.0", | |||
"requirejs": "^2.3.6", | ||||
"sauce-tunnel": "^2.5.0", | ||||
"uglify-js": "2.7.5", | ||||
"webpack": "^1.14.0" | ||||
}, | }, | |||
"scripts": { | "greenkeeper": { | |||
"build": "node lib/main/build.js && node lib/fp/build.js", | "ignore": [ | |||
"style": "jscs lodash.js lib/**/*.js", | "lodash" | |||
"test": "node test/test" | ] | |||
} | } | |||
} | } | |||
End of changes. 6 change blocks. | ||||
25 lines changed or deleted | 59 lines changed or added |