{
  "_args": [
    [
      "nice-napi@1.0.2",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "nice-napi@1.0.2",
  "_id": "nice-napi@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-px/KnJAJZf5RuBGcfD+Sp2pAKq0ytz8j+1NehvgIGFkvtvFrDM3T8E4x/JJODXK9WZow8RRGrbA9QQ3hs+pDhA==",
  "_location": "/nice-napi",
  "_optional": true,
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "nice-napi@1.0.2",
    "name": "nice-napi",
    "escapedName": "nice-napi",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/piscina"
  ],
  "_resolved": "https://registry.npmjs.org/nice-napi/-/nice-napi-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Anna Henningsen",
    "email": "anna@addaleax.net"
  },
  "bugs": {
    "url": "https://github.com/addaleax/nice-napi/issues"
  },
  "dependencies": {
    "node-addon-api": "^3.0.0",
    "node-gyp-build": "^4.2.2"
  },
  "description": "nice(2) bindings for Node.js",
  "devDependencies": {
    "gen-esm-wrapper": "^1.0.6",
    "prebuildify": "^4.0.0",
    "prebuildify-ci": "^1.0.5"
  },
  "exports": {
    "import": "./.esm-wrapper.mjs",
    "require": "./index.js"
  },
  "homepage": "https://github.com/addaleax/nice-napi#readme",
  "keywords": [
    "nice",
    "priority"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "nice-napi",
  "os": [
    "!win32"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/addaleax/nice-napi.git"
  },
  "scripts": {
    "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))",
    "test": "node ./test.js"
  },
  "types": "./index.d.ts",
  "version": "1.0.2"
}
