|
17 | 17 | "url": "http://github.com/facebook/dataloader.git" |
18 | 18 | }, |
19 | 19 | "main": "index.js", |
| 20 | + "typings": "index.d.ts", |
20 | 21 | "options": { |
21 | 22 | "mocha": "--require resources/mocha-bootload src/**/__tests__/**/*.js" |
22 | 23 | }, |
|
44 | 45 | } |
45 | 46 | ], |
46 | 47 | "transform-es2015-parameters", |
47 | | - [ |
48 | | - "transform-es2015-destructuring", |
49 | | - { |
50 | | - "loose": true |
51 | | - } |
52 | | - ], |
53 | | - "add-module-exports", |
54 | 48 | "transform-es2015-block-scoping", |
55 | 49 | [ |
56 | | - "transform-es2015-modules-commonjs", |
| 50 | + "transform-es2015-destructuring", |
57 | 51 | { |
58 | 52 | "loose": true |
59 | 53 | } |
|
82 | 76 | "PATENTS" |
83 | 77 | ], |
84 | 78 | "devDependencies": { |
85 | | - "babel-cli": "6.14.0", |
86 | | - "babel-eslint": "6.1.2", |
87 | | - "babel-plugin-add-module-exports": "0.2.1", |
88 | | - "babel-plugin-transform-async-to-generator": "6.8.0", |
89 | | - "babel-plugin-transform-class-properties": "6.11.5", |
90 | | - "babel-plugin-transform-es2015-arrow-functions": "6.8.0", |
91 | | - "babel-plugin-transform-es2015-block-scoping": "6.15.0", |
92 | | - "babel-plugin-transform-es2015-classes": "6.14.0", |
93 | | - "babel-plugin-transform-es2015-destructuring": "6.9.0", |
94 | | - "babel-plugin-transform-es2015-function-name": "6.9.0", |
95 | | - "babel-plugin-transform-es2015-literals": "6.8.0", |
96 | | - "babel-plugin-transform-es2015-modules-commonjs": "6.14.0", |
97 | | - "babel-plugin-transform-es2015-parameters": "6.11.4", |
98 | | - "babel-plugin-transform-es2015-shorthand-properties": "6.8.0", |
99 | | - "babel-plugin-transform-es2015-spread": "6.8.0", |
100 | | - "babel-plugin-transform-es2015-template-literals": "6.8.0", |
101 | | - "babel-plugin-transform-flow-strip-types": "6.14.0", |
102 | | - "babel-plugin-transform-regenerator": "6.14.0", |
103 | | - "chai": "3.5.0", |
104 | | - "coveralls": "2.11.14", |
105 | | - "eslint": "3.5.0", |
106 | | - "eslint-plugin-babel": "3.3.0", |
107 | | - "flow-bin": "0.53.0", |
| 79 | + "babel-cli": "6.26.0", |
| 80 | + "babel-eslint": "8.2.1", |
| 81 | + "babel-plugin-transform-async-to-generator": "6.24.1", |
| 82 | + "babel-plugin-transform-class-properties": "6.24.1", |
| 83 | + "babel-plugin-transform-es2015-arrow-functions": "6.22.0", |
| 84 | + "babel-plugin-transform-es2015-block-scoping": "6.26.0", |
| 85 | + "babel-plugin-transform-es2015-classes": "6.24.1", |
| 86 | + "babel-plugin-transform-es2015-destructuring": "6.23.0", |
| 87 | + "babel-plugin-transform-es2015-function-name": "6.24.1", |
| 88 | + "babel-plugin-transform-es2015-literals": "6.22.0", |
| 89 | + "babel-plugin-transform-es2015-parameters": "6.24.1", |
| 90 | + "babel-plugin-transform-es2015-shorthand-properties": "6.24.1", |
| 91 | + "babel-plugin-transform-es2015-spread": "6.22.0", |
| 92 | + "babel-plugin-transform-es2015-template-literals": "6.22.0", |
| 93 | + "babel-plugin-transform-flow-strip-types": "6.22.0", |
| 94 | + "babel-plugin-transform-regenerator": "6.26.0", |
| 95 | + "chai": "4.1.2", |
| 96 | + "coveralls": "3.0.0", |
| 97 | + "eslint": "4.16.0", |
| 98 | + "flow-bin": "0.64.0", |
108 | 99 | "isparta": "4.0.0", |
109 | | - "mocha": "3.0.2", |
110 | | - "sane": "1.4.1" |
111 | | - }, |
112 | | - "typings": "index.d.ts" |
| 100 | + "mocha": "5.0.0", |
| 101 | + "sane": "2.3.0" |
| 102 | + } |
113 | 103 | } |
0 commit comments