You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

76 lines
1.9 KiB

{
"_args": [
[
"nice-napi@1.0.2",
"/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui"
]
],
"_development": true,
"_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": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui",
"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"
}