| Index: third_party/js/README.md
|
| diff --git a/third_party/js/README.md b/third_party/js/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8acd6b0eb015e06f9a6e5a3029fc11bff1b29ab4
|
| --- /dev/null
|
| +++ b/third_party/js/README.md
|
| @@ -0,0 +1,18 @@
|
| +Name: url.js
|
| +URLs:
|
| +https://github.com/joyent/node/blob/master/lib/url.js
|
| +https://github.com/joyent/node/blob/master/lib/util.js
|
| +https://github.com/joyent/node/blob/master/lib/querystring.js
|
| +https://github.com/bestiejs/punycode.js
|
| +Version: Current versions on 1/13/2015
|
| +License: url.js, util.js, querystring.js - see source code, punycode.js - MIT
|
| +Security Critical: yes
|
| +
|
| +Description:
|
| +A JavaScript URL class, see
|
| +https://github.com/joyent/node/blob/master/doc/api/url.markdown
|
| +
|
| +Local Modifications:
|
| +AMD style module definitions for all files. Revised the Url constructor.
|
| +
|
| +
|
|
|