UNPKG

1.87 kBJSONView Raw
1{
2 "name": "babel-plugin-lodash",
3 "version": "3.3.4",
4 "description": "Modular Lodash builds without the hassle.",
5 "keywords": "babel-plugin, cherry-pick, lodash, modules",
6 "repository": "lodash/babel-plugin-lodash",
7 "license": "MIT",
8 "main": "lib/index.js",
9 "author": "Graeme Yeates <megawac@gmail.com> (https://github.com/megawac)",
10 "contributors": [
11 "Graeme Yeates <megawac@gmail.com> (https://github.com/megawac)",
12 "John-David Dalton <john.david.dalton@gmail.com>"
13 ],
14 "scripts": {
15 "build": "babel src --out-dir lib || true",
16 "prepublish": "npm run build",
17 "test": "mocha --check-leaks --require @babel/register"
18 },
19 "devDependencies": {
20 "@babel/cli": "^7.0.0-beta.49",
21 "@babel/core": "^7.0.0-beta.49",
22 "@babel/plugin-proposal-function-bind": "^7.0.0-beta.49",
23 "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.49",
24 "@babel/plugin-syntax-flow": "^7.0.0-beta.49",
25 "@babel/plugin-syntax-jsx": "^7.0.0-beta.49",
26 "@babel/plugin-transform-runtime": "^7.0.0-beta.49",
27 "@babel/preset-env": "^7.0.0-beta.49",
28 "@babel/preset-react": "^7.0.0-beta.49",
29 "@babel/preset-stage-0": "^7.0.0-beta.49",
30 "@babel/register": "^7.0.0-beta.49",
31 "@storybook/addon-links": "^3.4.7",
32 "async": "^2.6.1",
33 "babel-plugin-add-module-exports": "~0.2.1",
34 "babel-plugin-lodash": "3.3.2",
35 "chai": "^4.1.2",
36 "lodash-bound": "^1.1.2",
37 "lodash-compat": "^3.10.2",
38 "lodash-es": "^4.17.10",
39 "mocha": "^4.1.0",
40 "ramda": "^0.25.0",
41 "react-bootstrap": "^0.31.5"
42 },
43 "dependencies": {
44 "@babel/helper-module-imports": "^7.0.0-beta.49",
45 "@babel/types": "^7.0.0-beta.49",
46 "glob": "^7.1.1",
47 "lodash": "^4.17.10",
48 "require-package-name": "^2.0.1"
49 },
50 "files": [
51 "lib"
52 ],
53 "greenkeeper": {
54 "ignore": [
55 "babel-plugin-lodash"
56 ]
57 }
58}