ffffng/app/bower_components/lodash/package.json

67 lines
2 KiB
JSON
Raw Normal View History

2016-05-16 13:33:49 +02:00
{
"name": "lodash",
2020-01-20 20:59:15 +01:00
"version": "4.17.15",
2016-05-16 13:33:49 +02:00
"license": "MIT",
"private": true,
"main": "lodash.js",
2017-05-13 13:25:33 +02:00
"engines": {
"node": ">=4.0.0"
},
2016-05-16 13:33:49 +02:00
"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",
2017-05-13 13:25:33 +02:00
"doc:sitehtml": "optional-dev-dependency marky-markdown@^9.0.1 && npm run doc:site && node lib/main/build-site",
2016-05-16 13:33:49 +02:00
"pretest": "npm run build",
"style": "npm run style:main && npm run style:fp && npm run style:perf && npm 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",
2017-05-13 13:25:33 +02:00
"test:doc": "markdown-doctest doc/*.md",
2016-05-16 13:33:49 +02:00
"test:fp": "node test/test-fp",
"test:main": "node test/test",
"validate": "npm run style && npm run test"
},
"devDependencies": {
2020-01-20 20:59:15 +01:00
"async": "^2.6.3",
2017-05-13 13:25:33 +02:00
"benchmark": "^2.1.3",
2016-05-16 13:33:49 +02:00
"chalk": "^1.1.3",
2017-05-13 13:25:33 +02:00
"cheerio": "^0.22.0",
2016-05-16 13:33:49 +02:00
"codecov.io": "~0.1.6",
2017-05-13 13:25:33 +02:00
"coveralls": "^2.11.15",
2016-05-16 13:33:49 +02:00
"curl-amd": "~0.8.12",
2017-05-13 13:25:33 +02:00
"docdown": "~0.7.2",
2020-01-20 20:59:15 +01:00
"dojo": "^1.15.0",
"ecstatic": "^2.2.2",
2017-05-13 13:25:33 +02:00
"fs-extra": "~1.0.0",
2020-01-20 20:59:15 +01:00
"glob": "^7.1.4",
2017-05-13 13:25:33 +02:00
"istanbul": "0.4.5",
2020-01-20 20:59:15 +01:00
"jquery": "^3.4.1",
2017-05-13 13:25:33 +02:00
"jscs": "^3.0.7",
2020-01-20 20:59:15 +01:00
"lodash": "4.17.14",
2017-05-13 13:25:33 +02:00
"lodash-doc-globals": "^0.1.1",
"markdown-doctest": "^0.9.1",
"optional-dev-dependency": "^2.0.0",
"platform": "^1.3.3",
"qunit-extras": "^3.0.0",
"qunitjs": "^2.1.0",
2020-01-20 20:59:15 +01:00
"request": "^2.88.0",
"requirejs": "^2.3.6",
2017-05-13 13:25:33 +02:00
"sauce-tunnel": "^2.5.0",
"uglify-js": "2.7.5",
"webpack": "^1.14.0"
},
"greenkeeper": {
"ignore": [
"lodash"
]
2016-05-16 13:33:49 +02:00
}
}