summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/libcipm/node_modules/worker-farm/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/libcipm/node_modules/worker-farm/package.json')
-rw-r--r--deps/npm/node_modules/libcipm/node_modules/worker-farm/package.json60
1 files changed, 0 insertions, 60 deletions
diff --git a/deps/npm/node_modules/libcipm/node_modules/worker-farm/package.json b/deps/npm/node_modules/libcipm/node_modules/worker-farm/package.json
deleted file mode 100644
index 1bbd3d0044..0000000000
--- a/deps/npm/node_modules/libcipm/node_modules/worker-farm/package.json
+++ /dev/null
@@ -1,60 +0,0 @@
-{
- "_from": "worker-farm@^1.5.4",
- "_id": "worker-farm@1.5.4",
- "_inBundle": false,
- "_integrity": "sha512-ITyClEvcfv0ozqJl1vmWFWhvI+OIrkbInYqkEPE50wFPXj8J9Gd3FYf8+CkZJXJJsQBYe+2DvmoK9Zhx5w8W+w==",
- "_location": "/libcipm/worker-farm",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "worker-farm@^1.5.4",
- "name": "worker-farm",
- "escapedName": "worker-farm",
- "rawSpec": "^1.5.4",
- "saveSpec": null,
- "fetchSpec": "^1.5.4"
- },
- "_requiredBy": [
- "/libcipm"
- ],
- "_resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.5.4.tgz",
- "_shasum": "4debbe46b40edefcc717ebde74a90b1ae1e909a1",
- "_spec": "worker-farm@^1.5.4",
- "_where": "/Users/zkat/Documents/code/npm/node_modules/libcipm",
- "authors": [
- "Rod Vagg @rvagg <rod@vagg.org> (https://github.com/rvagg)"
- ],
- "bugs": {
- "url": "https://github.com/rvagg/node-worker-farm/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "errno": "~0.1.7",
- "xtend": "~4.0.1"
- },
- "deprecated": false,
- "description": "Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options.",
- "devDependencies": {
- "tape": "~4.9.0"
- },
- "homepage": "https://github.com/rvagg/node-worker-farm",
- "keywords": [
- "worker",
- "child",
- "processing",
- "farm"
- ],
- "license": "MIT",
- "main": "./lib/index.js",
- "name": "worker-farm",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/rvagg/node-worker-farm.git"
- },
- "scripts": {
- "test": "node ./tests/"
- },
- "types": "./index.d.ts",
- "version": "1.5.4"
-}