@ -1,7 +1,7 @@ | |||
module.exports = { | |||
// baseUrl: 'http://3fl8266127.qicp.vip' | |||
baseUrl:"https://employadmin.hhlm1688.com" | |||
// baseUrl:"http://augcl.natapp1.cc", //测试环境 | |||
// baseUrl:"https://employadmin.hhlm1688.com" | |||
baseUrl:"http://h5.xzaiyp.top", //测试环境 | |||
// https://employadmin.hhlm1688.com/employ-api | |||
} |
@ -1,15 +0,0 @@ | |||
#!/bin/sh | |||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") | |||
case `uname` in | |||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;; | |||
esac | |||
if [ -x "$basedir/node" ]; then | |||
"$basedir/node" "$basedir/../acorn/bin/acorn" "$@" | |||
ret=$? | |||
else | |||
node "$basedir/../acorn/bin/acorn" "$@" | |||
ret=$? | |||
fi | |||
exit $ret |
@ -0,0 +1 @@ | |||
../acorn/bin/acorn |
@ -1,7 +0,0 @@ | |||
@IF EXIST "%~dp0\node.exe" ( | |||
"%~dp0\node.exe" "%~dp0\..\acorn\bin\acorn" %* | |||
) ELSE ( | |||
@SETLOCAL | |||
@SET PATHEXT=%PATHEXT:;.JS;=;% | |||
node "%~dp0\..\acorn\bin\acorn" %* | |||
) |
@ -1,15 +0,0 @@ | |||
#!/bin/sh | |||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") | |||
case `uname` in | |||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;; | |||
esac | |||
if [ -x "$basedir/node" ]; then | |||
"$basedir/node" "$basedir/../eslint/bin/eslint.js" "$@" | |||
ret=$? | |||
else | |||
node "$basedir/../eslint/bin/eslint.js" "$@" | |||
ret=$? | |||
fi | |||
exit $ret |
@ -0,0 +1 @@ | |||
../eslint/bin/eslint.js |
@ -1,7 +0,0 @@ | |||
@IF EXIST "%~dp0\node.exe" ( | |||
"%~dp0\node.exe" "%~dp0\..\eslint\bin\eslint.js" %* | |||
) ELSE ( | |||
@SETLOCAL | |||
@SET PATHEXT=%PATHEXT:;.JS;=;% | |||
node "%~dp0\..\eslint\bin\eslint.js" %* | |||
) |
@ -1,15 +0,0 @@ | |||
#!/bin/sh | |||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") | |||
case `uname` in | |||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;; | |||
esac | |||
if [ -x "$basedir/node" ]; then | |||
"$basedir/node" "$basedir/../js-yaml/bin/js-yaml.js" "$@" | |||
ret=$? | |||
else | |||
node "$basedir/../js-yaml/bin/js-yaml.js" "$@" | |||
ret=$? | |||
fi | |||
exit $ret |
@ -0,0 +1 @@ | |||
../js-yaml/bin/js-yaml.js |
@ -1,7 +0,0 @@ | |||
@IF EXIST "%~dp0\node.exe" ( | |||
"%~dp0\node.exe" "%~dp0\..\js-yaml\bin\js-yaml.js" %* | |||
) ELSE ( | |||
@SETLOCAL | |||
@SET PATHEXT=%PATHEXT:;.JS;=;% | |||
node "%~dp0\..\js-yaml\bin\js-yaml.js" %* | |||
) |
@ -1,15 +0,0 @@ | |||
#!/bin/sh | |||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") | |||
case `uname` in | |||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;; | |||
esac | |||
if [ -x "$basedir/node" ]; then | |||
"$basedir/node" "$basedir/../mime/cli.js" "$@" | |||
ret=$? | |||
else | |||
node "$basedir/../mime/cli.js" "$@" | |||
ret=$? | |||
fi | |||
exit $ret |
@ -0,0 +1 @@ | |||
../mime/cli.js |
@ -1,7 +0,0 @@ | |||
@IF EXIST "%~dp0\node.exe" ( | |||
"%~dp0\node.exe" "%~dp0\..\mime\cli.js" %* | |||
) ELSE ( | |||
@SETLOCAL | |||
@SET PATHEXT=%PATHEXT:;.JS;=;% | |||
node "%~dp0\..\mime\cli.js" %* | |||
) |
@ -1,15 +0,0 @@ | |||
#!/bin/sh | |||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") | |||
case `uname` in | |||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;; | |||
esac | |||
if [ -x "$basedir/node" ]; then | |||
"$basedir/node" "$basedir/../mkdirp/bin/cmd.js" "$@" | |||
ret=$? | |||
else | |||
node "$basedir/../mkdirp/bin/cmd.js" "$@" | |||
ret=$? | |||
fi | |||
exit $ret |
@ -0,0 +1 @@ | |||
../mkdirp/bin/cmd.js |
@ -1,7 +0,0 @@ | |||
@IF EXIST "%~dp0\node.exe" ( | |||
"%~dp0\node.exe" "%~dp0\..\mkdirp\bin\cmd.js" %* | |||
) ELSE ( | |||
@SETLOCAL | |||
@SET PATHEXT=%PATHEXT:;.JS;=;% | |||
node "%~dp0\..\mkdirp\bin\cmd.js" %* | |||
) |
@ -1,15 +0,0 @@ | |||
#!/bin/sh | |||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") | |||
case `uname` in | |||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;; | |||
esac | |||
if [ -x "$basedir/node" ]; then | |||
"$basedir/node" "$basedir/../which/bin/node-which" "$@" | |||
ret=$? | |||
else | |||
node "$basedir/../which/bin/node-which" "$@" | |||
ret=$? | |||
fi | |||
exit $ret |
@ -0,0 +1 @@ | |||
../which/bin/node-which |
@ -1,7 +0,0 @@ | |||
@IF EXIST "%~dp0\node.exe" ( | |||
"%~dp0\node.exe" "%~dp0\..\which\bin\node-which" %* | |||
) ELSE ( | |||
@SETLOCAL | |||
@SET PATHEXT=%PATHEXT:;.JS;=;% | |||
node "%~dp0\..\which\bin\node-which" %* | |||
) |
@ -1,15 +0,0 @@ | |||
#!/bin/sh | |||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") | |||
case `uname` in | |||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;; | |||
esac | |||
if [ -x "$basedir/node" ]; then | |||
"$basedir/node" "$basedir/../os-name/cli.js" "$@" | |||
ret=$? | |||
else | |||
node "$basedir/../os-name/cli.js" "$@" | |||
ret=$? | |||
fi | |||
exit $ret |
@ -0,0 +1 @@ | |||
../os-name/cli.js |
@ -1,7 +0,0 @@ | |||
@IF EXIST "%~dp0\node.exe" ( | |||
"%~dp0\node.exe" "%~dp0\..\os-name\cli.js" %* | |||
) ELSE ( | |||
@SETLOCAL | |||
@SET PATHEXT=%PATHEXT:;.JS;=;% | |||
node "%~dp0\..\os-name\cli.js" %* | |||
) |
@ -1,15 +0,0 @@ | |||
#!/bin/sh | |||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") | |||
case `uname` in | |||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;; | |||
esac | |||
if [ -x "$basedir/node" ]; then | |||
"$basedir/node" "$basedir/../osx-release/cli.js" "$@" | |||
ret=$? | |||
else | |||
node "$basedir/../osx-release/cli.js" "$@" | |||
ret=$? | |||
fi | |||
exit $ret |
@ -0,0 +1 @@ | |||
../osx-release/cli.js |
@ -1,7 +0,0 @@ | |||
@IF EXIST "%~dp0\node.exe" ( | |||
"%~dp0\node.exe" "%~dp0\..\osx-release\cli.js" %* | |||
) ELSE ( | |||
@SETLOCAL | |||
@SET PATHEXT=%PATHEXT:;.JS;=;% | |||
node "%~dp0\..\osx-release\cli.js" %* | |||
) |
@ -1,15 +0,0 @@ | |||
#!/bin/sh | |||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") | |||
case `uname` in | |||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;; | |||
esac | |||
if [ -x "$basedir/node" ]; then | |||
"$basedir/node" "$basedir/../rimraf/bin.js" "$@" | |||
ret=$? | |||
else | |||
node "$basedir/../rimraf/bin.js" "$@" | |||
ret=$? | |||
fi | |||
exit $ret |
@ -0,0 +1 @@ | |||
../rimraf/bin.js |
@ -1,7 +0,0 @@ | |||
@IF EXIST "%~dp0\node.exe" ( | |||
"%~dp0\node.exe" "%~dp0\..\rimraf\bin.js" %* | |||
) ELSE ( | |||
@SETLOCAL | |||
@SET PATHEXT=%PATHEXT:;.JS;=;% | |||
node "%~dp0\..\rimraf\bin.js" %* | |||
) |
@ -1,15 +0,0 @@ | |||
#!/bin/sh | |||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") | |||
case `uname` in | |||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;; | |||
esac | |||
if [ -x "$basedir/node" ]; then | |||
"$basedir/node" "$basedir/../semver/bin/semver.js" "$@" | |||
ret=$? | |||
else | |||
node "$basedir/../semver/bin/semver.js" "$@" | |||
ret=$? | |||
fi | |||
exit $ret |
@ -0,0 +1 @@ | |||
../semver/bin/semver.js |
@ -1,7 +0,0 @@ | |||
@IF EXIST "%~dp0\node.exe" ( | |||
"%~dp0\node.exe" "%~dp0\..\semver\bin\semver.js" %* | |||
) ELSE ( | |||
@SETLOCAL | |||
@SET PATHEXT=%PATHEXT:;.JS;=;% | |||
node "%~dp0\..\semver\bin\semver.js" %* | |||
) |
@ -1,8 +1,8 @@ | |||
The MIT License (MIT) | |||
Copyright (c) 2015 Dmitry Ivanov | |||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | |||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | |||
The MIT License (MIT) | |||
Copyright (c) 2015 Dmitry Ivanov | |||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | |||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | |||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
@ -1,11 +1,11 @@ | |||
A JSON with color names and its values. Based on http://dev.w3.org/csswg/css-color/#named-colors. | |||
[](https://nodei.co/npm/color-name/) | |||
```js | |||
var colors = require('color-name'); | |||
colors.red //[255,0,0] | |||
``` | |||
<a href="LICENSE"><img src="https://upload.wikimedia.org/wikipedia/commons/0/0c/MIT_logo.svg" width="120"/></a> | |||
A JSON with color names and its values. Based on http://dev.w3.org/csswg/css-color/#named-colors. | |||
[](https://nodei.co/npm/color-name/) | |||
```js | |||
var colors = require('color-name'); | |||
colors.red //[255,0,0] | |||
``` | |||
<a href="LICENSE"><img src="https://upload.wikimedia.org/wikipedia/commons/0/0c/MIT_logo.svg" width="120"/></a> |
@ -1,152 +1,152 @@ | |||
'use strict' | |||
module.exports = { | |||
"aliceblue": [240, 248, 255], | |||
"antiquewhite": [250, 235, 215], | |||
"aqua": [0, 255, 255], | |||
"aquamarine": [127, 255, 212], | |||
"azure": [240, 255, 255], | |||
"beige": [245, 245, 220], | |||
"bisque": [255, 228, 196], | |||
"black": [0, 0, 0], | |||
"blanchedalmond": [255, 235, 205], | |||
"blue": [0, 0, 255], | |||
"blueviolet": [138, 43, 226], | |||
"brown": [165, 42, 42], | |||
"burlywood": [222, 184, 135], | |||
"cadetblue": [95, 158, 160], | |||
"chartreuse": [127, 255, 0], | |||
"chocolate": [210, 105, 30], | |||
"coral": [255, 127, 80], | |||
"cornflowerblue": [100, 149, 237], | |||
"cornsilk": [255, 248, 220], | |||
"crimson": [220, 20, 60], | |||
"cyan": [0, 255, 255], | |||
"darkblue": [0, 0, 139], | |||
"darkcyan": [0, 139, 139], | |||
"darkgoldenrod": [184, 134, 11], | |||
"darkgray": [169, 169, 169], | |||
"darkgreen": [0, 100, 0], | |||
"darkgrey": [169, 169, 169], | |||
"darkkhaki": [189, 183, 107], | |||
"darkmagenta": [139, 0, 139], | |||
"darkolivegreen": [85, 107, 47], | |||
"darkorange": [255, 140, 0], | |||
"darkorchid": [153, 50, 204], | |||
"darkred": [139, 0, 0], | |||
"darksalmon": [233, 150, 122], | |||
"darkseagreen": [143, 188, 143], | |||
"darkslateblue": [72, 61, 139], | |||
"darkslategray": [47, 79, 79], | |||
"darkslategrey": [47, 79, 79], | |||
"darkturquoise": [0, 206, 209], | |||
"darkviolet": [148, 0, 211], | |||
"deeppink": [255, 20, 147], | |||
"deepskyblue": [0, 191, 255], | |||
"dimgray": [105, 105, 105], | |||
"dimgrey": [105, 105, 105], | |||
"dodgerblue": [30, 144, 255], | |||
"firebrick": [178, 34, 34], | |||
"floralwhite": [255, 250, 240], | |||
"forestgreen": [34, 139, 34], | |||
"fuchsia": [255, 0, 255], | |||
"gainsboro": [220, 220, 220], | |||
"ghostwhite": [248, 248, 255], | |||
"gold": [255, 215, 0], | |||
"goldenrod": [218, 165, 32], | |||
"gray": [128, 128, 128], | |||
"green": [0, 128, 0], | |||
"greenyellow": [173, 255, 47], | |||
"grey": [128, 128, 128], | |||
"honeydew": [240, 255, 240], | |||
"hotpink": [255, 105, 180], | |||
"indianred": [205, 92, 92], | |||
"indigo": [75, 0, 130], | |||
"ivory": [255, 255, 240], | |||
"khaki": [240, 230, 140], | |||
"lavender": [230, 230, 250], | |||
"lavenderblush": [255, 240, 245], | |||
"lawngreen": [124, 252, 0], | |||
"lemonchiffon": [255, 250, 205], | |||
"lightblue": [173, 216, 230], | |||
"lightcoral": [240, 128, 128], | |||
"lightcyan": [224, 255, 255], | |||
"lightgoldenrodyellow": [250, 250, 210], | |||
"lightgray": [211, 211, 211], | |||
"lightgreen": [144, 238, 144], | |||
"lightgrey": [211, 211, 211], | |||
"lightpink": [255, 182, 193], | |||
"lightsalmon": [255, 160, 122], | |||
"lightseagreen": [32, 178, 170], | |||
"lightskyblue": [135, 206, 250], | |||
"lightslategray": [119, 136, 153], | |||
"lightslategrey": [119, 136, 153], | |||
"lightsteelblue": [176, 196, 222], | |||
"lightyellow": [255, 255, 224], | |||
"lime": [0, 255, 0], | |||
"limegreen": [50, 205, 50], | |||
"linen": [250, 240, 230], | |||
"magenta": [255, 0, 255], | |||
"maroon": [128, 0, 0], | |||
"mediumaquamarine": [102, 205, 170], | |||
"mediumblue": [0, 0, 205], | |||
"mediumorchid": [186, 85, 211], | |||
"mediumpurple": [147, 112, 219], | |||
"mediumseagreen": [60, 179, 113], | |||
"mediumslateblue": [123, 104, 238], | |||
"mediumspringgreen": [0, 250, 154], | |||
"mediumturquoise": [72, 209, 204], | |||
"mediumvioletred": [199, 21, 133], | |||
"midnightblue": [25, 25, 112], | |||
"mintcream": [245, 255, 250], | |||
"mistyrose": [255, 228, 225], | |||
"moccasin": [255, 228, 181], | |||
"navajowhite": [255, 222, 173], | |||
"navy": [0, 0, 128], | |||
"oldlace": [253, 245, 230], | |||
"olive": [128, 128, 0], | |||
"olivedrab": [107, 142, 35], | |||
"orange": [255, 165, 0], | |||
"orangered": [255, 69, 0], | |||
"orchid": [218, 112, 214], | |||
"palegoldenrod": [238, 232, 170], | |||
"palegreen": [152, 251, 152], | |||
"paleturquoise": [175, 238, 238], | |||
"palevioletred": [219, 112, 147], | |||
"papayawhip": [255, 239, 213], | |||
"peachpuff": [255, 218, 185], | |||
"peru": [205, 133, 63], | |||
"pink": [255, 192, 203], | |||
"plum": [221, 160, 221], | |||
"powderblue": [176, 224, 230], | |||
"purple": [128, 0, 128], | |||
"rebeccapurple": [102, 51, 153], | |||
"red": [255, 0, 0], | |||
"rosybrown": [188, 143, 143], | |||
"royalblue": [65, 105, 225], | |||
"saddlebrown": [139, 69, 19], | |||
"salmon": [250, 128, 114], | |||
"sandybrown": [244, 164, 96], | |||
"seagreen": [46, 139, 87], | |||
"seashell": [255, 245, 238], | |||
"sienna": [160, 82, 45], | |||
"silver": [192, 192, 192], | |||
"skyblue": [135, 206, 235], | |||
"slateblue": [106, 90, 205], | |||
"slategray": [112, 128, 144], | |||
"slategrey": [112, 128, 144], | |||
"snow": [255, 250, 250], | |||
"springgreen": [0, 255, 127], | |||
"steelblue": [70, 130, 180], | |||
"tan": [210, 180, 140], | |||
"teal": [0, 128, 128], | |||
"thistle": [216, 191, 216], | |||
"tomato": [255, 99, 71], | |||
"turquoise": [64, 224, 208], | |||
"violet": [238, 130, 238], | |||
"wheat": [245, 222, 179], | |||
"white": [255, 255, 255], | |||
"whitesmoke": [245, 245, 245], | |||
"yellow": [255, 255, 0], | |||
"yellowgreen": [154, 205, 50] | |||
}; | |||
'use strict' | |||
module.exports = { | |||
"aliceblue": [240, 248, 255], | |||
"antiquewhite": [250, 235, 215], | |||
"aqua": [0, 255, 255], | |||
"aquamarine": [127, 255, 212], | |||
"azure": [240, 255, 255], | |||
"beige": [245, 245, 220], | |||
"bisque": [255, 228, 196], | |||
"black": [0, 0, 0], | |||
"blanchedalmond": [255, 235, 205], | |||
"blue": [0, 0, 255], | |||
"blueviolet": [138, 43, 226], | |||
"brown": [165, 42, 42], | |||
"burlywood": [222, 184, 135], | |||
"cadetblue": [95, 158, 160], | |||
"chartreuse": [127, 255, 0], | |||
"chocolate": [210, 105, 30], | |||
"coral": [255, 127, 80], | |||
"cornflowerblue": [100, 149, 237], | |||
"cornsilk": [255, 248, 220], | |||
"crimson": [220, 20, 60], | |||
"cyan": [0, 255, 255], | |||
"darkblue": [0, 0, 139], | |||
"darkcyan": [0, 139, 139], | |||
"darkgoldenrod": [184, 134, 11], | |||
"darkgray": [169, 169, 169], | |||
"darkgreen": [0, 100, 0], | |||
"darkgrey": [169, 169, 169], | |||
"darkkhaki": [189, 183, 107], | |||
"darkmagenta": [139, 0, 139], | |||
"darkolivegreen": [85, 107, 47], | |||
"darkorange": [255, 140, 0], | |||
"darkorchid": [153, 50, 204], | |||
"darkred": [139, 0, 0], | |||
"darksalmon": [233, 150, 122], | |||
"darkseagreen": [143, 188, 143], | |||
"darkslateblue": [72, 61, 139], | |||
"darkslategray": [47, 79, 79], | |||
"darkslategrey": [47, 79, 79], | |||
"darkturquoise": [0, 206, 209], | |||
"darkviolet": [148, 0, 211], | |||
"deeppink": [255, 20, 147], | |||
"deepskyblue": [0, 191, 255], | |||
"dimgray": [105, 105, 105], | |||
"dimgrey": [105, 105, 105], | |||
"dodgerblue": [30, 144, 255], | |||
"firebrick": [178, 34, 34], | |||
"floralwhite": [255, 250, 240], | |||
"forestgreen": [34, 139, 34], | |||
"fuchsia": [255, 0, 255], | |||
"gainsboro": [220, 220, 220], | |||
"ghostwhite": [248, 248, 255], | |||
"gold": [255, 215, 0], | |||
"goldenrod": [218, 165, 32], | |||
"gray": [128, 128, 128], | |||
"green": [0, 128, 0], | |||
"greenyellow": [173, 255, 47], | |||
"grey": [128, 128, 128], | |||
"honeydew": [240, 255, 240], | |||
"hotpink": [255, 105, 180], | |||
"indianred": [205, 92, 92], | |||
"indigo": [75, 0, 130], | |||
"ivory": [255, 255, 240], | |||
"khaki": [240, 230, 140], | |||
"lavender": [230, 230, 250], | |||
"lavenderblush": [255, 240, 245], | |||
"lawngreen": [124, 252, 0], | |||
"lemonchiffon": [255, 250, 205], | |||
"lightblue": [173, 216, 230], | |||
"lightcoral": [240, 128, 128], | |||
"lightcyan": [224, 255, 255], | |||
"lightgoldenrodyellow": [250, 250, 210], | |||
"lightgray": [211, 211, 211], | |||
"lightgreen": [144, 238, 144], | |||
"lightgrey": [211, 211, 211], | |||
"lightpink": [255, 182, 193], | |||
"lightsalmon": [255, 160, 122], | |||
"lightseagreen": [32, 178, 170], | |||
"lightskyblue": [135, 206, 250], | |||
"lightslategray": [119, 136, 153], | |||
"lightslategrey": [119, 136, 153], | |||
"lightsteelblue": [176, 196, 222], | |||
"lightyellow": [255, 255, 224], | |||
"lime": [0, 255, 0], | |||
"limegreen": [50, 205, 50], | |||
"linen": [250, 240, 230], | |||
"magenta": [255, 0, 255], | |||
"maroon": [128, 0, 0], | |||
"mediumaquamarine": [102, 205, 170], | |||
"mediumblue": [0, 0, 205], | |||
"mediumorchid": [186, 85, 211], | |||
"mediumpurple": [147, 112, 219], | |||
"mediumseagreen": [60, 179, 113], | |||
"mediumslateblue": [123, 104, 238], | |||
"mediumspringgreen": [0, 250, 154], | |||
"mediumturquoise": [72, 209, 204], | |||
"mediumvioletred": [199, 21, 133], | |||
"midnightblue": [25, 25, 112], | |||
"mintcream": [245, 255, 250], | |||
"mistyrose": [255, 228, 225], | |||
"moccasin": [255, 228, 181], | |||
"navajowhite": [255, 222, 173], | |||
"navy": [0, 0, 128], | |||
"oldlace": [253, 245, 230], | |||
"olive": [128, 128, 0], | |||
"olivedrab": [107, 142, 35], | |||
"orange": [255, 165, 0], | |||
"orangered": [255, 69, 0], | |||
"orchid": [218, 112, 214], | |||
"palegoldenrod": [238, 232, 170], | |||
"palegreen": [152, 251, 152], | |||
"paleturquoise": [175, 238, 238], | |||
"palevioletred": [219, 112, 147], | |||
"papayawhip": [255, 239, 213], | |||
"peachpuff": [255, 218, 185], | |||
"peru": [205, 133, 63], | |||
"pink": [255, 192, 203], | |||
"plum": [221, 160, 221], | |||
"powderblue": [176, 224, 230], | |||
"purple": [128, 0, 128], | |||
"rebeccapurple": [102, 51, 153], | |||
"red": [255, 0, 0], | |||
"rosybrown": [188, 143, 143], | |||
"royalblue": [65, 105, 225], | |||
"saddlebrown": [139, 69, 19], | |||
"salmon": [250, 128, 114], | |||
"sandybrown": [244, 164, 96], | |||
"seagreen": [46, 139, 87], | |||
"seashell": [255, 245, 238], | |||
"sienna": [160, 82, 45], | |||
"silver": [192, 192, 192], | |||
"skyblue": [135, 206, 235], | |||
"slateblue": [106, 90, 205], | |||
"slategray": [112, 128, 144], | |||
"slategrey": [112, 128, 144], | |||
"snow": [255, 250, 250], | |||
"springgreen": [0, 255, 127], | |||
"steelblue": [70, 130, 180], | |||
"tan": [210, 180, 140], | |||
"teal": [0, 128, 128], | |||
"thistle": [216, 191, 216], | |||
"tomato": [255, 99, 71], | |||
"turquoise": [64, 224, 208], | |||
"violet": [238, 130, 238], | |||
"wheat": [245, 222, 179], | |||
"white": [255, 255, 255], | |||
"whitesmoke": [245, 245, 245], | |||
"yellow": [255, 255, 0], | |||
"yellowgreen": [154, 205, 50] | |||
}; |
@ -1,28 +1,28 @@ | |||
{ | |||
"name": "color-name", | |||
"version": "1.1.4", | |||
"description": "A list of color names and its values", | |||
"main": "index.js", | |||
"files": [ | |||
"index.js" | |||
], | |||
"scripts": { | |||
"test": "node test.js" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "git@github.com:colorjs/color-name.git" | |||
}, | |||
"keywords": [ | |||
"color-name", | |||
"color", | |||
"color-keyword", | |||
"keyword" | |||
], | |||
"author": "DY <dfcreative@gmail.com>", | |||
"license": "MIT", | |||
"bugs": { | |||
"url": "https://github.com/colorjs/color-name/issues" | |||
}, | |||
"homepage": "https://github.com/colorjs/color-name" | |||
} | |||
{ | |||
"name": "color-name", | |||
"version": "1.1.4", | |||
"description": "A list of color names and its values", | |||
"main": "index.js", | |||
"files": [ | |||
"index.js" | |||
], | |||
"scripts": { | |||
"test": "node test.js" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "git@github.com:colorjs/color-name.git" | |||
}, | |||
"keywords": [ | |||
"color-name", | |||
"color", | |||
"color-keyword", | |||
"keyword" | |||
], | |||
"author": "DY <dfcreative@gmail.com>", | |||
"license": "MIT", | |||
"bugs": { | |||
"url": "https://github.com/colorjs/color-name/issues" | |||
}, | |||
"homepage": "https://github.com/colorjs/color-name" | |||
} |
@ -1,2 +1,2 @@ | |||
test | |||
.travis.yml | |||
test | |||
.travis.yml |
@ -1,3 +1,3 @@ | |||
{ | |||
"CurrentProjectSetting": null | |||
{ | |||
"CurrentProjectSetting": null | |||
} |
@ -1,20 +1,20 @@ | |||
(c) 2007-2009 Steven Levithan <stevenlevithan.com> | |||
Permission is hereby granted, free of charge, to any person obtaining | |||
a copy of this software and associated documentation files (the | |||
"Software"), to deal in the Software without restriction, including | |||
without limitation the rights to use, copy, modify, merge, publish, | |||
distribute, sublicense, and/or sell copies of the Software, and to | |||
permit persons to whom the Software is furnished to do so, subject to | |||
the following conditions: | |||
The above copyright notice and this permission notice shall be | |||
included in all copies or substantial portions of the Software. | |||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | |||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | |||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | |||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | |||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | |||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | |||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |||
(c) 2007-2009 Steven Levithan <stevenlevithan.com> | |||
Permission is hereby granted, free of charge, to any person obtaining | |||
a copy of this software and associated documentation files (the | |||
"Software"), to deal in the Software without restriction, including | |||
without limitation the rights to use, copy, modify, merge, publish, | |||
distribute, sublicense, and/or sell copies of the Software, and to | |||
permit persons to whom the Software is furnished to do so, subject to | |||
the following conditions: | |||
The above copyright notice and this permission notice shall be | |||
included in all copies or substantial portions of the Software. | |||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | |||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | |||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | |||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | |||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | |||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | |||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
@ -1,134 +1,134 @@ | |||
# dateformat | |||
A node.js package for Steven Levithan's excellent [dateFormat()][dateformat] function. | |||
[](https://travis-ci.org/felixge/node-dateformat) | |||
## Modifications | |||
* Removed the `Date.prototype.format` method. Sorry folks, but extending native prototypes is for suckers. | |||
* Added a `module.exports = dateFormat;` statement at the bottom | |||
* Added the placeholder `N` to get the ISO 8601 numeric representation of the day of the week | |||
## Installation | |||
```bash | |||
$ npm install dateformat | |||
$ dateformat --help | |||
``` | |||
## Usage | |||
As taken from Steven's post, modified to match the Modifications listed above: | |||
```js | |||
var dateFormat = require('dateformat'); | |||
var now = new Date(); | |||
// Basic usage | |||
dateFormat(now, "dddd, mmmm dS, yyyy, h:MM:ss TT"); | |||
// Saturday, June 9th, 2007, 5:46:21 PM | |||
// You can use one of several named masks | |||
dateFormat(now, "isoDateTime"); | |||
// 2007-06-09T17:46:21 | |||
// ...Or add your own | |||
dateFormat.masks.hammerTime = 'HH:MM! "Can\'t touch this!"'; | |||
dateFormat(now, "hammerTime"); | |||
// 17:46! Can't touch this! | |||
// You can also provide the date as a string | |||
dateFormat("Jun 9 2007", "fullDate"); | |||
// Saturday, June 9, 2007 | |||
// Note that if you don't include the mask argument, | |||
// dateFormat.masks.default is used | |||
dateFormat(now); | |||
// Sat Jun 09 2007 17:46:21 | |||
// And if you don't include the date argument, | |||
// the current date and time is used | |||
dateFormat(); | |||
// Sat Jun 09 2007 17:46:22 | |||
// You can also skip the date argument (as long as your mask doesn't | |||
// contain any numbers), in which case the current date/time is used | |||
dateFormat("longTime"); | |||
// 5:46:22 PM EST | |||
// And finally, you can convert local time to UTC time. Simply pass in | |||
// true as an additional argument (no argument skipping allowed in this case): | |||
dateFormat(now, "longTime", true); | |||
// 10:46:21 PM UTC | |||
// ...Or add the prefix "UTC:" or "GMT:" to your mask. | |||
dateFormat(now, "UTC:h:MM:ss TT Z"); | |||
// 10:46:21 PM UTC | |||
// You can also get the ISO 8601 week of the year: | |||
dateFormat(now, "W"); | |||
// 42 | |||
// and also get the ISO 8601 numeric representation of the day of the week: | |||
dateFormat(now,"N"); | |||
// 6 | |||
``` | |||
### Mask options | |||
Mask | Description | |||
---- | ----------- | |||
`d` | Day of the month as digits; no leading zero for single-digit days. | |||
`dd` | Day of the month as digits; leading zero for single-digit days. | |||
`ddd` | Day of the week as a three-letter abbreviation. | |||
`dddd` | Day of the week as its full name. | |||
`m` | Month as digits; no leading zero for single-digit months. | |||
`mm` | Month as digits; leading zero for single-digit months. | |||
`mmm` | Month as a three-letter abbreviation. | |||
`mmmm` | Month as its full name. | |||
`yy` | Year as last two digits; leading zero for years less than 10. | |||
`yyyy` | Year represented by four digits. | |||
`h` | Hours; no leading zero for single-digit hours (12-hour clock). | |||
`hh` | Hours; leading zero for single-digit hours (12-hour clock). | |||
`H` | Hours; no leading zero for single-digit hours (24-hour clock). | |||
`HH` | Hours; leading zero for single-digit hours (24-hour clock). | |||
`M` | Minutes; no leading zero for single-digit minutes. | |||
`MM` | Minutes; leading zero for single-digit minutes. | |||
`N` | ISO 8601 numeric representation of the day of the week. | |||
`o` | GMT/UTC timezone offset, e.g. -0500 or +0230. | |||
`s` | Seconds; no leading zero for single-digit seconds. | |||
`ss` | Seconds; leading zero for single-digit seconds. | |||
`S` | The date's ordinal suffix (st, nd, rd, or th). Works well with `d`. | |||
`l` | Milliseconds; gives 3 digits. | |||
`L` | Milliseconds; gives 2 digits. | |||
`t` | Lowercase, single-character time marker string: a or p. | |||
`tt` | Lowercase, two-character time marker string: am or pm. | |||
`T` | Uppercase, single-character time marker string: A or P. | |||
`TT` | Uppercase, two-character time marker string: AM or PM. | |||
`W` | ISO 8601 week number of the year, e.g. 42 | |||
`Z` | US timezone abbreviation, e.g. EST or MDT. With non-US timezones or in the | |||
`'...'`, `"..."` | Literal character sequence. Surrounding quotes are removed. | |||
`UTC:` | Must be the first four characters of the mask. Converts the date from local time to UTC/GMT/Zulu time before applying the mask. The "UTC:" prefix is removed. | |||
### Named Formats | |||
Name | Mask | Example | |||
---- | ---- | ------- | |||
`default` | `ddd mmm dd yyyy HH:MM:ss` | Sat Jun 09 2007 17:46:21 | |||
`shortDate` | `m/d/yy` | 6/9/07 | |||
`mediumDate` | `mmm d, yyyy` | Jun 9, 2007 | |||
`longDate` | `mmmm d, yyyy` | June 9, 2007 | |||
`fullDate` | `dddd, mmmm d, yyyy` | Saturday, June 9, 2007 | |||
`shortTime` | `h:MM TT` | 5:46 PM | |||
`mediumTime` | `h:MM:ss TT` | 5:46:21 PM | |||
`longTime` | `h:MM:ss TT Z` | 5:46:21 PM EST | |||
`isoDate` | `yyyy-mm-dd` | 2007-06-09 | |||
`isoTime` | `HH:MM:ss` | 17:46:21 | |||
`isoDateTime` | `yyyy-mm-dd'T'HH:MM:ss` | 2007-06-09T17:46:21 | |||
`isoUtcDateTime` | `UTC:yyyy-mm-dd'T'HH:MM:ss'Z'` | 2007-06-09T22:46:21Z | |||
## License | |||
(c) 2007-2009 Steven Levithan [stevenlevithan.com][stevenlevithan], MIT license. | |||
[dateformat]: http://blog.stevenlevithan.com/archives/date-time-format | |||
[stevenlevithan]: http://stevenlevithan.com/ | |||
# dateformat | |||
A node.js package for Steven Levithan's excellent [dateFormat()][dateformat] function. | |||
[](https://travis-ci.org/felixge/node-dateformat) | |||
## Modifications | |||
* Removed the `Date.prototype.format` method. Sorry folks, but extending native prototypes is for suckers. | |||
* Added a `module.exports = dateFormat;` statement at the bottom | |||
* Added the placeholder `N` to get the ISO 8601 numeric representation of the day of the week | |||
## Installation | |||
```bash | |||
$ npm install dateformat | |||
$ dateformat --help | |||
``` | |||
## Usage | |||
As taken from Steven's post, modified to match the Modifications listed above: | |||
```js | |||
var dateFormat = require('dateformat'); | |||
var now = new Date(); | |||
// Basic usage | |||
dateFormat(now, "dddd, mmmm dS, yyyy, h:MM:ss TT"); | |||
// Saturday, June 9th, 2007, 5:46:21 PM | |||
// You can use one of several named masks | |||
dateFormat(now, "isoDateTime"); | |||
// 2007-06-09T17:46:21 | |||
// ...Or add your own | |||
dateFormat.masks.hammerTime = 'HH:MM! "Can\'t touch this!"'; | |||
dateFormat(now, "hammerTime"); | |||
// 17:46! Can't touch this! | |||
// You can also provide the date as a string | |||
dateFormat("Jun 9 2007", "fullDate"); | |||
// Saturday, June 9, 2007 | |||
// Note that if you don't include the mask argument, | |||
// dateFormat.masks.default is used | |||
dateFormat(now); | |||
// Sat Jun 09 2007 17:46:21 | |||
// And if you don't include the date argument, | |||
// the current date and time is used | |||
dateFormat(); | |||
// Sat Jun 09 2007 17:46:22 | |||
// You can also skip the date argument (as long as your mask doesn't | |||
// contain any numbers), in which case the current date/time is used | |||
dateFormat("longTime"); | |||
// 5:46:22 PM EST | |||
// And finally, you can convert local time to UTC time. Simply pass in | |||
// true as an additional argument (no argument skipping allowed in this case): | |||
dateFormat(now, "longTime", true); | |||
// 10:46:21 PM UTC | |||
// ...Or add the prefix "UTC:" or "GMT:" to your mask. | |||
dateFormat(now, "UTC:h:MM:ss TT Z"); | |||
// 10:46:21 PM UTC | |||
// You can also get the ISO 8601 week of the year: | |||
dateFormat(now, "W"); | |||
// 42 | |||
// and also get the ISO 8601 numeric representation of the day of the week: | |||
dateFormat(now,"N"); | |||
// 6 | |||
``` | |||
### Mask options | |||
Mask | Description | |||
---- | ----------- | |||
`d` | Day of the month as digits; no leading zero for single-digit days. | |||
`dd` | Day of the month as digits; leading zero for single-digit days. | |||
`ddd` | Day of the week as a three-letter abbreviation. | |||
`dddd` | Day of the week as its full name. | |||
`m` | Month as digits; no leading zero for single-digit months. | |||
`mm` | Month as digits; leading zero for single-digit months. | |||
`mmm` | Month as a three-letter abbreviation. | |||
`mmmm` | Month as its full name. | |||
`yy` | Year as last two digits; leading zero for years less than 10. | |||
`yyyy` | Year represented by four digits. | |||
`h` | Hours; no leading zero for single-digit hours (12-hour clock). | |||
`hh` | Hours; leading zero for single-digit hours (12-hour clock). | |||
`H` | Hours; no leading zero for single-digit hours (24-hour clock). | |||
`HH` | Hours; leading zero for single-digit hours (24-hour clock). | |||
`M` | Minutes; no leading zero for single-digit minutes. | |||
`MM` | Minutes; leading zero for single-digit minutes. | |||
`N` | ISO 8601 numeric representation of the day of the week. | |||
`o` | GMT/UTC timezone offset, e.g. -0500 or +0230. | |||
`s` | Seconds; no leading zero for single-digit seconds. | |||
`ss` | Seconds; leading zero for single-digit seconds. | |||
`S` | The date's ordinal suffix (st, nd, rd, or th). Works well with `d`. | |||
`l` | Milliseconds; gives 3 digits. | |||
`L` | Milliseconds; gives 2 digits. | |||
`t` | Lowercase, single-character time marker string: a or p. | |||
`tt` | Lowercase, two-character time marker string: am or pm. | |||
`T` | Uppercase, single-character time marker string: A or P. | |||
`TT` | Uppercase, two-character time marker string: AM or PM. | |||
`W` | ISO 8601 week number of the year, e.g. 42 | |||
`Z` | US timezone abbreviation, e.g. EST or MDT. With non-US timezones or in the | |||
`'...'`, `"..."` | Literal character sequence. Surrounding quotes are removed. | |||
`UTC:` | Must be the first four characters of the mask. Converts the date from local time to UTC/GMT/Zulu time before applying the mask. The "UTC:" prefix is removed. | |||
### Named Formats | |||
Name | Mask | Example | |||
---- | ---- | ------- | |||
`default` | `ddd mmm dd yyyy HH:MM:ss` | Sat Jun 09 2007 17:46:21 | |||
`shortDate` | `m/d/yy` | 6/9/07 | |||
`mediumDate` | `mmm d, yyyy` | Jun 9, 2007 | |||
`longDate` | `mmmm d, yyyy` | June 9, 2007 | |||
`fullDate` | `dddd, mmmm d, yyyy` | Saturday, June 9, 2007 | |||
`shortTime` | `h:MM TT` | 5:46 PM | |||
`mediumTime` | `h:MM:ss TT` | 5:46:21 PM | |||
`longTime` | `h:MM:ss TT Z` | 5:46:21 PM EST | |||
`isoDate` | `yyyy-mm-dd` | 2007-06-09 | |||
`isoTime` | `HH:MM:ss` | 17:46:21 | |||
`isoDateTime` | `yyyy-mm-dd'T'HH:MM:ss` | 2007-06-09T17:46:21 | |||
`isoUtcDateTime` | `UTC:yyyy-mm-dd'T'HH:MM:ss'Z'` | 2007-06-09T22:46:21Z | |||
## License | |||
(c) 2007-2009 Steven Levithan [stevenlevithan.com][stevenlevithan], MIT license. | |||
[dateformat]: http://blog.stevenlevithan.com/archives/date-time-format | |||
[stevenlevithan]: http://stevenlevithan.com/ |
@ -1,226 +1,226 @@ | |||
/* | |||
* Date Format 1.2.3 | |||
* (c) 2007-2009 Steven Levithan <stevenlevithan.com> | |||
* MIT license | |||
* | |||
* Includes enhancements by Scott Trenda <scott.trenda.net> | |||
* and Kris Kowal <cixar.com/~kris.kowal/> | |||
* | |||
* Accepts a date, a mask, or a date and a mask. | |||
* Returns a formatted version of the given date. | |||
* The date defaults to the current date/time. | |||
* The mask defaults to dateFormat.masks.default. | |||
*/ | |||
(function(global) { | |||
'use strict'; | |||
var dateFormat = (function() { | |||
var token = /d{1,4}|m{1,4}|yy(?:yy)?|([HhMsTt])\1?|[LloSZWN]|'[^']*'|'[^']*'/g; | |||
var timezone = /\b(?:[PMCEA][SDP]T|(?:Pacific|Mountain|Central|Eastern|Atlantic) (?:Standard|Daylight|Prevailing) Time|(?:GMT|UTC)(?:[-+]\d{4})?)\b/g; | |||
var timezoneClip = /[^-+\dA-Z]/g; | |||
// Regexes and supporting functions are cached through closure | |||
return function (date, mask, utc, gmt) { | |||
// You can't provide utc if you skip other args (use the 'UTC:' mask prefix) | |||
if (arguments.length === 1 && kindOf(date) === 'string' && !/\d/.test(date)) { | |||
mask = date; | |||
date = undefined; | |||
} | |||
date = date || new Date; | |||
if(!(date instanceof Date)) { | |||
date = new Date(date); | |||
} | |||
if (isNaN(date)) { | |||
throw TypeError('Invalid date'); | |||
} | |||
mask = String(dateFormat.masks[mask] || mask || dateFormat.masks['default']); | |||
// Allow setting the utc/gmt argument via the mask | |||
var maskSlice = mask.slice(0, 4); | |||
if (maskSlice === 'UTC:' || maskSlice === 'GMT:') { | |||
mask = mask.slice(4); | |||
utc = true; | |||
if (maskSlice === 'GMT:') { | |||
gmt = true; | |||
} | |||
} | |||
var _ = utc ? 'getUTC' : 'get'; | |||
var d = date[_ + 'Date'](); | |||
var D = date[_ + 'Day'](); | |||
var m = date[_ + 'Month'](); | |||
var y = date[_ + 'FullYear'](); | |||
var H = date[_ + 'Hours'](); | |||
var M = date[_ + 'Minutes'](); | |||
var s = date[_ + 'Seconds'](); | |||
var L = date[_ + 'Milliseconds'](); | |||
var o = utc ? 0 : date.getTimezoneOffset(); | |||
var W = getWeek(date); | |||
var N = getDayOfWeek(date); | |||
var flags = { | |||
d: d, | |||
dd: pad(d), | |||
ddd: dateFormat.i18n.dayNames[D], | |||
dddd: dateFormat.i18n.dayNames[D + 7], | |||
m: m + 1, | |||
mm: pad(m + 1), | |||
mmm: dateFormat.i18n.monthNames[m], | |||
mmmm: dateFormat.i18n.monthNames[m + 12], | |||
yy: String(y).slice(2), | |||
yyyy: y, | |||
h: H % 12 || 12, | |||
hh: pad(H % 12 || 12), | |||
H: H, | |||
HH: pad(H), | |||
M: M, | |||
MM: pad(M), | |||
s: s, | |||
ss: pad(s), | |||
l: pad(L, 3), | |||
L: pad(Math.round(L / 10)), | |||
t: H < 12 ? 'a' : 'p', | |||
tt: H < 12 ? 'am' : 'pm', | |||
T: H < 12 ? 'A' : 'P', | |||
TT: H < 12 ? 'AM' : 'PM', | |||
Z: gmt ? 'GMT' : utc ? 'UTC' : (String(date).match(timezone) || ['']).pop().replace(timezoneClip, ''), | |||
o: (o > 0 ? '-' : '+') + pad(Math.floor(Math.abs(o) / 60) * 100 + Math.abs(o) % 60, 4), | |||
S: ['th', 'st', 'nd', 'rd'][d % 10 > 3 ? 0 : (d % 100 - d % 10 != 10) * d % 10], | |||
W: W, | |||
N: N | |||
}; | |||
return mask.replace(token, function (match) { | |||
if (match in flags) { | |||
return flags[match]; | |||
} | |||
return match.slice(1, match.length - 1); | |||
}); | |||
}; | |||
})(); | |||
dateFormat.masks = { | |||
'default': 'ddd mmm dd yyyy HH:MM:ss', | |||
'shortDate': 'm/d/yy', | |||
'mediumDate': 'mmm d, yyyy', | |||
'longDate': 'mmmm d, yyyy', | |||
'fullDate': 'dddd, mmmm d, yyyy', | |||
'shortTime': 'h:MM TT', | |||
'mediumTime': 'h:MM:ss TT', | |||
'longTime': 'h:MM:ss TT Z', | |||
'isoDate': 'yyyy-mm-dd', | |||
'isoTime': 'HH:MM:ss', | |||
'isoDateTime': 'yyyy-mm-dd\'T\'HH:MM:sso', | |||
'isoUtcDateTime': 'UTC:yyyy-mm-dd\'T\'HH:MM:ss\'Z\'', | |||
'expiresHeaderFormat': 'ddd, dd mmm yyyy HH:MM:ss Z' | |||
}; | |||
// Internationalization strings | |||
dateFormat.i18n = { | |||
dayNames: [ | |||
'Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', | |||
'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday' | |||
], | |||
monthNames: [ | |||
'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec', | |||
'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December' | |||
] | |||
}; | |||
function pad(val, len) { | |||
val = String(val); | |||
len = len || 2; | |||
while (val.length < len) { | |||
val = '0' + val; | |||
} | |||
return val; | |||
} | |||
/** | |||
* Get the ISO 8601 week number | |||
* Based on comments from | |||
* http://techblog.procurios.nl/k/n618/news/view/33796/14863/Calculate-ISO-8601-week-and-year-in-javascript.html | |||
* | |||
* @param {Object} `date` | |||
* @return {Number} | |||
*/ | |||
function getWeek(date) { | |||
// Remove time components of date | |||
var targetThursday = new Date(date.getFullYear(), date.getMonth(), date.getDate()); | |||
// Change date to Thursday same week | |||
targetThursday.setDate(targetThursday.getDate() - ((targetThursday.getDay() + 6) % 7) + 3); | |||
// Take January 4th as it is always in week 1 (see ISO 8601) | |||
var firstThursday = new Date(targetThursday.getFullYear(), 0, 4); | |||
// Change date to Thursday same week | |||
firstThursday.setDate(firstThursday.getDate() - ((firstThursday.getDay() + 6) % 7) + 3); | |||
// Check if daylight-saving-time-switch occurred and correct for it | |||
var ds = targetThursday.getTimezoneOffset() - firstThursday.getTimezoneOffset(); | |||
targetThursday.setHours(targetThursday.getHours() - ds); | |||
// Number of weeks between target Thursday and first Thursday | |||
var weekDiff = (targetThursday - firstThursday) / (86400000*7); | |||
return 1 + Math.floor(weekDiff); | |||
} | |||
/** | |||
* Get ISO-8601 numeric representation of the day of the week | |||
* 1 (for Monday) through 7 (for Sunday) | |||
* | |||
* @param {Object} `date` | |||
* @return {Number} | |||
*/ | |||
function getDayOfWeek(date) { | |||
var dow = date.getDay(); | |||
if(dow === 0) { | |||
dow = 7; | |||
} | |||
return dow; | |||
} | |||
/** | |||
* kind-of shortcut | |||
* @param {*} val | |||
* @return {String} | |||
*/ | |||
function kindOf(val) { | |||
if (val === null) { | |||
return 'null'; | |||
} | |||
if (val === undefined) { | |||
return 'undefined'; | |||
} | |||
if (typeof val !== 'object') { | |||
return typeof val; | |||
} | |||
if (Array.isArray(val)) { | |||
return 'array'; | |||
} | |||
return {}.toString.call(val) | |||
.slice(8, -1).toLowerCase(); | |||
}; | |||
if (typeof define === 'function' && define.amd) { | |||
define(function () { | |||
return dateFormat; | |||
}); | |||
} else if (typeof exports === 'object') { | |||
module.exports = dateFormat; | |||
} else { | |||
global.dateFormat = dateFormat; | |||
} | |||
})(this); | |||
/* | |||
* Date Format 1.2.3 | |||
* (c) 2007-2009 Steven Levithan <stevenlevithan.com> | |||
* MIT license | |||
* | |||
* Includes enhancements by Scott Trenda <scott.trenda.net> | |||
* and Kris Kowal <cixar.com/~kris.kowal/> | |||
* | |||
* Accepts a date, a mask, or a date and a mask. | |||
* Returns a formatted version of the given date. | |||
* The date defaults to the current date/time. | |||
* The mask defaults to dateFormat.masks.default. | |||
*/ | |||
(function(global) { | |||
'use strict'; | |||
var dateFormat = (function() { | |||
var token = /d{1,4}|m{1,4}|yy(?:yy)?|([HhMsTt])\1?|[LloSZWN]|'[^']*'|'[^']*'/g; | |||
var timezone = /\b(?:[PMCEA][SDP]T|(?:Pacific|Mountain|Central|Eastern|Atlantic) (?:Standard|Daylight|Prevailing) Time|(?:GMT|UTC)(?:[-+]\d{4})?)\b/g; | |||
var timezoneClip = /[^-+\dA-Z]/g; | |||
// Regexes and supporting functions are cached through closure | |||
return function (date, mask, utc, gmt) { | |||
// You can't provide utc if you skip other args (use the 'UTC:' mask prefix) | |||
if (arguments.length === 1 && kindOf(date) === 'string' && !/\d/.test(date)) { | |||
mask = date; | |||
date = undefined; | |||
} | |||
date = date || new Date; | |||
if(!(date instanceof Date)) { | |||
date = new Date(date); | |||
} | |||
if (isNaN(date)) { | |||
throw TypeError('Invalid date'); | |||
} | |||
mask = String(dateFormat.masks[mask] || mask || dateFormat.masks['default']); | |||
// Allow setting the utc/gmt argument via the mask | |||
var maskSlice = mask.slice(0, 4); | |||
if (maskSlice === 'UTC:' || maskSlice === 'GMT:') { | |||
mask = mask.slice(4); | |||
utc = true; | |||
if (maskSlice === 'GMT:') { | |||
gmt = true; | |||
} | |||
} | |||
var _ = utc ? 'getUTC' : 'get'; | |||
var d = date[_ + 'Date'](); | |||
var D = date[_ + 'Day'](); | |||
var m = date[_ + 'Month'](); | |||
var y = date[_ + 'FullYear'](); | |||
var H = date[_ + 'Hours'](); | |||
var M = date[_ + 'Minutes'](); | |||
var s = date[_ + 'Seconds'](); | |||
var L = date[_ + 'Milliseconds'](); | |||
var o = utc ? 0 : date.getTimezoneOffset(); | |||
var W = getWeek(date); | |||
var N = getDayOfWeek(date); | |||
var flags = { | |||
d: d, | |||
dd: pad(d), | |||
ddd: dateFormat.i18n.dayNames[D], | |||
dddd: dateFormat.i18n.dayNames[D + 7], | |||
m: m + 1, | |||
mm: pad(m + 1), | |||
mmm: dateFormat.i18n.monthNames[m], | |||
mmmm: dateFormat.i18n.monthNames[m + 12], | |||
yy: String(y).slice(2), | |||
yyyy: y, | |||
h: H % 12 || 12, | |||
hh: pad(H % 12 || 12), | |||
H: H, | |||
HH: pad(H), | |||
M: M, | |||
MM: pad(M), | |||
s: s, | |||
ss: pad(s), | |||
l: pad(L, 3), | |||
L: pad(Math.round(L / 10)), | |||
t: H < 12 ? 'a' : 'p', | |||
tt: H < 12 ? 'am' : 'pm', | |||
T: H < 12 ? 'A' : 'P', | |||
TT: H < 12 ? 'AM' : 'PM', | |||
Z: gmt ? 'GMT' : utc ? 'UTC' : (String(date).match(timezone) || ['']).pop().replace(timezoneClip, ''), | |||
o: (o > 0 ? '-' : '+') + pad(Math.floor(Math.abs(o) / 60) * 100 + Math.abs(o) % 60, 4), | |||
S: ['th', 'st', 'nd', 'rd'][d % 10 > 3 ? 0 : (d % 100 - d % 10 != 10) * d % 10], | |||
W: W, | |||
N: N | |||
}; | |||
return mask.replace(token, function (match) { | |||
if (match in flags) { | |||
return flags[match]; | |||
} | |||
return match.slice(1, match.length - 1); | |||
}); | |||
}; | |||
})(); | |||
dateFormat.masks = { | |||
'default': 'ddd mmm dd yyyy HH:MM:ss', | |||
'shortDate': 'm/d/yy', | |||
'mediumDate': 'mmm d, yyyy', | |||
'longDate': 'mmmm d, yyyy', | |||
'fullDate': 'dddd, mmmm d, yyyy', | |||
'shortTime': 'h:MM TT', | |||
'mediumTime': 'h:MM:ss TT', | |||
'longTime': 'h:MM:ss TT Z', | |||
'isoDate': 'yyyy-mm-dd', | |||
'isoTime': 'HH:MM:ss', | |||
'isoDateTime': 'yyyy-mm-dd\'T\'HH:MM:sso', | |||
'isoUtcDateTime': 'UTC:yyyy-mm-dd\'T\'HH:MM:ss\'Z\'', | |||
'expiresHeaderFormat': 'ddd, dd mmm yyyy HH:MM:ss Z' | |||
}; | |||
// Internationalization strings | |||
dateFormat.i18n = { | |||
dayNames: [ | |||
'Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', | |||
'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday' | |||
], | |||
monthNames: [ | |||
'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec', | |||
'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December' | |||
] | |||
}; | |||
function pad(val, len) { | |||
val = String(val); | |||
len = len || 2; | |||
while (val.length < len) { | |||
val = '0' + val; | |||
} | |||
return val; | |||
} | |||
/** | |||
* Get the ISO 8601 week number | |||
* Based on comments from | |||
* http://techblog.procurios.nl/k/n618/news/view/33796/14863/Calculate-ISO-8601-week-and-year-in-javascript.html | |||
* | |||
* @param {Object} `date` | |||
* @return {Number} | |||
*/ | |||
function getWeek(date) { | |||
// Remove time components of date | |||
var targetThursday = new Date(date.getFullYear(), date.getMonth(), date.getDate()); | |||
// Change date to Thursday same week | |||
targetThursday.setDate(targetThursday.getDate() - ((targetThursday.getDay() + 6) % 7) + 3); | |||
// Take January 4th as it is always in week 1 (see ISO 8601) | |||
var firstThursday = new Date(targetThursday.getFullYear(), 0, 4); | |||
// Change date to Thursday same week | |||
firstThursday.setDate(firstThursday.getDate() - ((firstThursday.getDay() + 6) % 7) + 3); | |||
// Check if daylight-saving-time-switch occurred and correct for it | |||
var ds = targetThursday.getTimezoneOffset() - firstThursday.getTimezoneOffset(); | |||
targetThursday.setHours(targetThursday.getHours() - ds); | |||
// Number of weeks between target Thursday and first Thursday | |||
var weekDiff = (targetThursday - firstThursday) / (86400000*7); | |||
return 1 + Math.floor(weekDiff); | |||
} | |||
/** | |||
* Get ISO-8601 numeric representation of the day of the week | |||
* 1 (for Monday) through 7 (for Sunday) | |||
* | |||
* @param {Object} `date` | |||
* @return {Number} | |||
*/ | |||
function getDayOfWeek(date) { | |||
var dow = date.getDay(); | |||
if(dow === 0) { | |||
dow = 7; | |||
} | |||
return dow; | |||
} | |||
/** | |||
* kind-of shortcut | |||
* @param {*} val | |||
* @return {String} | |||
*/ | |||
function kindOf(val) { | |||
if (val === null) { | |||
return 'null'; | |||
} | |||
if (val === undefined) { | |||
return 'undefined'; | |||
} | |||
if (typeof val !== 'object') { | |||
return typeof val; | |||
} | |||
if (Array.isArray(val)) { | |||
return 'array'; | |||
} | |||
return {}.toString.call(val) | |||
.slice(8, -1).toLowerCase(); | |||
}; | |||
if (typeof define === 'function' && define.amd) { | |||
define(function () { | |||
return dateFormat; | |||
}); | |||
} else if (typeof exports === 'object') { | |||
module.exports = dateFormat; | |||
} else { | |||
global.dateFormat = dateFormat; | |||
} | |||
})(this); |
@ -1,15 +0,0 @@ | |||
#!/bin/sh | |||
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") | |||
case `uname` in | |||
*CYGWIN*) basedir=`cygpath -w "$basedir"`;; | |||
esac | |||
if [ -x "$basedir/node" ]; then | |||
"$basedir/node" "$basedir/../../../semver/bin/semver.js" "$@" | |||
ret=$? | |||
else | |||
node "$basedir/../../../semver/bin/semver.js" "$@" | |||
ret=$? | |||
fi | |||
exit $ret |
@ -0,0 +1 @@ | |||
../../../semver/bin/semver.js |
@ -1,7 +0,0 @@ | |||
@IF EXIST "%~dp0\node.exe" ( | |||
"%~dp0\node.exe" "%~dp0\..\..\..\semver\bin\semver.js" %* | |||
) ELSE ( | |||
@SETLOCAL | |||
@SET PATHEXT=%PATHEXT:;.JS;=;% | |||
node "%~dp0\..\..\..\semver\bin\semver.js" %* | |||
) |