{
  "name": "@modern-js/plugin-module-node-polyfill",
  "version": "2.70.4",
  "description": "The node polyfill plugin of Modern.js Module",
  "keywords": [
    "react",
    "framework",
    "modern",
    "modern.js"
  ],
  "homepage": "https://modernjs.dev/module-tools",
  "bugs": "https://github.com/web-infra-dev/modern.js/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/web-infra-dev/modern.js",
    "directory": "packages/module/plugin-module-node-polyfill"
  },
  "license": "MIT",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "dependencies": {
    "@swc/helpers": "^0.5.17",
    "assert": "2.1.0",
    "browserify-zlib": "0.2.0",
    "buffer": "6.0.3",
    "console-browserify": "1.2.0",
    "constants-browserify": "1.0.0",
    "crypto-browserify": "3.12.1",
    "domain-browser": "4.19.0",
    "events": "3.3.0",
    "filter-obj": "2.0.2",
    "https-browserify": "1.0.0",
    "os-browserify": "0.3.0",
    "path-browserify": "1.0.1",
    "process": "0.11.10",
    "punycode": "2.1.1",
    "querystring-es3": "0.2.1",
    "readable-stream": "3.6.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.4",
    "util": "0.12.5",
    "vm-browserify": "1.1.2"
  },
  "devDependencies": {
    "@types/node": "^18",
    "typescript": "^5",
    "@modern-js/module-tools": "2.70.4",
    "@scripts/build": "2.66.0"
  },
  "peerDependencies": {
    "@modern-js/module-tools": "^2.70.4"
  },
  "peerDependenciesMeta": {
    "@modern-js/module-tools": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "mdn build",
    "dev": "mdn build --watch",
    "test": "jest --passWithNoTests"
  }
}