{ "name": "nice-napi", "version": "1.0.2", "description": "nice(2) bindings for Node.js", "os" : [ "!win32" ], "main": "./index.js", "exports": { "import": "./.esm-wrapper.mjs", "require": "./index.js" }, "types": "./index.d.ts", "scripts": { "test": "node ./test.js", "install": "node-gyp-build", "prebuildify": "prebuildify --napi", "prepack": " gen-esm-wrapper . ./.esm-wrapper.mjs && prebuildify-ci download && ([ $(ls prebuilds | wc -l) = '2' ] || (echo 'Some prebuilds are missing'; exit 1))" }, "repository": { "type": "git", "url": "git+https://github.com/addaleax/nice-napi" }, "keywords": [ "nice", "priority" ], "author": "Anna Henningsen <anna@addaleax.net>", "license": "MIT", "dependencies": { "node-addon-api": "^3.0.0", "node-gyp-build": "^4.2.2" }, "devDependencies": { "gen-esm-wrapper": "^1.0.6", "prebuildify": "^4.0.0", "prebuildify-ci": "^1.0.5" } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
build | Folder | 0755 |
|
|
prebuilds | Folder | 0755 |
|
|
v8_enable_pointer_compression=false | Folder | 0755 |
|
|
.esm-wrapper.mjs | File | 81 B | 0644 |
|
.taprc | File | 280 B | 0644 |
|
.travis.yml | File | 735 B | 0644 |
|
LICENSE | File | 1.06 KB | 0644 |
|
README.md | File | 214 B | 0644 |
|
binding.cc | File | 475 B | 0644 |
|
binding.gyp | File | 552 B | 0644 |
|
index.d.ts | File | 62 B | 0644 |
|
index.js | File | 110 B | 0644 |
|
package.json | File | 972 B | 0644 |
|
test.js | File | 941 B | 0644 |
|