@types/ffi
Advanced tools
+1
-1
| // Type definitions for node-ffi 0.2 | ||
| // Project: https://github.com/rbranson/node-ffi | ||
| // Project: https://github.com/rbranson/node-ffi, http://github.com/node-ffi/node-ffi | ||
| // Definitions by: Paul Loyd <https://github.com/loyd>, Waiting Song <https://github.com/waitingsong> | ||
@@ -4,0 +4,0 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped |
+5
-5
| { | ||
| "name": "@types/ffi", | ||
| "version": "0.2.1", | ||
| "version": "0.2.2", | ||
| "description": "TypeScript definitions for node-ffi", | ||
@@ -19,3 +19,3 @@ "license": "MIT", | ||
| "main": "", | ||
| "types": "", | ||
| "types": "index", | ||
| "repository": { | ||
@@ -27,8 +27,8 @@ "type": "git", | ||
| "dependencies": { | ||
| "@types/node": "*", | ||
| "@types/ref": "*", | ||
| "@types/ref-struct": "*", | ||
| "@types/node": "*" | ||
| "@types/ref-struct": "*" | ||
| }, | ||
| "typesPublisherContentHash": "0ade047981c5bd7a23f8a95c7a3e19603a2f39fcfea201f6f12e7daf1d98e771", | ||
| "typesPublisherContentHash": "3f2b74c2204b410b17e3a6da071e7aacd31b50cf17e5da586bd2f3b8f62c1856", | ||
| "typeScriptVersion": "2.2" | ||
| } |
+3
-3
@@ -5,3 +5,3 @@ # Installation | ||
| # Summary | ||
| This package contains type definitions for node-ffi (https://github.com/rbranson/node-ffi). | ||
| This package contains type definitions for node-ffi ( https://github.com/rbranson/node-ffi ). | ||
@@ -12,4 +12,4 @@ # Details | ||
| Additional Details | ||
| * Last updated: Thu, 18 Oct 2018 16:00:02 GMT | ||
| * Dependencies: ref, ref-struct, node | ||
| * Last updated: Wed, 13 Feb 2019 18:42:07 GMT | ||
| * Dependencies: @types/ref, @types/ref-struct, @types/node | ||
| * Global values: none | ||
@@ -16,0 +16,0 @@ |
11494
0.57%