{
  "name": "@geut/browser-node-core",
  "version": "2.0.13",
  "description": "Core Node modules for the browser",
  "type": "module",
  "exports": {
    "./supported-modules": "./src/supported-modules.js",
    "./assert": "./src/assert.js",
    "./buffer": "./src/buffer.js",
    "./console": "./src/console.js",
    "./constants": "./src/constants.js",
    "./crypto": "./src/crypto.js",
    "./events": "./src/events.js",
    "./fs": "./src/fs.js",
    "./module": "./src/module.js",
    "./global": "./src/global.js",
    "./os": "./src/os.js",
    "./path": "./src/path.js",
    "./process": "./src/process.js",
    "./querystring": "./src/querystring.js",
    "./stream": "./src/stream.js",
    "./string_decoder": "./src/string_decoder.js",
    "./timers": "./src/timers.js",
    "./tty": "./src/tty.js",
    "./url": "./src/url.js",
    "./util": "./src/util.js",
    "./zlib": "./src/zlib.js",
    "./scope": "./src/scope.js"
  },
  "sideEffects": false,
  "files": [
    "lib",
    "src",
    "bin",
    "index.js"
  ],
  "scripts": {
    "start": "node index.js",
    "test": "npm run build && echo 'no test test'",
    "posttest": "npm run lint",
    "lint": "standard ",
    "build": "node to-esm.js",
    "prepublishOnly": "npm run build && npm test"
  },
  "devDependencies": {
    "assert-browserify": "^2.0.0",
    "browser-hrtime": "^1.1.8",
    "buffer-browserify": "npm:buffer@^6.0.3",
    "cpus": "^1.0.3",
    "cpy": "^8.1.2",
    "crypto-browserify": "^3.12.0",
    "del": "^6.0.0",
    "esbuild": "^0.15.7",
    "esinstall": "^1.1.7",
    "eventemitter2": "^6.4.4",
    "fflate": "^0.7.0",
    "lodash.trim": "^4.5.1",
    "native-url": "^0.3.4",
    "path-browserify": "^1.0.1",
    "querystring-browserify": "npm:querystring@^0.2.0",
    "standard": "^16.0.3",
    "util-browserify": "npm:util@^0.12.4",
    "vite-compatible-readable-stream": "^3.6.0"
  },
  "standard": {
    "env": [
      "node",
      "browser"
    ],
    "ignore": [
      "src/esm/**/*.js"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/geut/brode.git"
  },
  "keywords": [
    "polyfill",
    "browser",
    "node",
    "core"
  ],
  "author": {
    "name": "GEUT",
    "email": "contact@geutstudio.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/geut/brode/issues"
  },
  "homepage": "https://github.com/geut/brode#readme",
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "7c1d411844f3b59c61c9e1704ec217e7670acde9"
}
