⚝
One Hat Cyber Team
⚝
Your IP:
172.22.0.1
Server IP:
151.80.20.34
Server:
Linux 794f04d97d5e 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
nodejs
/
babel-plugin-polyfill-corejs2
/
View File Name :
package.json
{ "name": "babel-plugin-polyfill-corejs2", "version": "0.3.3", "description": "A Babel plugin to inject imports to core-js@2 polyfills", "repository": { "type": "git", "url": "https://github.com/babel/babel-polyfills.git", "directory": "packages/babel-plugin-polyfill-corejs2" }, "license": "MIT", "publishConfig": { "access": "public" }, "main": "lib/index.js", "exports": { ".": [ { "import": "./esm/index.mjs", "default": "./lib/index.js" }, "./lib/index.js" ], "./package.json": "./package.json" }, "keywords": [ "babel-plugin" ], "dependencies": { "@babel/compat-data": "^7.17.7", "@babel/helper-define-polyfill-provider": "workspace:^0.3.3", "semver": "^6.1.1" }, "devDependencies": { "@babel/core": "^7.17.8", "@babel/helper-plugin-test-runner": "^7.16.7", "@babel/plugin-transform-for-of": "^7.16.7", "@babel/plugin-transform-modules-commonjs": "^7.17.7" }, "peerDependencies": { "@babel/core": "^7.0.0-0" } }