![]() Server : Apache/2 System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 User : gositeme ( 1004) PHP Version : 8.2.29 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/gositeme/domains/lavocat.ca/public_html/node_modules/dynamic-dedupe/ |
{
"name": "dynamic-dedupe",
"version": "0.3.0",
"description": "Dedupes node modules as they are being required which works even when dependencies are linked via ln -s or npm link.",
"main": "index.js",
"scripts": {
"test-main": "tap test/*.js",
"test-0.8": "nave use 0.8 npm run test-main",
"test-0.10": "nave use 0.10 npm run test-main",
"test-all": "npm run test-main && npm run test-0.8 && npm run test-0.10",
"test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi"
},
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/dynamic-dedupe.git"
},
"homepage": "https://github.com/thlorenz/dynamic-dedupe",
"dependencies": {
"xtend": "^4.0.0"
},
"devDependencies": {
"nave": "~0.4.3",
"tap": "~0.4.3"
},
"keywords": [
"dedupe",
"npm",
"require",
"extension",
"link"
],
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
"url": "http://thlorenz.com"
},
"license": {
"type": "MIT",
"url": "https://github.com/thlorenz/dynamic-dedupe/blob/master/LICENSE"
},
"engine": {
"node": ">=0.6"
}
}