flow-parser-bin
Advanced tools
Comparing version 0.125.1 to 0.126.0
{ | ||
"name": "flow-parser-bin", | ||
"version": "0.125.1", | ||
"version": "0.126.0", | ||
"description": "The Flow JavaScript parser, via bindings to the native OCaml implementation", | ||
@@ -10,4 +10,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"bindings": "^1.3.0", | ||
"nan": "^2.8.0" | ||
"bindings": "^1.5.0", | ||
"nan": "^2.14.1" | ||
}, | ||
@@ -30,4 +30,9 @@ "scripts": { | ||
], | ||
"os": ["darwin", "linux"], | ||
"cpu": ["x64"] | ||
"os": [ | ||
"darwin", | ||
"linux" | ||
], | ||
"cpu": [ | ||
"x64" | ||
] | ||
} |
@@ -1,2 +0,2 @@ | ||
9126c8eac52053f4779e5e8437dd80b95e720f6791a98356d08f6434894640e6 lib/linux64/libflowparser.a | ||
00e826fe6b575c2ba4feedf737b921bc3d6eb8e9dfffbdd382093b31f7430731 lib/osx/libflowparser.a | ||
5a0c2d7709be55afed0b8e75e089d65354e49cd1a137fcd0ea10aaef679583bf lib/linux64/libflowparser.a | ||
0901a1607d1a8a267c281d298f300f44622f048833e22736399b05f489aa92f3 lib/osx/libflowparser.a |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
20619731
Updatedbindings@^1.5.0
Updatednan@^2.14.1