a21d378311
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.2. **This update includes a security fix.** - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
42 lines
921 B
JSON
42 lines
921 B
JSON
{
|
|
"name": "napi-rs",
|
|
"version": "0.1.1",
|
|
"description": "A minimal library for building compiled Node add-ons in Rust.",
|
|
"bin": {
|
|
"napi": "scripts/napi.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:Brooooooklyn/napi-rs.git"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "LongYinan",
|
|
"email": "lynweklm@gmail.com",
|
|
"homepage": "https://github.com/Brooooooklyn"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Brooooooklyn/napi-rs/issues"
|
|
},
|
|
"homepage": "https://github.com/Brooooooklyn/napi-rs#readme",
|
|
"dependencies": {
|
|
"minimist": "^1.2.2",
|
|
"toml": "^3.0.0"
|
|
},
|
|
"prettier": {
|
|
"printWidth": 80,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"arrowParens": "always"
|
|
},
|
|
"files": [
|
|
"scripts/napi.js"
|
|
],
|
|
"devDependencies": {
|
|
"@types/node": "^13.7.1",
|
|
"prettier": "^1.12.1"
|
|
}
|
|
}
|