Merge branch 'mohd-akram-napi'
Showing
This diff is collapsed.
Click to expand it.
| ... | @@ -9,10 +9,13 @@ | ... | @@ -9,10 +9,13 @@ |
| }, | }, | ||
| "binary": { | "binary": { | ||
| "module_name": "node_sqlite3", | "module_name": "node_sqlite3", | ||
| "module_path": "./lib/binding/{node_abi}-{platform}-{arch}", | "module_path": "./lib/binding/napi-v{napi_build_version}-{platform}-{arch}", | ||
| "host": "https://mapbox-node-binary.s3.amazonaws.com", | "host": "https://mapbox-node-binary.s3.amazonaws.com", | ||
| "remote_path": "./{name}/v{version}/{toolset}/", | "remote_path": "./{name}/v{version}/{toolset}/", | ||
| "package_name": "{node_abi}-{platform}-{arch}.tar.gz" | "package_name": "napi-v{napi_build_version}-{platform}-{arch}.tar.gz", | ||
| "napi_versions": [ | |||
| 3 | |||
| ] | |||
| }, | }, | ||
| "contributors": [ | "contributors": [ | ||
| "Konstantin Käfer <mail@kkaefer.com>", | "Konstantin Käfer <mail@kkaefer.com>", | ||
| ... | @@ -37,7 +40,7 @@ | ... | @@ -37,7 +40,7 @@ |
| "url": "git://github.com/mapbox/node-sqlite3.git" | "url": "git://github.com/mapbox/node-sqlite3.git" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "nan": "^2.12.1", | "node-addon-api": "2.0.0", | ||
| "node-pre-gyp": "^0.11.0" | "node-pre-gyp": "^0.11.0" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment