Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "regmon", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Monitor Windows Registry changes", | ||
"main": "index.js", | ||
"type": "module", | ||
"main": "index.cjs", | ||
"exports": { | ||
"import": "./esm.mjs", | ||
"require": "./index.cjs" | ||
}, | ||
"os": [ | ||
"win32" | ||
], | ||
"engines": { | ||
"node": ">=0.12" | ||
}, | ||
"scripts": { | ||
"build": "node-gyp rebuild", | ||
"clean": "node-gyp clean" | ||
"clean": "node-gyp clean", | ||
"lint": "npx eslint --ignore-path .gitignore ./**/*.{cjs,mjs}" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/xan105/node-regmon.git" | ||
}, | ||
"keywords": [ | ||
@@ -20,5 +28,13 @@ "windows", | ||
], | ||
"author": { | ||
"name": "Anthony Beaumont", | ||
"email": "dev.xan105@outlook.be", | ||
"url": "https://xan105.com/" | ||
}, | ||
"license": "MIT", | ||
"gypfile": true, | ||
"author": "Anthony Beaumont", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/xan105/node-regmon.git" | ||
}, | ||
"bugs": { | ||
@@ -29,2 +45,3 @@ "url": "https://github.com/xan105/node-regmon/issues" | ||
"devDependencies": { | ||
"eslint": "^7.6.0", | ||
"node-gyp": "^6.1.0" | ||
@@ -31,0 +48,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11453
7
41
Yes
2