Comparing version 1.1.1 to 1.2.0
{ | ||
"name": "umd", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "Universal Module Definition for use in automated build systems", | ||
"main": "index.js", | ||
"directories": { | ||
"example": "examples" | ||
}, | ||
"dependencies": { | ||
@@ -15,5 +11,8 @@ "rfile": "~1.0.0", | ||
}, | ||
"devDependencies": {}, | ||
"devDependencies": { | ||
"win-spawn": "~1.1.2" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepublish": "cd bin && win-line-endings && cd .." | ||
}, | ||
@@ -25,5 +24,3 @@ "repository": { | ||
"author": "ForbesLindesay", | ||
"license": "MIT", | ||
"readmeFilename": "README.md", | ||
"gitHead": "7f34f679e59a5051e6d4fe7e6be9657a440bbc86" | ||
"license": "MIT" | ||
} |
@@ -0,6 +1,12 @@ | ||
# umd | ||
<img src="http://i.imgur.com/ypw29XY.png" align="right"/> | ||
# umd | ||
Universal Module Definition for use in automated build systems | ||
- simple synchronous wrapping of a string | ||
- optional wrapping of a "stream" with genuine streaming | ||
- `return` style module support | ||
- CommonJS support | ||
- prevents internal UMDs from conflicting | ||
## Source Format | ||
@@ -42,6 +48,17 @@ | ||
## Command Line | ||
``` | ||
Usage: umd <name> <source> <destination> [options] | ||
Pipe Usage: umd <name> [options] < source > destination | ||
Options: | ||
-h --help Display usage information | ||
-c --commonJS Use CommonJS module format | ||
``` | ||
## License | ||
MIT | ||
![viewcount](https://viewcount.jepso.com/count/ForbesLindesay/umd.png) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5993
6
116
64
1
2