EIGHTFINITE presents a small Vanilla+ modpack for Minecraft 1.7.10.
This README is a work in progress. Not all information might be accurate yet. Please report any inaccurate information.
| Icon | Name | Author | License | Source Code | Distribution | Description | Version |
|---|---|---|---|---|---|---|---|
| 7-Zip | Igor Pavlov | 7-Zip license | Open Source | ✔️ | 7-Zip is a file archiver with a high compression ratio. | 25.01 | |
| Git for Windows | Linus Torvalds | git license | Open Source | ✔️ | A fork of Git containing Windows-specific patches. | 2.52.0 | |
| Electron | Electron contributors, GitHub Inc. | MIT | Open Source | ✔️ | Build cross-platform desktop apps with JavaScript, HTML, and CSS. | 39.2.7 | |
| Node | Node contributors, Joyent Inc. | Node license | Open Source | ✔️ | Node is an open-source, cross-platform JavaScript runtime environment. | 24.12.0 |
| Icon | Name | Author | License | Source Code | Distribution | Description | Version |
|---|---|---|---|---|---|---|---|
| uBlock Origin | Raymond Hill (gorhill) | GPL-3.0 | Open Source | ✔️ | Finally, an efficient blocker. Easy on CPU and memory. | 1.68.0 |
| Icon | Name | Author | License | Source Code | Distribution | Description | Version |
|---|---|---|---|---|---|---|---|
| corepack | Corepack contributors | MIT | Open Source | ✔️ | Zero-runtime-dependency package acting as bridge between Node projects and their package managers. | [email protected] |
|
| npm | GitHub Inc. | npm license | Open Source | ✔️ | A package manager for JavaScript. | [email protected] |
|
| npm-6 | GitHub Inc. | npm license | Open Source | ✔️ | A package manager for JavaScript. | [email protected] |
|
| @postman/form-data | postmanlabs | MIT | Open Source | ✔️ | A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications. Required by postman-request. |
@postman/[email protected] |
|
| @postman/tough-cookie | Jeremy Stashewsky | BSD-3-Clause | Open Source | ✔️ | RFC6265 Cookies and Cookie Jar for Node. Required by postman-request, request-promise. |
@postman/[email protected] |
|
| @postman/tunnel-agent | Postman Labs | Apache-2.0 | Open Source | ✔️ | HTTP proxy tunneling agent. Required by postman-request. |
@postman/[email protected] |
|
| agent-base | Nathan Rajlich | MIT | Open Source | ✔️ | Turn a function into an `http.Agent` instance. Required by socks-proxy-agent. |
[email protected] |
|
| asn1 | Joyent | MIT | Open Source | ✔️ | Contains parsers and serializers for ASN.1 (currently BER only). Required by sshpk. |
[email protected] |
|
| assert-plus | Mark Cavage | MIT | Open Source | ✔️ | Extra assertions on top of Node's assert module. Required by dashdash, getpass, http-signature, jsprim, sshpk, verror. |
[email protected] |
|
| asynckit | Alex Indigo | MIT | Open Source | ✔️ | Minimal async jobs utility library, with streams support. Required by @postman/form-data. |
[email protected] |
|
| aws-sign2 | Mikeal Rogers | Apache-2.0 | Open Source | ✔️ | AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module. Required by postman-request. |
[email protected] |
|
| aws4 | Michael Hart | MIT | Open Source | ✔️ | Signs and prepares requests using AWS Signature Version 4. Required by postman-request. |
[email protected] |
|
| bcrypt-pbkdf | joyent | BSD-3-Clause | Open Source | ✔️ | Port of the OpenBSD bcrypt_pbkdf function to pure JS. Required by sshpk. |
[email protected] |
|
| bluebird | Petka Antonov | MIT | Open Source | ✔️ | Full featured Promises/A+ implementation with exceptionally good performance. Required by request-promise. |
[email protected] |
|
| boolbase | Felix Boehm | ISC | Open Source | ✔️ | Two functions: One that returns true, one that returns false. Required by cheerio-select, css-select, nth-check. |
[email protected] |
|
| caseless | Mikeal Rogers | Apache-2.0 | Open Source | ✔️ | Caseless object set/get/has, very useful when working with HTTP headers. Required by postman-request. |
[email protected] |
|
| cheerio | Matt Mueller | MIT | Open Source | ✔️ | The fast, flexible & elegant library for parsing and manipulating HTML and XML. Required by cloudscraper. |
EIGHTFINITE/cheerio#8e61ba386a5c829bd1cf9b1cf61fbee31a200e45(based on [email protected]) |
|
| cheerio-select | Felix Boehm | BSD-2-Clause | Open Source | ✔️ | CSS selector engine supporting jQuery selectors. Required by cheerio. |
[email protected] |
|
| cloudscraper | Oleksii Sribnyi | MIT | Open Source | ✔️ | Bypasses cloudflare's anti-ddos page. | EIGHTFINITE/cloudscraper#77d9a7def39ce3c505612d45b205bccd8ddc9401(based on [email protected]) |
|
| combined-stream | Felix Geisendörfer | MIT | Open Source | ✔️ | A stream that emits multiple other streams one after another. Required by @postman/form-data, postman-request. |
[email protected] |
|
| core-util-is | Isaac Z. Schlueter | MIT | Open Source | ✔️ | The `util.is*` functions introduced in Node v0.12. Required by verror. |
[email protected] |
|
| css-select | Felix Boehm | BSD-2-Clause | Open Source | ✔️ | A CSS selector compiler/engine. Required by cheerio-select. |
[email protected] |
|
| css-what | Felix Böhm | BSD-2-Clause | Open Source | ✔️ | A CSS selector parser. Required by cheerio-select, css-select. |
[email protected] |
|
| dashdash | Trent Mick | MIT | Open Source | ✔️ | A light, featureful and explicit option parsing library. Required by sshpk. |
[email protected] |
|
| debug | Josh Junon | MIT | Open Source | ✔️ | Lightweight debugging utility for Node and the browser. Required by electron-chrome-extensions, socks-proxy-agent. |
[email protected] |
|
| delayed-stream | Felix Geisendörfer | MIT | Open Source | ✔️ | Buffers events from a stream until you are ready to handle them. Required by combined-stream. |
[email protected] |
|
| dom-serializer | Felix Boehm | MIT | Open Source | ✔️ | Render domhandler DOM nodes to a string. Required by cheerio, domutils. |
[email protected] |
|
| domelementtype | Felix Boehm | BSD-2-Clause | Open Source | ✔️ | All the types of nodes in htmlparser2's dom. Required by cheerio-select, dom-serializer, domhandler, domutils, htmlparser2. |
[email protected] |
|
| domhandler | Felix Boehm | BSD-2-Clause | Open Source | ✔️ | Handler for htmlparser2 that turns pages into a dom. Required by cheerio, cheerio-select, css-select, dom-serializer, domutils, htmlparser2, parse5-htmlparser2-tree-adapter. |
[email protected] |
|
| domutils | Felix Boehm | BSD-2-Clause | Open Source | ✔️ | Utilities for working with htmlparser2's dom. Required by cheerio, cheerio-select, css-select, htmlparser2. |
[email protected] |
|
| ecc-jsbn | Jeremie Miller | MIT | Open Source | ✔️ | ECC JS code based on JSBN. Required by sshpk. |
[email protected] |
|
| electron | Electron Community | MIT | Open Source | ✔️ | Build cross platform desktop apps with JavaScript, HTML, and CSS. | EIGHTFINITE/electron#ba834f6f7ca3d1ffbf3e807e3f08531fb0b9f8a3(based on [email protected]) |
|
| electron-chrome-extensions | Samuel Maddock | GPL-3.0 | Open Source | ✔️ | Chrome extension support for Electron. | [email protected] |
|
| encoding-sniffer | Felix Boehm | MIT | Open Source | ✔️ | Implementation of the HTML encoding sniffer algo, with stream support. Required by cheerio. |
[email protected] |
|
| entities | Felix Boehm | BSD-2-Clause | Open Source | ✔️ | Encode & decode XML and HTML entities with ease & speed. Required by dom-serializer. |
[email protected] |
|
| extend | Stefan Thomas | MIT | Open Source | ✔️ | Port of jQuery.extend for Node and the browser. Required by postman-request. |
[email protected] |
|
| extsprintf | davepacheco | MIT | Open Source | ✔️ | Extended POSIX-style sprintf. Required by jsprim, verror. |
[email protected] |
|
| forever-agent | Mikeal Rogers | Apache-2.0 | Open Source | ✔️ | HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module. Required by postman-request. |
[email protected] |
|
| getpass | Alex Wilson | MIT | Open Source | ✔️ | Getpass for Node. Required by sshpk. |
[email protected] |
|
| htmlparser2 | Felix Boehm | MIT | Open Source | ✔️ | Fast & forgiving HTML/XML parser. Required by cheerio. |
[email protected] |
|
| htmlparser2/entities | Felix Boehm | BSD-2-Clause | Open Source | ✔️ | Encode & decode XML and HTML entities with ease & speed. Required by htmlparser2. |
[email protected] |
|
| http-signature | MNX Cloud | MIT | Open Source | ✔️ | Reference implementation of Joyent's HTTP Signature scheme. Required by postman-request. |
[email protected] |
|
| iconv-lite | Alexander Shtuchkin | MIT | Open Source | ✔️ | Convert character encodings in pure JavaScript. Required by encoding-sniffer, whatwg-encoding. |
[email protected] |
|
| ip-address | Beau Gunderson | MIT | Open Source | ✔️ | A library for parsing IPv4 and IPv6 IP addresses in Node and the browser. Required by socks. |
[email protected] |
|
| is-typedarray | Hugh Kennedy | MIT | Open Source | ✔️ | Detect whether or not an object is a Typed Array. Required by postman-request. |
[email protected] |
|
| isstream | Rod Vagg | MIT | Open Source | ✔️ | Determine if an object is a Stream. Required by postman-request. |
[email protected] |
|
| jsbn | Tom Wu | MIT | Open Source | ✔️ | The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers. Required by ecc-jsbn, sshpk. |
[email protected] |
|
| json-schema | Kris Zyp | AFL-2.1 or BSD-3-Clause | Open Source | ✔️ | JSON Schema validation and specifications. Required by jsprim. |
[email protected] |
|
| json-stringify-safe | Isaac Z. Schlueter | ISC | Open Source | ✔️ | Like JSON.stringify, but doesn't blow up on circular refs. Required by postman-request. |
[email protected] |
|
| jsprim | joyent | MIT | Open Source | ✔️ | Utilities for primitive JavaScript types. Required by http-signature. |
[email protected] |
|
| lodash.isarraylike | John-David Dalton | MIT | Open Source | ✔️ | The lodash method `_.isArrayLike` exported as a module. Required by cheerio. |
[email protected] |
|
| lodash.isfunction | John-David Dalton | MIT | Open Source | ✔️ | The Lodash method `_.isFunction` exported as a module. Required by request-promise-core. |
[email protected] |
|
| lodash.isinteger | John-David Dalton | MIT | Open Source | ✔️ | The lodash method `_.isInteger` exported as a module. | [email protected] |
|
| lodash.isobjectlike | John-David Dalton | MIT | Open Source | ✔️ | The lodash method `_.isObjectLike` exported as a module. Required by request-promise-core. |
[email protected] |
|
| lodash.isstring | John-David Dalton | MIT | Open Source | ✔️ | The lodash method `_.isString` exported as a module. Required by request-promise-core. |
[email protected] |
|
| lodash.isundefined | John-David Dalton | MIT | Open Source | ✔️ | The modern build of lodash's `_.isUndefined` as a module. Required by request-promise-core. |
[email protected] |
|
| mime-db | jshttp | MIT | Open Source | ✔️ | Media Type Database. Required by mime-types. |
[email protected] |
|
| mime-types | jshttp | MIT | Open Source | ✔️ | The ultimate JavaScript content-type utility. Required by @postman/form-data, postman-request. |
[email protected] |
|
| ms | vercel | MIT | Open Source | ✔️ | Tiny millisecond conversion utility. Required by debug. |
[email protected] |
|
| nth-check | Felix Boehm | BSD-2-Clause | Open Source | ✔️ | Parses and compiles CSS nth-checks to highly optimized functions. Required by css-select. |
[email protected] |
|
| oauth-sign | Mikeal Rogers | Apache-2.0 | Open Source | ✔️ | OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module. Required by postman-request. |
[email protected] |
|
| parse5 | Ivan Nikulin | MIT | Open Source | ✔️ | HTML parser and serializer. Required by cheerio, parse5-htmlparser2-tree-adapter, parse5-parser-stream. |
[email protected] |
|
| parse5/entities | Felix Boehm | BSD-2-Clause | Open Source | ✔️ | Encode & decode XML and HTML entities with ease & speed. Required by parse5. |
[email protected] |
|
| parse5-htmlparser2-tree-adapter | Ivan Nikulin | MIT | Open Source | ✔️ | htmlparser2 tree adapter for parse5. Required by cheerio. |
[email protected] |
|
| parse5-parser-stream | Ivan Nikulin | MIT | Open Source | ✔️ | Streaming HTML parser with scripting support. Required by cheerio. |
[email protected] |
|
| postman-request | Mikeal Rogers | Apache-2.0 | Open Source | ✔️ | Simplified HTTP request client. | EIGHTFINITE/postman-request#adadaf48dc436eb8a856c1dcfe3badf0e1c64558(based on [email protected]) |
|
| psl | Lupo Montero | MIT | Open Source | ✔️ | Domain name parser based on the Public Suffix List. Required by @postman/tough-cookie. |
[email protected] |
|
| punycode | Mathias Bynens | MIT | Open Source | ✔️ | A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. Required by @postman/tough-cookie, psl. |
[email protected] |
|
| qs | ljharb | BSD-3-Clause | Open Source | ✔️ | A querystring parser that supports nesting and arrays, with a depth limit. Required by postman-request. |
[email protected] |
|
| querystringify | Arnout Kazemier | MIT | Open Source | ✔️ | Querystringify - Small, simple but powerful query string parser. Required by url-parse. |
[email protected] |
|
| request-promise | Nicolai Kamenzky | ISC | Open Source | ✔️ | The simplified HTTP request client 'request' with Promise support. Powered by Bluebird. Required by cloudscraper. |
EIGHTFINITE/request-promise#029ec7b753601ddcdc35308cef1a58159763661e(based on [email protected]) |
|
| request-promise-core | Nicolai Kamenzky | ISC | Open Source | ✔️ | Core Promise support implementation for the simplified HTTP request client 'request'. Required by request-promise. |
EIGHTFINITE/request-promise-core#5f34fe212693691824fbde5a1f42a6f2bc2a344a(based on [email protected]) |
|
| requires-port | Arnout Kazemier | MIT | Open Source | ✔️ | Check if a protocol requires a certain port number to be added to an URL. Required by url-parse. |
[email protected] |
|
| safe-buffer | Feross Aboukhadijeh | MIT | Open Source | ✔️ | Safer Node Buffer API. Required by @postman/tunnel-agent, postman-request. |
[email protected] |
|
| safer-buffer | Nikita Skovoroda | MIT | Open Source | ✔️ | Modern Buffer API polyfill without footguns. Required by asn1, ecc-jsbn, iconv-lite, sshpk. |
[email protected] |
|
| smart-buffer | Josh Glazebrook | MIT | Open Source | ✔️ | Smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more. Required by socks. |
[email protected] |
|
| socks | Josh Glazebrook | MIT | Open Source | ✔️ | Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality. Required by socks-proxy-agent. |
[email protected] |
|
| socks-proxy-agent | Nathan Rajlich | MIT | Open Source | ✔️ | A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS. Required by postman-request. |
[email protected] |
|
| spdx-exceptions | The Linux Foundation | CC-BY-3.0 | Open Source | ✔️ | List of SPDX standard license exceptions. Required by spdx-expression-parse. |
[email protected] |
|
| spdx-expression-parse | Kyle E. Mitchell | MIT | Open Source | ✔️ | Parse SPDX license expressions. | EIGHTFINITE/spdx-expression-parse#d10479ea4c74e16adeeed31dbfd3282e8c269292(based on [email protected]) |
|
| spdx-license-ids | Shinnosuke Watanabe | CC0-1.0 | Open Source | ✔️ | A list of SPDX license identifiers. Required by spdx-expression-parse. |
[email protected] |
|
| sshpk | Joyent, Inc | MIT | Open Source | ✔️ | A library for finding and using SSH public keys. Required by http-signature. |
[email protected] |
|
| stealthy-require | Nicolai Kamenzky | ISC | Open Source | ✔️ | The closest you can get to require something with bypassing the require cache. Required by request-promise. |
[email protected] |
|
| stream-length | Sven Slootweg | WTFPL | Open Source | ✔️ | For a given Buffer or Stream, this module will attempt to determine the total length of the stream contents. It currently supports Buffers, `fs` streams, `http` responses, and `request` objects, and allows for specifying custom stream types. Required by postman-request. |
[email protected] |
|
| stream-length/bluebird | Petka Antonov | MIT | Open Source | ✔️ | Full featured Promises/A+ implementation with exceptionally good performance. Required by stream-length. |
[email protected] |
|
| top-user-agents | Kiko Beats | MIT | Open Source | ✔️ | A list of most common User Agent. | EIGHTFINITE/top-user-agents-1#main(based on [email protected]) |
|
| tweetnacl | TweetNaCl-js contributors | Unlicense | Open Source | ✔️ | Port of TweetNaCl cryptographic library to JavaScript. Required by bcrypt-pbkdf, sshpk. |
[email protected] |
|
| undici | nodejs | MIT | Open Source | ✔️ | An HTTP/1.1 client, written from scratch for Node. Required by cheerio. |
[email protected] |
|
| universalify | Ryan Zimmerman | MIT | Open Source | ✔️ | Make a callback- or promise-based function support both promises and callbacks. Required by @postman/tough-cookie. |
[email protected] |
|
| url-parse | Arnout Kazemier | MIT | Open Source | ✔️ | Small footprint URL parser that works seamlessly across Node and browser environments. Required by @postman/tough-cookie. |
[email protected] |
|
| uuid | uuidjs | MIT | Open Source | ✔️ | RFC4122 (v1, v4, and v5) UUIDs. Required by postman-request. |
[email protected] |
|
| verror | davepacheco | MIT | Open Source | ✔️ | Richer JavaScript errors. Required by jsprim. |
[email protected] |
|
| whatwg-encoding | Domenic Denicola | MIT | Open Source | ✔️ | Decode strings according to the WHATWG Encoding Standard. Required by encoding-sniffer. |
[email protected] |
|
| whatwg-mimetype | Domenic Denicola | MIT | Open Source | ✔️ | Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing Standard. Required by cheerio. |
[email protected] |
Cogs / Gears Icon[1][2][3] is Copyright (c) 2013 13ree.design[1][2][3]. Licensed to EIGHTFINITE by Adobe Inc., Iconfinder ApS, Shutterstock Inc.