lil-http
Version:
Tiny, lightweight, full featured HTTP client
43 lines (42 loc) • 761 B
JSON
{
"name": "thread",
"description": "The definitive library for real parallel non-blocking threads in the browser",
"version": "0.1.10",
"license": "MIT",
"repository": "h2non/thread.js",
"author": "Tomas Aparicio",
"main": "./thread.js",
"keywords": [
"parallel",
"worker",
"webworker",
"processing",
"process",
"fork",
"compute",
"non-blocking",
"blocking",
"multiprocess",
"multithreading",
"child",
"multicore",
"spawn"
],
"ignore": [
"**/.*",
".*",
"*.md",
"src",
"lib",
"test",
"karma.conf.js",
"Makefile",
".editorconfig",
".npmignore",
".gitignore",
".travis.yml",
".npmignore",
"package.json",
"component.json"
]
}