first commit
This commit is contained in:
26
build/node_modules/replace-comments-x/.editorconfig
generated
vendored
Normal file
26
build/node_modules/replace-comments-x/.editorconfig
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
# This file is for unifying the coding style for different editors and IDEs
|
||||
# editorconfig.org
|
||||
|
||||
# top-most EditorConfig file
|
||||
root = true
|
||||
|
||||
# every file
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
# 4 space indentation
|
||||
[*.py]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
# Tab indentation (no size specified)
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
1
build/node_modules/replace-comments-x/.eslintignore
generated
vendored
Normal file
1
build/node_modules/replace-comments-x/.eslintignore
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
lib/*
|
||||
6
build/node_modules/replace-comments-x/.eslintrc.json
generated
vendored
Normal file
6
build/node_modules/replace-comments-x/.eslintrc.json
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"root": true,
|
||||
"extends": [
|
||||
"@xotic750/eslint-config-standard-x"
|
||||
]
|
||||
}
|
||||
1
build/node_modules/replace-comments-x/.nvmrc
generated
vendored
Normal file
1
build/node_modules/replace-comments-x/.nvmrc
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
lts/*
|
||||
99
build/node_modules/replace-comments-x/.travis.yml
generated
vendored
Normal file
99
build/node_modules/replace-comments-x/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,99 @@
|
||||
sudo: false
|
||||
language: node_js
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^greenkeeper/.*$/
|
||||
notifications:
|
||||
email: false
|
||||
node_js:
|
||||
- "8.4"
|
||||
- "8.3"
|
||||
- "8.2"
|
||||
- "8.1"
|
||||
- "8.0"
|
||||
- "7.10"
|
||||
- "7.9"
|
||||
- "7.8"
|
||||
- "7.7"
|
||||
- "7.6"
|
||||
- "7.5"
|
||||
- "7.4"
|
||||
- "7.3"
|
||||
- "7.2"
|
||||
- "7.1"
|
||||
- "7.0"
|
||||
- "6.11"
|
||||
- "6.10"
|
||||
- "6.9"
|
||||
- "6.8"
|
||||
- "6.7"
|
||||
- "6.6"
|
||||
- "6.5"
|
||||
- "6.4"
|
||||
- "6.3"
|
||||
- "6.2"
|
||||
- "6.1"
|
||||
- "6.0"
|
||||
- "5.12"
|
||||
- "5.11"
|
||||
- "5.10"
|
||||
- "5.9"
|
||||
- "5.8"
|
||||
- "5.7"
|
||||
- "5.6"
|
||||
- "5.5"
|
||||
- "5.4"
|
||||
- "5.3"
|
||||
- "5.2"
|
||||
- "5.1"
|
||||
- "5.0"
|
||||
- "4.8"
|
||||
- "4.7"
|
||||
- "4.6"
|
||||
- "4.5"
|
||||
- "4.4"
|
||||
- "4.3"
|
||||
- "4.2"
|
||||
- "4.1"
|
||||
- "4.0"
|
||||
- "iojs-v3.3"
|
||||
- "iojs-v3.2"
|
||||
- "iojs-v3.1"
|
||||
- "iojs-v3.0"
|
||||
- "iojs-v2.5"
|
||||
- "iojs-v2.4"
|
||||
- "iojs-v2.3"
|
||||
- "iojs-v2.2"
|
||||
- "iojs-v2.1"
|
||||
- "iojs-v2.0"
|
||||
- "iojs-v1.8"
|
||||
- "iojs-v1.7"
|
||||
- "iojs-v1.6"
|
||||
- "iojs-v1.5"
|
||||
- "iojs-v1.4"
|
||||
- "iojs-v1.3"
|
||||
- "iojs-v1.2"
|
||||
- "iojs-v1.1"
|
||||
- "iojs-v1.0"
|
||||
- "0.12"
|
||||
- "0.11"
|
||||
- "0.10"
|
||||
- "0.9"
|
||||
- "0.8"
|
||||
- "0.6"
|
||||
- "0.4"
|
||||
before_install:
|
||||
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ]; then npm install -g npm@1.3 ; elif [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then case "$(npm --version)" in 1.*) npm install -g npm@1.4.28 ;; 2.*) npm install -g npm@2 ; esac ; fi'
|
||||
- 'if [ "${TRAVIS_NODE_VERSION}" != "0.6" ] && [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then if [ "${TRAVIS_NODE_VERSION%${TRAVIS_NODE_VERSION#[0-9]}}" = "0" ] || [ "${TRAVIS_NODE_VERSION:0:4}" = "iojs" ]; then npm install -g npm@4.5; elif [[ "${TRAVIS_NODE_VERSION%${TRAVIS_NODE_VERSION#[0-9]}}" =~ ^[4-5]+$ ]]; then npm install -g npm@5.3; else npm install -g npm; fi; fi'
|
||||
install:
|
||||
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ]; then nvm install 0.8 && npm install -g npm@1.3 && npm install -g npm@1.4.28 && npm install -g npm@2 && npm install && nvm use --delete-prefix "${TRAVIS_NODE_VERSION}"; else npm install; fi;'
|
||||
script:
|
||||
- 'npm test'
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- node_js: "0.11"
|
||||
- node_js: "0.9"
|
||||
- node_js: "0.6"
|
||||
- node_js: "0.4"
|
||||
17
build/node_modules/replace-comments-x/.uglifyjsrc.json
generated
vendored
Normal file
17
build/node_modules/replace-comments-x/.uglifyjsrc.json
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"warnings": false,
|
||||
"parse": {},
|
||||
"compress": {
|
||||
"keep_fnames": true
|
||||
},
|
||||
"mangle": false,
|
||||
"output": {
|
||||
"ascii_only": true,
|
||||
"beautify": false,
|
||||
"comments": "some"
|
||||
},
|
||||
"sourceMap": {},
|
||||
"nameCache": null,
|
||||
"toplevel": false,
|
||||
"ie8": true
|
||||
}
|
||||
21
build/node_modules/replace-comments-x/LICENSE
generated
vendored
Normal file
21
build/node_modules/replace-comments-x/LICENSE
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
https://opensource.org/licenses/MIT
|
||||
|
||||
Copyright (c) 2017 Graham Fairweather.
|
||||
|
||||
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.
|
||||
54
build/node_modules/replace-comments-x/README.md
generated
vendored
Normal file
54
build/node_modules/replace-comments-x/README.md
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
<a href="https://travis-ci.org/Xotic750/replace-comments-x"
|
||||
title="Travis status">
|
||||
<img
|
||||
src="https://travis-ci.org/Xotic750/replace-comments-x.svg?branch=master"
|
||||
alt="Travis status" height="18"/>
|
||||
</a>
|
||||
<a href="https://david-dm.org/Xotic750/replace-comments-x"
|
||||
title="Dependency status">
|
||||
<img src="https://david-dm.org/Xotic750/replace-comments-x.svg"
|
||||
alt="Dependency status" height="18"/>
|
||||
</a>
|
||||
<a href="https://david-dm.org/Xotic750/replace-comments-x#info=devDependencies"
|
||||
title="devDependency status">
|
||||
<img src="https://david-dm.org/Xotic750/replace-comments-x/dev-status.svg"
|
||||
alt="devDependency status" height="18"/>
|
||||
</a>
|
||||
<a href="https://badge.fury.io/js/replace-comments-x" title="npm version">
|
||||
<img src="https://badge.fury.io/js/replace-comments-x.svg"
|
||||
alt="npm version" height="18"/>
|
||||
</a>
|
||||
<a name="module_replace-comments-x"></a>
|
||||
|
||||
## replace-comments-x
|
||||
Replace the comments in a string.
|
||||
|
||||
**Version**: 2.0.0
|
||||
**Author**: Xotic750 <Xotic750@gmail.com>
|
||||
**License**: [MIT](<https://opensource.org/licenses/MIT>)
|
||||
**Copyright**: Xotic750
|
||||
<a name="exp_module_replace-comments-x--module.exports"></a>
|
||||
|
||||
### `module.exports(string, [replacement])` ⇒ <code>string</code> ⏏
|
||||
This method replaces comments in a string.
|
||||
|
||||
**Kind**: Exported function
|
||||
**Returns**: <code>string</code> - The new string with the comments replaced.
|
||||
**Throws**:
|
||||
|
||||
- <code>TypeError</code> If string is null or undefined or not coercible.
|
||||
- <code>TypeError</code> If replacement is not coercible.
|
||||
|
||||
|
||||
| Param | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| string | <code>string</code> | The string to be stripped. |
|
||||
| [replacement] | <code>string</code> | The string to be used as a replacement. |
|
||||
|
||||
**Example**
|
||||
```js
|
||||
var replaceComments = require('replace-comments-x');
|
||||
|
||||
replaceComments(test;/* test * /, ''), // 'test;'
|
||||
replaceComments(test; // test, ''), // 'test;'
|
||||
```
|
||||
20
build/node_modules/replace-comments-x/badges.html
generated
vendored
Normal file
20
build/node_modules/replace-comments-x/badges.html
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<a href="https://travis-ci.org/Xotic750/@{PACKAGE-NAME}"
|
||||
title="Travis status">
|
||||
<img
|
||||
src="https://travis-ci.org/Xotic750/@{PACKAGE-NAME}.svg?branch=master"
|
||||
alt="Travis status" height="18"/>
|
||||
</a>
|
||||
<a href="https://david-dm.org/Xotic750/@{PACKAGE-NAME}"
|
||||
title="Dependency status">
|
||||
<img src="https://david-dm.org/Xotic750/@{PACKAGE-NAME}.svg"
|
||||
alt="Dependency status" height="18"/>
|
||||
</a>
|
||||
<a href="https://david-dm.org/Xotic750/@{PACKAGE-NAME}#info=devDependencies"
|
||||
title="devDependency status">
|
||||
<img src="https://david-dm.org/Xotic750/@{PACKAGE-NAME}/dev-status.svg"
|
||||
alt="devDependency status" height="18"/>
|
||||
</a>
|
||||
<a href="https://badge.fury.io/js/@{PACKAGE-NAME}" title="npm version">
|
||||
<img src="https://badge.fury.io/js/@{PACKAGE-NAME}.svg"
|
||||
alt="npm version" height="18"/>
|
||||
</a>
|
||||
33
build/node_modules/replace-comments-x/index.js
generated
vendored
Normal file
33
build/node_modules/replace-comments-x/index.js
generated
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
/**
|
||||
* @file Replace the comments in a string.
|
||||
* @version 2.0.0
|
||||
* @author Xotic750 <Xotic750@gmail.com>
|
||||
* @copyright Xotic750
|
||||
* @license {@link <https://opensource.org/licenses/MIT> MIT}
|
||||
* @module replace-comments-x
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
var toStr = require('to-string-x');
|
||||
var requireCoercibleToString = require('require-coercible-to-string-x');
|
||||
var STRIP_COMMENTS = /((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg;
|
||||
var replace = ''.replace;
|
||||
|
||||
/**
|
||||
* This method replaces comments in a string.
|
||||
*
|
||||
* @param {string} string - The string to be stripped.
|
||||
* @param {string} [replacement] - The string to be used as a replacement.
|
||||
* @throws {TypeError} If string is null or undefined or not coercible.
|
||||
* @throws {TypeError} If replacement is not coercible.
|
||||
* @returns {string} The new string with the comments replaced.
|
||||
* @example
|
||||
* var replaceComments = require('replace-comments-x');
|
||||
*
|
||||
* replaceComments(test;/* test * /, ''), // 'test;'
|
||||
* replaceComments(test; // test, ''), // 'test;'
|
||||
*/
|
||||
module.exports = function replaceComments(string) {
|
||||
return replace.call(requireCoercibleToString(string), STRIP_COMMENTS, arguments.length > 1 ? toStr(arguments[1]) : '');
|
||||
};
|
||||
292
build/node_modules/replace-comments-x/lib/replace-comments-x.js
generated
vendored
Normal file
292
build/node_modules/replace-comments-x/lib/replace-comments-x.js
generated
vendored
Normal file
@@ -0,0 +1,292 @@
|
||||
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.returnExports = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(_dereq_,module,exports){
|
||||
/**
|
||||
* @file Replace the comments in a string.
|
||||
* @version 2.0.0
|
||||
* @author Xotic750 <Xotic750@gmail.com>
|
||||
* @copyright Xotic750
|
||||
* @license {@link <https://opensource.org/licenses/MIT> MIT}
|
||||
* @module replace-comments-x
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
var toStr = _dereq_('to-string-x');
|
||||
var requireCoercibleToString = _dereq_('require-coercible-to-string-x');
|
||||
var STRIP_COMMENTS = /((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg;
|
||||
var replace = ''.replace;
|
||||
|
||||
/**
|
||||
* This method replaces comments in a string.
|
||||
*
|
||||
* @param {string} string - The string to be stripped.
|
||||
* @param {string} [replacement] - The string to be used as a replacement.
|
||||
* @throws {TypeError} If string is null or undefined or not coercible.
|
||||
* @throws {TypeError} If replacement is not coercible.
|
||||
* @returns {string} The new string with the comments replaced.
|
||||
* @example
|
||||
* var replaceComments = require('replace-comments-x');
|
||||
*
|
||||
* replaceComments(test;/* test * /, ''), // 'test;'
|
||||
* replaceComments(test; // test, ''), // 'test;'
|
||||
*/
|
||||
module.exports = function replaceComments(string) {
|
||||
return replace.call(requireCoercibleToString(string), STRIP_COMMENTS, arguments.length > 1 ? toStr(arguments[1]) : '');
|
||||
};
|
||||
|
||||
},{"require-coercible-to-string-x":5,"to-string-x":7}],2:[function(_dereq_,module,exports){
|
||||
/**
|
||||
* @file Checks if `value` is `null` or `undefined`.
|
||||
* @version 1.4.1
|
||||
* @author Xotic750 <Xotic750@gmail.com>
|
||||
* @copyright Xotic750
|
||||
* @license {@link <https://opensource.org/licenses/MIT> MIT}
|
||||
* @module is-nil-x
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
var isUndefined = _dereq_('validate.io-undefined');
|
||||
var isNull = _dereq_('lodash.isnull');
|
||||
|
||||
/**
|
||||
* Checks if `value` is `null` or `undefined`.
|
||||
*
|
||||
* @param {*} value - The value to check.
|
||||
* @returns {boolean} Returns `true` if `value` is nullish, else `false`.
|
||||
* @example
|
||||
* var isNil = require('is-nil-x');
|
||||
*
|
||||
* isNil(null); // => true
|
||||
* isNil(void 0); // => true
|
||||
* isNil(NaN); // => false
|
||||
*/
|
||||
module.exports = function isNil(value) {
|
||||
return isNull(value) || isUndefined(value);
|
||||
};
|
||||
|
||||
},{"lodash.isnull":4,"validate.io-undefined":8}],3:[function(_dereq_,module,exports){
|
||||
'use strict';
|
||||
|
||||
var toStr = Object.prototype.toString;
|
||||
var hasSymbols = typeof Symbol === 'function' && typeof Symbol() === 'symbol';
|
||||
|
||||
if (hasSymbols) {
|
||||
var symToStr = Symbol.prototype.toString;
|
||||
var symStringRegex = /^Symbol\(.*\)$/;
|
||||
var isSymbolObject = function isSymbolObject(value) {
|
||||
if (typeof value.valueOf() !== 'symbol') { return false; }
|
||||
return symStringRegex.test(symToStr.call(value));
|
||||
};
|
||||
module.exports = function isSymbol(value) {
|
||||
if (typeof value === 'symbol') { return true; }
|
||||
if (toStr.call(value) !== '[object Symbol]') { return false; }
|
||||
try {
|
||||
return isSymbolObject(value);
|
||||
} catch (e) {
|
||||
return false;
|
||||
}
|
||||
};
|
||||
} else {
|
||||
module.exports = function isSymbol(value) {
|
||||
// this environment does not support Symbols.
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
},{}],4:[function(_dereq_,module,exports){
|
||||
/**
|
||||
* lodash 3.0.0 (Custom Build) <https://lodash.com/>
|
||||
* Build: `lodash modern modularize exports="npm" -o ./`
|
||||
* Copyright 2012-2015 The Dojo Foundation <http://dojofoundation.org/>
|
||||
* Based on Underscore.js 1.7.0 <http://underscorejs.org/LICENSE>
|
||||
* Copyright 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
||||
* Available under MIT license <https://lodash.com/license>
|
||||
*/
|
||||
|
||||
/**
|
||||
* Checks if `value` is `null`.
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
* @category Lang
|
||||
* @param {*} value The value to check.
|
||||
* @returns {boolean} Returns `true` if `value` is `null`, else `false`.
|
||||
* @example
|
||||
*
|
||||
* _.isNull(null);
|
||||
* // => true
|
||||
*
|
||||
* _.isNull(void 0);
|
||||
* // => false
|
||||
*/
|
||||
function isNull(value) {
|
||||
return value === null;
|
||||
}
|
||||
|
||||
module.exports = isNull;
|
||||
|
||||
},{}],5:[function(_dereq_,module,exports){
|
||||
/**
|
||||
* @file Requires an argument is corecible then converts using ToString.
|
||||
* @version 1.0.0
|
||||
* @author Xotic750 <Xotic750@gmail.com>
|
||||
* @copyright Xotic750
|
||||
* @license {@link <https://opensource.org/licenses/MIT> MIT}
|
||||
* @module require-coercible-to-string-x
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
var requireObjectCoercible = _dereq_('require-object-coercible-x');
|
||||
var toStr = _dereq_('to-string-x');
|
||||
|
||||
/**
|
||||
* This method requires an argument is corecible then converts using ToString.
|
||||
*
|
||||
* @param {*} value - The value to converted to a string.
|
||||
* @throws {TypeError} If value is null or undefined.
|
||||
* @returns {string} The value as a string.
|
||||
* @example
|
||||
* var requireCoercibleToString = require('require-coercible-to-string-x');
|
||||
*
|
||||
* requireCoercibleToString(); // TypeError
|
||||
* requireCoercibleToString(null); // TypeError
|
||||
* requireCoercibleToString(Symbol('')); // TypeError
|
||||
* requireCoercibleToString(Object.create(null)); // TypeError
|
||||
* requireCoercibleToString(1); // '1'
|
||||
* requireCoercibleToString(true); // 'true'
|
||||
*/
|
||||
module.exports = function requireCoercibleToString(value) {
|
||||
return toStr(requireObjectCoercible(value));
|
||||
};
|
||||
|
||||
},{"require-object-coercible-x":6,"to-string-x":7}],6:[function(_dereq_,module,exports){
|
||||
/**
|
||||
* @file ES6-compliant shim for RequireObjectCoercible.
|
||||
* @see {@link http://www.ecma-international.org/ecma-262/6.0/#sec-requireobjectcoercible|7.2.1 RequireObjectCoercible ( argument )}
|
||||
* @version 1.4.1
|
||||
* @author Xotic750 <Xotic750@gmail.com>
|
||||
* @copyright Xotic750
|
||||
* @license {@link <https://opensource.org/licenses/MIT> MIT}
|
||||
* @module require-object-coercible-x
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
var isNil = _dereq_('is-nil-x');
|
||||
|
||||
/**
|
||||
* The abstract operation RequireObjectCoercible throws an error if argument
|
||||
* is a value that cannot be converted to an Object using ToObject.
|
||||
*
|
||||
* @param {*} value - The `value` to check.
|
||||
* @throws {TypeError} If `value` is a `null` or `undefined`.
|
||||
* @returns {string} The `value`.
|
||||
* @example
|
||||
* var RequireObjectCoercible = require('require-object-coercible-x');
|
||||
*
|
||||
* RequireObjectCoercible(); // TypeError
|
||||
* RequireObjectCoercible(null); // TypeError
|
||||
* RequireObjectCoercible('abc'); // 'abc'
|
||||
* RequireObjectCoercible(true); // true
|
||||
* RequireObjectCoercible(Symbol('foo')); // Symbol('foo')
|
||||
*/
|
||||
module.exports = function RequireObjectCoercible(value) {
|
||||
if (isNil(value)) {
|
||||
throw new TypeError('Cannot call method on ' + value);
|
||||
}
|
||||
|
||||
return value;
|
||||
};
|
||||
|
||||
},{"is-nil-x":2}],7:[function(_dereq_,module,exports){
|
||||
/**
|
||||
* @file ES6-compliant shim for ToString.
|
||||
* @see {@link http://www.ecma-international.org/ecma-262/6.0/#sec-tostring|7.1.12 ToString ( argument )}
|
||||
* @version 1.4.2
|
||||
* @author Xotic750 <Xotic750@gmail.com>
|
||||
* @copyright Xotic750
|
||||
* @license {@link <https://opensource.org/licenses/MIT> MIT}
|
||||
* @module to-string-x
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
var castString = ''.constructor;
|
||||
var isSymbol = _dereq_('is-symbol');
|
||||
|
||||
/**
|
||||
* The abstract operation ToString converts argument to a value of type String.
|
||||
*
|
||||
* @param {*} value - The value to convert to a string.
|
||||
* @throws {TypeError} If `value` is a Symbol.
|
||||
* @returns {string} The converted value.
|
||||
* @example
|
||||
* var $toString = require('to-string-x');
|
||||
*
|
||||
* $toString(); // 'undefined'
|
||||
* $toString(null); // 'null'
|
||||
* $toString('abc'); // 'abc'
|
||||
* $toString(true); // 'true'
|
||||
* $toString(Symbol('foo')); // TypeError
|
||||
* $toString(Symbol.iterator); // TypeError
|
||||
* $toString(Object(Symbol.iterator)); // TypeError
|
||||
* $toString(Object.create(null)); // TypeError
|
||||
*/
|
||||
module.exports = function ToString(value) {
|
||||
if (isSymbol(value)) {
|
||||
throw new TypeError('Cannot convert a Symbol value to a string');
|
||||
}
|
||||
|
||||
return castString(value);
|
||||
};
|
||||
|
||||
},{"is-symbol":3}],8:[function(_dereq_,module,exports){
|
||||
/**
|
||||
*
|
||||
* VALIDATE: undefined
|
||||
*
|
||||
*
|
||||
* DESCRIPTION:
|
||||
* - Validates if a value is undefined.
|
||||
*
|
||||
*
|
||||
* NOTES:
|
||||
* [1]
|
||||
*
|
||||
*
|
||||
* TODO:
|
||||
* [1]
|
||||
*
|
||||
*
|
||||
* LICENSE:
|
||||
* MIT
|
||||
*
|
||||
* Copyright (c) 2014. Athan Reines.
|
||||
*
|
||||
*
|
||||
* AUTHOR:
|
||||
* Athan Reines. kgryte@gmail.com. 2014.
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* FUNCTION: isUndefined( value )
|
||||
* Validates if a value is undefined.
|
||||
*
|
||||
* @param {*} value - value to be validated
|
||||
* @returns {Boolean} boolean indicating whether value is undefined
|
||||
*/
|
||||
function isUndefined( value ) {
|
||||
return value === void 0;
|
||||
} // end FUNCTION isUndefined()
|
||||
|
||||
|
||||
// EXPORTS //
|
||||
|
||||
module.exports = isUndefined;
|
||||
|
||||
},{}]},{},[1])(1)
|
||||
});
|
||||
43
build/node_modules/replace-comments-x/lib/replace-comments-x.min.js
generated
vendored
Normal file
43
build/node_modules/replace-comments-x/lib/replace-comments-x.min.js
generated
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
!function(f){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=f();else if("function"==typeof define&&define.amd)define([],f);else{("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).returnExports=f()}}(function(){return function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a="function"==typeof require&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n||e)},l,l.exports,e,t,n,r)}return n[o].exports}for(var i="function"==typeof require&&require,o=0;o<r.length;o++)s(r[o]);return s}({1:[function(_dereq_,module,exports){/**
|
||||
* @file Replace the comments in a string.
|
||||
* @version 2.0.0
|
||||
* @author Xotic750 <Xotic750@gmail.com>
|
||||
* @copyright Xotic750
|
||||
* @license {@link <https://opensource.org/licenses/MIT> MIT}
|
||||
* @module replace-comments-x
|
||||
*/
|
||||
"use strict";var toStr=_dereq_("to-string-x"),requireCoercibleToString=_dereq_("require-coercible-to-string-x"),STRIP_COMMENTS=/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/gm,replace="".replace;module.exports=function replaceComments(string){return replace.call(requireCoercibleToString(string),STRIP_COMMENTS,arguments.length>1?toStr(arguments[1]):"")}},{"require-coercible-to-string-x":5,"to-string-x":7}],2:[function(_dereq_,module,exports){/**
|
||||
* @file Checks if `value` is `null` or `undefined`.
|
||||
* @version 1.4.1
|
||||
* @author Xotic750 <Xotic750@gmail.com>
|
||||
* @copyright Xotic750
|
||||
* @license {@link <https://opensource.org/licenses/MIT> MIT}
|
||||
* @module is-nil-x
|
||||
*/
|
||||
"use strict";var isUndefined=_dereq_("validate.io-undefined"),isNull=_dereq_("lodash.isnull");module.exports=function isNil(value){return isNull(value)||isUndefined(value)}},{"lodash.isnull":4,"validate.io-undefined":8}],3:[function(_dereq_,module,exports){"use strict";var toStr=Object.prototype.toString;if("function"==typeof Symbol&&"symbol"==typeof Symbol()){var symToStr=Symbol.prototype.toString,symStringRegex=/^Symbol\(.*\)$/,isSymbolObject=function isSymbolObject(value){return"symbol"==typeof value.valueOf()&&symStringRegex.test(symToStr.call(value))};module.exports=function isSymbol(value){if("symbol"==typeof value)return!0;if("[object Symbol]"!==toStr.call(value))return!1;try{return isSymbolObject(value)}catch(e){return!1}}}else module.exports=function isSymbol(value){return!1}},{}],4:[function(_dereq_,module,exports){module.exports=function isNull(value){return null===value}},{}],5:[function(_dereq_,module,exports){/**
|
||||
* @file Requires an argument is corecible then converts using ToString.
|
||||
* @version 1.0.0
|
||||
* @author Xotic750 <Xotic750@gmail.com>
|
||||
* @copyright Xotic750
|
||||
* @license {@link <https://opensource.org/licenses/MIT> MIT}
|
||||
* @module require-coercible-to-string-x
|
||||
*/
|
||||
"use strict";var requireObjectCoercible=_dereq_("require-object-coercible-x"),toStr=_dereq_("to-string-x");module.exports=function requireCoercibleToString(value){return toStr(requireObjectCoercible(value))}},{"require-object-coercible-x":6,"to-string-x":7}],6:[function(_dereq_,module,exports){/**
|
||||
* @file ES6-compliant shim for RequireObjectCoercible.
|
||||
* @see {@link http://www.ecma-international.org/ecma-262/6.0/#sec-requireobjectcoercible|7.2.1 RequireObjectCoercible ( argument )}
|
||||
* @version 1.4.1
|
||||
* @author Xotic750 <Xotic750@gmail.com>
|
||||
* @copyright Xotic750
|
||||
* @license {@link <https://opensource.org/licenses/MIT> MIT}
|
||||
* @module require-object-coercible-x
|
||||
*/
|
||||
"use strict";var isNil=_dereq_("is-nil-x");module.exports=function RequireObjectCoercible(value){if(isNil(value))throw new TypeError("Cannot call method on "+value);return value}},{"is-nil-x":2}],7:[function(_dereq_,module,exports){/**
|
||||
* @file ES6-compliant shim for ToString.
|
||||
* @see {@link http://www.ecma-international.org/ecma-262/6.0/#sec-tostring|7.1.12 ToString ( argument )}
|
||||
* @version 1.4.2
|
||||
* @author Xotic750 <Xotic750@gmail.com>
|
||||
* @copyright Xotic750
|
||||
* @license {@link <https://opensource.org/licenses/MIT> MIT}
|
||||
* @module to-string-x
|
||||
*/
|
||||
"use strict";var castString="".constructor,isSymbol=_dereq_("is-symbol");module.exports=function ToString(value){if(isSymbol(value))throw new TypeError("Cannot convert a Symbol value to a string");return castString(value)}},{"is-symbol":3}],8:[function(_dereq_,module,exports){"use strict";module.exports=function isUndefined(value){return void 0===value}},{}]},{},[1])(1)});
|
||||
1
build/node_modules/replace-comments-x/lib/replace-comments-x.min.js.map
generated
vendored
Normal file
1
build/node_modules/replace-comments-x/lib/replace-comments-x.min.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["lib/replace-comments-x.js"],"names":["f","exports","module","define","amd","window","global","self","this","returnExports","e","t","n","r","s","o","u","a","require","i","Error","code","l","call","length","1","_dereq_","toStr","requireCoercibleToString","STRIP_COMMENTS","replace","replaceComments","string","arguments","require-coercible-to-string-x","to-string-x","2","isUndefined","isNull","isNil","value","lodash.isnull","validate.io-undefined","3","Object","prototype","toString","Symbol","symToStr","symStringRegex","isSymbolObject","valueOf","test","isSymbol","4","5","requireObjectCoercible","require-object-coercible-x","6","RequireObjectCoercible","TypeError","is-nil-x","7","castString","constructor","ToString","is-symbol","8"],"mappings":"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"}
|
||||
114
build/node_modules/replace-comments-x/package.json
generated
vendored
Normal file
114
build/node_modules/replace-comments-x/package.json
generated
vendored
Normal file
@@ -0,0 +1,114 @@
|
||||
{
|
||||
"_from": "replace-comments-x@^2.0.0",
|
||||
"_id": "replace-comments-x@2.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-+vMP4jqU+8HboLWms6YMNEiaZG5hh1oR6ENCnGYDF/UQ7aYiJUK/8tcl3+KZAHRCKKa3gqzrfiarlUBHQSgRlg==",
|
||||
"_location": "/replace-comments-x",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "replace-comments-x@^2.0.0",
|
||||
"name": "replace-comments-x",
|
||||
"escapedName": "replace-comments-x",
|
||||
"rawSpec": "^2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/is-function-x"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/replace-comments-x/-/replace-comments-x-2.0.0.tgz",
|
||||
"_shasum": "a5cec18efd912aad78a7c3c4b69d01768556d140",
|
||||
"_spec": "replace-comments-x@^2.0.0",
|
||||
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/is-function-x",
|
||||
"author": {
|
||||
"name": "Graham Fairweather",
|
||||
"email": "xotic750@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Xotic750/replace-comments-x/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"copyright": "Copyright (c) 2017",
|
||||
"dependencies": {
|
||||
"require-coercible-to-string-x": "^1.0.0",
|
||||
"to-string-x": "^1.4.2"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Replace the comments in a string.",
|
||||
"devDependencies": {
|
||||
"@xotic750/eslint-config-standard-x": "^2.2.1",
|
||||
"browserify": "^14.4.0",
|
||||
"browserify-derequire": "^0.9.4",
|
||||
"cross-env": "^5.0.1",
|
||||
"es5-shim": "^4.5.9",
|
||||
"es6-shim": "^0.35.3",
|
||||
"es7-shim": "^6.0.0",
|
||||
"eslint": "^4.2.0",
|
||||
"eslint-plugin-compat": "^1.0.4",
|
||||
"eslint-plugin-css-modules": "^2.7.2",
|
||||
"eslint-plugin-eslint-comments": "^1.0.2",
|
||||
"eslint-plugin-jsdoc": "^3.1.1",
|
||||
"eslint-plugin-json": "^1.2.0",
|
||||
"eslint-plugin-no-use-extend-native": "^0.3.12",
|
||||
"husky": "^0.13.4",
|
||||
"jasmine-node": "^1.14.5",
|
||||
"jsdoc-to-markdown": "^3.0.0",
|
||||
"json3": "^3.3.2",
|
||||
"make-jasmine-spec-runner-html": "^1.3.0",
|
||||
"ncp": "^2.0.0",
|
||||
"nodemon": "^1.11.0",
|
||||
"nsp": "^2.6.3",
|
||||
"parallelshell": "^3.0.1",
|
||||
"replace-x": "^1.5.0",
|
||||
"rimraf": "^2.6.1",
|
||||
"serve": "^6.0.2",
|
||||
"uglify-js": "^3.0.24"
|
||||
},
|
||||
"engines": {
|
||||
"node": "*"
|
||||
},
|
||||
"homepage": "https://github.com/Xotic750/replace-comments-x",
|
||||
"keywords": [
|
||||
"string",
|
||||
"replace",
|
||||
"comments",
|
||||
"module",
|
||||
"javascript",
|
||||
"nodejs",
|
||||
"browser"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "replace-comments-x",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Xotic750/replace-comments-x.git"
|
||||
},
|
||||
"scripts": {
|
||||
"browserify": "browserify -p browserify-derequire -e index.js -o lib/replace-comments-x.js -u 'crypto' -s returnExports",
|
||||
"build": "npm run clean && npm run lint && npm run browserify && npm run uglify && npm run docs && npm test && npm run security",
|
||||
"build:description": "replace-x \" @file .*\" \" @file $(node -p -e \"require('./package.json').description\")\" index.js",
|
||||
"build:jasmine": "npm run clean:jasmine && make-jasmine-spec-runner-html",
|
||||
"build:name": "replace-x \" @module .*\" \" @module $(node -p -e \"require('./package.json').name\")\" index.js",
|
||||
"build:replace": "npm run build:setver && npm run build:name && npm run build:description",
|
||||
"build:setver": "replace-x \" @version .*\" \" @version $(node -p -e \"require('./package.json').version\")\" index.js",
|
||||
"clean": "rimraf README.md lib/*",
|
||||
"clean:all": "npm run clean:jasmine && npm run clean",
|
||||
"clean:jasmine": "rimraf tests/index.html tests/run.js",
|
||||
"docs": "npm run docs:badges && jsdoc2md --name-format --example-lang js index.js >> README.md",
|
||||
"docs:badges": "ncp badges.html README.md && npm run docs:name",
|
||||
"docs:name": "replace-x \"@{PACKAGE-NAME}\" \"$(node -p -e \"require('./package.json').name\")\" README.md",
|
||||
"lint": "eslint *.js tests/spec/*.js",
|
||||
"lint-fix": "npm run lint -- --fix",
|
||||
"precommit": "npm run production",
|
||||
"prepush": "npm run production",
|
||||
"production": "npm run clean:all && npm run build:jasmine && npm run build:replace && npm run build",
|
||||
"security": "nsp check",
|
||||
"start": "parallelshell \"serve\" \"nodemon --watch index.js --exec 'npm run build'\"",
|
||||
"test": "jasmine-node --matchall tests/spec/",
|
||||
"uglify": "uglifyjs lib/replace-comments-x.js -o lib/replace-comments-x.min.js --config-file .uglifyjsrc.json"
|
||||
},
|
||||
"version": "2.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user