@rsbuild/plugin-node-polyfill
Advanced tools
Comparing version 1.0.3 to 1.0.4
166
package.json
{ | ||
"name": "@rsbuild/plugin-node-polyfill", | ||
"version": "1.0.3", | ||
"repository": "https://github.com/rspack-contrib/rsbuild-plugin-node-polyfill", | ||
"license": "MIT", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "tsup", | ||
"dev": "tsup --watch", | ||
"lint": "biome check .", | ||
"lint:write": "biome check . --write", | ||
"prepare": "simple-git-hooks && npm run build", | ||
"test": "playwright test" | ||
}, | ||
"simple-git-hooks": { | ||
"pre-commit": "npx nano-staged" | ||
}, | ||
"nano-staged": { | ||
"*.{js,jsx,ts,tsx,mjs,cjs}": [ | ||
"biome check --write --no-errors-on-unmatched" | ||
] | ||
}, | ||
"dependencies": { | ||
"assert": "^2.1.0", | ||
"browserify-zlib": "^0.2.0", | ||
"buffer": "^5.7.1", | ||
"console-browserify": "^1.2.0", | ||
"constants-browserify": "^1.0.0", | ||
"crypto-browserify": "^3.12.0", | ||
"domain-browser": "^5.7.0", | ||
"events": "^3.3.0", | ||
"https-browserify": "^1.0.0", | ||
"os-browserify": "^0.3.0", | ||
"path-browserify": "^1.0.1", | ||
"process": "^0.11.10", | ||
"punycode": "^2.3.1", | ||
"querystring-es3": "^0.2.1", | ||
"readable-stream": "^4.5.2", | ||
"stream-browserify": "^3.0.0", | ||
"stream-http": "^3.2.0", | ||
"string_decoder": "^1.3.0", | ||
"timers-browserify": "^2.0.12", | ||
"tty-browserify": "^0.0.1", | ||
"url": "^0.11.3", | ||
"util": "^0.12.5", | ||
"vm-browserify": "^1.1.2" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.8.3", | ||
"@playwright/test": "^1.44.1", | ||
"@rsbuild/core": "^1.0.1-beta.0", | ||
"@types/node": "^20.14.1", | ||
"nano-staged": "^0.8.0", | ||
"playwright": "^1.44.1", | ||
"simple-git-hooks": "^2.11.1", | ||
"tsup": "^8.0.2", | ||
"typescript": "^5.5.2" | ||
}, | ||
"peerDependencies": { | ||
"@rsbuild/core": "1.x" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@rsbuild/core": { | ||
"optional": true | ||
} | ||
}, | ||
"packageManager": "pnpm@9.2.0", | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
} | ||
} | ||
"name": "@rsbuild/plugin-node-polyfill", | ||
"version": "1.0.4", | ||
"repository": "https://github.com/rspack-contrib/rsbuild-plugin-node-polyfill", | ||
"license": "MIT", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"simple-git-hooks": { | ||
"pre-commit": "npx nano-staged" | ||
}, | ||
"nano-staged": { | ||
"*.{js,jsx,ts,tsx,mjs,cjs}": [ | ||
"biome check --write --no-errors-on-unmatched" | ||
] | ||
}, | ||
"dependencies": { | ||
"assert": "^2.1.0", | ||
"browserify-zlib": "^0.2.0", | ||
"buffer": "^5.7.1", | ||
"console-browserify": "^1.2.0", | ||
"constants-browserify": "^1.0.0", | ||
"crypto-browserify": "^3.12.0", | ||
"domain-browser": "^5.7.0", | ||
"events": "^3.3.0", | ||
"https-browserify": "^1.0.0", | ||
"os-browserify": "^0.3.0", | ||
"path-browserify": "^1.0.1", | ||
"process": "^0.11.10", | ||
"punycode": "^2.3.1", | ||
"querystring-es3": "^0.2.1", | ||
"readable-stream": "^4.5.2", | ||
"stream-browserify": "^3.0.0", | ||
"stream-http": "^3.2.0", | ||
"string_decoder": "^1.3.0", | ||
"timers-browserify": "^2.0.12", | ||
"tty-browserify": "^0.0.1", | ||
"url": "^0.11.3", | ||
"util": "^0.12.5", | ||
"vm-browserify": "^1.1.2" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.8.3", | ||
"@playwright/test": "^1.44.1", | ||
"@rsbuild/core": "^1.0.1-beta.10", | ||
"@types/node": "^20.14.1", | ||
"nano-staged": "^0.8.0", | ||
"playwright": "^1.44.1", | ||
"simple-git-hooks": "^2.11.1", | ||
"tsup": "^8.0.2", | ||
"typescript": "^5.5.2" | ||
}, | ||
"peerDependencies": { | ||
"@rsbuild/core": "1.x || ^1.0.1-beta.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@rsbuild/core": { | ||
"optional": true | ||
} | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"scripts": { | ||
"build": "tsup", | ||
"dev": "tsup --watch", | ||
"lint": "biome check .", | ||
"lint:write": "biome check . --write", | ||
"test": "playwright test" | ||
} | ||
} |
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
20290