package.json 7.24 KB
{
  "_args": [
    [
      {
        "raw": "node-libs-browser@^2.0.0",
        "scope": null,
        "escapedName": "node-libs-browser",
        "name": "node-libs-browser",
        "rawSpec": "^2.0.0",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "D:\\100-Projects\\100-AIAHTML5\\400-SOURCECODE\\AIAHTML5.Admin\\node_modules\\webpack"
    ]
  ],
  "_from": "node-libs-browser@>=2.0.0 <3.0.0",
  "_id": "node-libs-browser@2.0.0",
  "_inCache": true,
  "_location": "/node-libs-browser",
  "_nodeVersion": "7.1.0",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/node-libs-browser-2.0.0.tgz_1479893265735_0.15596941602416337"
  },
  "_npmUser": {
    "name": "jhnns",
    "email": "mail@johannesewald.de"
  },
  "_npmVersion": "3.10.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "node-libs-browser@^2.0.0",
    "scope": null,
    "escapedName": "node-libs-browser",
    "name": "node-libs-browser",
    "rawSpec": "^2.0.0",
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.0.0.tgz",
  "_shasum": "a3a59ec97024985b46e958379646f96c4b616646",
  "_shrinkwrap": null,
  "_spec": "node-libs-browser@^2.0.0",
  "_where": "D:\\100-Projects\\100-AIAHTML5\\400-SOURCECODE\\AIAHTML5.Admin\\node_modules\\webpack",
  "author": {
    "name": "Tobias Koppers @sokra"
  },
  "bugs": {
    "url": "https://github.com/webpack/node-libs-browser/issues"
  },
  "dependencies": {
    "assert": "^1.1.1",
    "browserify-zlib": "^0.1.4",
    "buffer": "^4.3.0",
    "console-browserify": "^1.1.0",
    "constants-browserify": "^1.0.0",
    "crypto-browserify": "^3.11.0",
    "domain-browser": "^1.1.1",
    "events": "^1.0.0",
    "https-browserify": "0.0.1",
    "os-browserify": "^0.2.0",
    "path-browserify": "0.0.0",
    "process": "^0.11.0",
    "punycode": "^1.2.4",
    "querystring-es3": "^0.2.0",
    "readable-stream": "^2.0.5",
    "stream-browserify": "^2.0.1",
    "stream-http": "^2.3.1",
    "string_decoder": "^0.10.25",
    "timers-browserify": "^2.0.2",
    "tty-browserify": "0.0.0",
    "url": "^0.11.0",
    "util": "^0.10.3",
    "vm-browserify": "0.0.4"
  },
  "description": "The node core libs for in browser usage.",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "shasum": "a3a59ec97024985b46e958379646f96c4b616646",
    "tarball": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.0.0.tgz"
  },
  "files": [
    "index.js",
    "mock/"
  ],
  "gitHead": "2e543a33d51382dda4f3c2e68f20f6c11a19fe4d",
  "homepage": "http://github.com/webpack/node-libs-browser",
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "jhnns",
      "email": "mail@johannesewald.de"
    },
    {
      "name": "sokra",
      "email": "tobias.koppers@googlemail.com"
    },
    {
      "name": "thelarkinn",
      "email": "sean.larkin@cuw.edu"
    }
  ],
  "name": "node-libs-browser",
  "optionalDependencies": {},
  "readme": "# node-libs-browser\n\nThe node core libs for in-browser usage.\n\n[![dependencies status](http://david-dm.org/webpack/node-libs-browser.png)](http://david-dm.org/webpack/node-libs-browser)\n\nExports a hash [object] of absolute paths to each lib, keyed by lib names. Modules without browser replacements are `null`.\n\nSome modules have mocks in the `mock` directory. These are replacements with minimal functionality.\n\n| lib name | browser implementation | mock implementation |\n|:--------:|:----------------------:|:-------------------:|\n| assert | [defunctzombie/commonjs-assert](https://github.com/defunctzombie/commonjs-assert) | --- |\n| buffer | [feross/buffer](https://github.com/feross/buffer) | [buffer.js](https://github.com/webpack/node-libs-browser/blob/master/mock/buffer.js) |\n| child_process | --- | --- |\n| cluster | --- | --- |\n| console | [Raynos/console-browserify](https://github.com/Raynos/console-browserify) | [console.js](https://github.com/webpack/node-libs-browser/blob/master/mock/console.js) |\n| constants | [juliangruber/constants-browserify](https://github.com/juliangruber/constants-browserify) | --- |\n| crypto | [crypto-browserify/crypto-browserify](https://github.com/crypto-browserify/crypto-browserify) | --- |\n| dgram | --- | --- |\n| dns | --- | [dns.js](https://github.com/webpack/node-libs-browser/blob/master/mock/dns.js) |\n| domain | [bevry/domain-browser](https://github.com/bevry/domain-browser) | --- |\n| events | [Gozala/events](https://github.com/Gozala/events) | --- |\n| fs | --- | --- |\n| http | [jhiesey/stream-http](https://github.com/jhiesey/stream-http) | --- |\n| https | [substack/https-browserify](https://github.com/substack/https-browserify) | --- |\n| module | --- | --- |\n| net | --- | [net.js](https://github.com/webpack/node-libs-browser/blob/master/mock/net.js) |\n| os | [CoderPuppy/os-browserify](https://github.com/CoderPuppy/os-browserify) | --- |\n| path | [substack/path-browserify](https://github.com/substack/path-browserify) | --- |\n| process | [shtylman/node-process](https://github.com/shtylman/node-process) | [process.js](https://github.com/webpack/node-libs-browser/blob/master/mock/process.js) |\n| punycode | [bestiejs/punycode.js](https://github.com/bestiejs/punycode.js) | --- |\n| querystring | [mike-spainhower/querystring](https://github.com/mike-spainhower/querystring) | --- |\n| readline | --- | --- |\n| repl | --- | --- |\n| stream | [substack/stream-browserify](https://github.com/substack/stream-browserify) | --- |\n| string_decoder | [rvagg/string_decoder](https://github.com/rvagg/string_decoder) | --- |\n| sys | [defunctzombie/node-util](https://github.com/defunctzombie/node-util) | --- |\n| timers | [jryans/timers-browserify](https://github.com/jryans/timers-browserify) | --- | \n| tls | --- | [tls.js](https://github.com/webpack/node-libs-browser/blob/master/mock/tls.js) |\n| tty | [substack/tty-browserify](https://github.com/substack/tty-browserify) | [tty.js](https://github.com/webpack/node-libs-browser/blob/master/mock/tty.js) |\n| url | [defunctzombie/node-url](https://github.com/defunctzombie/node-url) | --- |\n| util | [defunctzombie/node-util](https://github.com/defunctzombie/node-util) | --- |\n| vm | [substack/vm-browserify](https://github.com/substack/vm-browserify) | --- |\n| zlib | [devongovett/browserify-zlib](https://github.com/devongovett/browserify-zlib) | --- |\n\n## Outdated versions \n\n### `buffer`\n\nThe current `buffer` implementation uses feross/buffer@4.x because feross/buffer@5.x relies on [typed arrays](https://github.com/feross/buffer/commit/5daca86b7cd5d2b8ccb167534d47421029f639e9#commitcomment-19698936).\nThis will be dropped as soon as IE9 is not a typical browser target anymore.\n\n### `punycode`\n\nThe current `punycode` implementation uses bestiejs/punycode.js@1.x because bestiejs/punycode.js@2.x requires modern JS engines that understand `const` and `let`.\nIt will be removed someday since it has already been [deprecated from the node API](https://nodejs.org/api/punycode.html).\n\n## License\n\nMIT\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webpack/node-libs-browser.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "2.0.0"
}