2020-10-15 21:16:52 +09:00
|
|
|
{
|
|
|
|
"name": "@napi-rs/triples",
|
2021-12-02 15:32:01 +09:00
|
|
|
"version": "1.1.0",
|
2020-10-15 21:16:52 +09:00
|
|
|
"description": "Rust target triples objects",
|
2021-12-10 17:55:55 +09:00
|
|
|
"keywords": [
|
|
|
|
"Rust",
|
|
|
|
"cross-compile",
|
|
|
|
"napi",
|
|
|
|
"n-api",
|
|
|
|
"node-rs",
|
|
|
|
"napi-rs"
|
|
|
|
],
|
2020-10-15 21:16:52 +09:00
|
|
|
"author": "LongYinan <lynweklm@gmail.com>",
|
2020-12-03 17:30:14 +09:00
|
|
|
"homepage": "https://github.com/napi-rs/napi-rs/tree/main/triples#readme",
|
2020-10-15 21:16:52 +09:00
|
|
|
"license": "MIT",
|
|
|
|
"main": "./index.js",
|
|
|
|
"types": "./index.d.ts",
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://registry.npmjs.org/",
|
|
|
|
"access": "public"
|
|
|
|
},
|
2021-12-10 17:55:55 +09:00
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"index.d.ts"
|
|
|
|
],
|
2020-10-15 21:16:52 +09:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/napi-rs/napi-rs.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/napi-rs/napi-rs/issues"
|
|
|
|
}
|
|
|
|
}
|