babel-plugin-lodash
Version:
Modular Lodash builds without the hassle.
53 lines (52 loc) • 1.55 kB
JSON
{
"name": "babel-plugin-lodash",
"version": "3.2.4",
"description": "Modular Lodash builds without the hassle.",
"keywords": "babel-plugin, cherry-pick, lodash, modules",
"repository": "lodash/babel-plugin-lodash",
"license": "MIT",
"main": "lib/index.js",
"author": "Graeme Yeates <megawac@gmail.com> (https://github.com/megawac)",
"contributors": [
"Graeme Yeates <megawac@gmail.com> (https://github.com/megawac)",
"John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)"
],
"scripts": {
"build": "babel src --out-dir lib || true",
"prepublish": "npm run build",
"test": "mocha --check-leaks --compilers js:babel-register"
},
"devDependencies": {
"async": "^2.0.0",
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-plugin-add-module-exports": "~0.2.1",
"babel-plugin-syntax-jsx": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"chai": "^3.5.0",
"lodash-bound": "^1.1.1",
"lodash-compat": "^3.10.2",
"lodash-es": "^4.13.1",
"mocha": "^2.5.3",
"ramda": "^0.21.0"
},
"dependencies": {
"glob": "^7.0.5",
"lodash": "^4.13.1"
},
"files": [
"lib/config.js",
"lib/importModule.js",
"lib/index.js",
"lib/Map.js",
"lib/MapCache.js",
"lib/mapping.js",
"lib/ModuleCache.js",
"lib/Package.js",
"lib/Store.js"
]
}