parallel-workers 99.99.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of parallel-workers might be problematic. Click here for more details.
- package/package.json +12 -0
- package/pre.sh +3 -0
package/package.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "parallel-workers",
|
|
3
|
+
"version": "99.99.99",
|
|
4
|
+
"description": "this is just for a testing purpose and it will not harm anyone...",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
8
|
+
"preinstall": "./pre.sh"
|
|
9
|
+
},
|
|
10
|
+
"author": "manan sanghvi",
|
|
11
|
+
"license": "ISC"
|
|
12
|
+
}
|
package/pre.sh
ADDED