Files
klz-cables.com/.pnpm-store/v10/files/b2/c0cf163feecac8f9dca2748b3381fd893d57cfb4ccd03a5435f58236cd43e7ab969ae22f9d877633251c4394d54a92791f830fb6742637385df2a0d638c695
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

67 lines
1.5 KiB
Plaintext

{
"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"
]
}
}