forked from enviPath/enviPy
Current Dev State
This commit is contained in:
294
static/js/ketcher2/node_modules/validator/CHANGELOG.md
generated
vendored
Normal file
294
static/js/ketcher2/node_modules/validator/CHANGELOG.md
generated
vendored
Normal file
@ -0,0 +1,294 @@
|
||||
#### 7.0.0
|
||||
|
||||
- Remove `isDate()`
|
||||
|
||||
#### 6.3.0
|
||||
|
||||
- Allow values like `-.01` in `isFloat()`
|
||||
([#618](https://github.com/chriso/validator.js/issues/618))
|
||||
- New locales
|
||||
([#616](https://github.com/chriso/validator.js/pull/616),
|
||||
[#622](https://github.com/chriso/validator.js/pull/622),
|
||||
[#627](https://github.com/chriso/validator.js/pull/627),
|
||||
[#630](https://github.com/chriso/validator.js/pull/630))
|
||||
|
||||
#### 6.2.1
|
||||
|
||||
- Disallow `<` and `>` in URLs
|
||||
([#613](https://github.com/chriso/validator.js/issues/613))
|
||||
- New locales
|
||||
([#610](https://github.com/chriso/validator.js/pull/610))
|
||||
|
||||
#### 6.2.0
|
||||
|
||||
- Added an option to require an email display name
|
||||
([#607](https://github.com/chriso/validator.js/pull/607))
|
||||
- Added support for `lt` and `gt` to `isInt()`
|
||||
([#588](https://github.com/chriso/validator.js/pull/588))
|
||||
- New locales
|
||||
([#601](https://github.com/chriso/validator.js/pull/601))
|
||||
|
||||
#### 6.1.0
|
||||
|
||||
- Added support for greater or less than in `isFloat()`
|
||||
([#544](https://github.com/chriso/validator.js/issues/544))
|
||||
- Added support for ISSN validation via `isISSN()`
|
||||
([#593](https://github.com/chriso/validator.js/pull/593))
|
||||
- Fixed a bug in `normalizeEmail()`
|
||||
([#594](https://github.com/chriso/validator.js/issues/594))
|
||||
- New locales
|
||||
([#585](https://github.com/chriso/validator.js/pull/585))
|
||||
|
||||
#### 6.0.0
|
||||
|
||||
- Renamed `isNull()` to `isEmpty()`
|
||||
([#574](https://github.com/chriso/validator.js/issues/574))
|
||||
- Backslash is now escaped in `escape()`
|
||||
([#516](https://github.com/chriso/validator.js/issues/516))
|
||||
- Improved `normalizeEmail()`
|
||||
([#583](https://github.com/chriso/validator.js/pull/583))
|
||||
- Allow leading zeroes by default in `isInt()`
|
||||
([#532](https://github.com/chriso/validator.js/pull/532))
|
||||
|
||||
#### 5.7.0
|
||||
|
||||
- Added support for IPv6 in `isURL()`
|
||||
([#564](https://github.com/chriso/validator.js/issues/564))
|
||||
- Added support for urls without a host (e.g. `file:///foo.txt`) in `isURL()`
|
||||
([#563](https://github.com/chriso/validator.js/issues/563))
|
||||
- Added support for regular expressions in the `isURL()` host whitelist and blacklist
|
||||
([#562](https://github.com/chriso/validator.js/issues/562))
|
||||
- Added support for MasterCard 2-Series BIN
|
||||
([#576](https://github.com/chriso/validator.js/pull/576))
|
||||
- New locales
|
||||
([#575](https://github.com/chriso/validator.js/pull/575),
|
||||
[#552](https://github.com/chriso/validator.js/issues/552))
|
||||
|
||||
#### 5.6.0
|
||||
|
||||
- Added an `isMD5()` validator
|
||||
([#557](https://github.com/chriso/validator.js/pull/557))
|
||||
- Fixed an exceptional case in `isDate()`
|
||||
([#566](https://github.com/chriso/validator.js/pull/566))
|
||||
- New locales
|
||||
([#559](https://github.com/chriso/validator.js/pull/559),
|
||||
[#568](https://github.com/chriso/validator.js/pull/568),
|
||||
[#571](https://github.com/chriso/validator.js/pull/571),
|
||||
[#573](https://github.com/chriso/validator.js/pull/573))
|
||||
|
||||
#### 5.5.0
|
||||
|
||||
- Fixed a regex denial of service in `trim()` and `rtrim()`
|
||||
([#556](https://github.com/chriso/validator.js/pull/556))
|
||||
- Added an Algerian locale to `isMobilePhone()`
|
||||
([#540](https://github.com/chriso/validator.js/pull/540))
|
||||
- Fixed the Hungarian locale in `isAlpha()` and `isAlphanumeric()`
|
||||
([#541](https://github.com/chriso/validator.js/pull/541))
|
||||
- Added a Polish locale to `isMobilePhone()`
|
||||
([#545](https://github.com/chriso/validator.js/pull/545))
|
||||
|
||||
#### 5.4.0
|
||||
|
||||
- Accept Union Pay credit cards in `isCreditCard()`
|
||||
([#539](https://github.com/chriso/validator.js/pull/539))
|
||||
- Added Danish locale to `isMobilePhone()`
|
||||
([#538](https://github.com/chriso/validator.js/pull/538))
|
||||
- Added Hungarian locales to `isAlpha()`, `isAlphanumeric()` and `isMobilePhone()`
|
||||
([#537](https://github.com/chriso/validator.js/pull/537))
|
||||
|
||||
#### 5.3.0
|
||||
|
||||
- Added an `allow_leading_zeroes` option to `isInt()`
|
||||
([#532](https://github.com/chriso/validator.js/pull/532))
|
||||
- Adjust Chinese mobile phone validation
|
||||
([#523](https://github.com/chriso/validator.js/pull/523))
|
||||
- Added a Canadian locale to `isMobilePhone()`
|
||||
([#524](https://github.com/chriso/validator.js/issues/524))
|
||||
|
||||
#### 5.2.0
|
||||
|
||||
- Added a `isDataURI()` validator
|
||||
([#521](https://github.com/chriso/validator.js/pull/521))
|
||||
- Added Czech locales
|
||||
([#522](https://github.com/chriso/validator.js/pull/522))
|
||||
- Fixed a bug with `isURL()` when protocol was missing and "://" appeared in the query
|
||||
([#518](https://github.com/chriso/validator.js/issues/518))
|
||||
|
||||
#### 5.1.0
|
||||
|
||||
- Added a `unescape()` HTML function
|
||||
([#509](https://github.com/chriso/validator.js/pull/509))
|
||||
- Added a Malaysian locale to `isMobilePhone()`
|
||||
([#507](https://github.com/chriso/validator.js/pull/507))
|
||||
- Added Polish locales to `isAlpha()` and `isAlphanumeric()`
|
||||
([#506](https://github.com/chriso/validator.js/pull/506))
|
||||
- Added Turkish locales to `isAlpha()`, `isAlphanumeric()` and `isMobilePhone()`
|
||||
([#512](https://github.com/chriso/validator.js/pull/512))
|
||||
- Allow >1 underscore in hostnames when using `allow_underscores`
|
||||
([#510](https://github.com/chriso/validator.js/issues/510))
|
||||
|
||||
#### 5.0.0
|
||||
|
||||
- Migrate to ES6
|
||||
([#496](https://github.com/chriso/validator.js/pull/496))
|
||||
- Break the library up so that individual functions can be imported
|
||||
([#496](https://github.com/chriso/validator.js/pull/496))
|
||||
- Remove auto-coercion of input to a string
|
||||
([#496](https://github.com/chriso/validator.js/pull/496))
|
||||
- Remove the `extend()` function
|
||||
([#496](https://github.com/chriso/validator.js/pull/496))
|
||||
- Added Arabic locales to `isAlpha()` and `isAlphanumeric()`
|
||||
([#496](https://github.com/chriso/validator.js/pull/496#issuecomment-184781730))
|
||||
- Fix validation of very large base64 strings
|
||||
([#503](https://github.com/chriso/validator.js/pull/503))
|
||||
|
||||
#### 4.9.0
|
||||
|
||||
- Added a Russian locale to `isAlpha()` and `isAlphanumeric()`
|
||||
([#499](https://github.com/chriso/validator.js/pull/499))
|
||||
- Remove the restriction on adjacent hyphens in hostnames
|
||||
([#500](https://github.com/chriso/validator.js/issues/500))
|
||||
|
||||
#### 4.8.0
|
||||
|
||||
- Added Spanish, French, Portuguese and Dutch support for `isAlpha()` and `isAlphanumeric()`
|
||||
([#492](https://github.com/chriso/validator.js/pull/492))
|
||||
- Added a Brazilian locale to `isMobilePhone()`
|
||||
([#489](https://github.com/chriso/validator.js/pull/489))
|
||||
- Reject IPv4 addresses with invalid zero padding
|
||||
([#490](https://github.com/chriso/validator.js/pull/490))
|
||||
- Fix the client-side version when used with RequireJS
|
||||
([#494](https://github.com/chriso/validator.js/issues/494))
|
||||
|
||||
#### 4.7.1
|
||||
|
||||
- Use [node-depd](https://github.com/dougwilson/nodejs-depd) to print deprecation notices
|
||||
([#487](https://github.com/chriso/validator.js/issues/487))
|
||||
|
||||
#### 4.7.0
|
||||
|
||||
- Print a deprecation warning if validator input is not a string
|
||||
([1f67e1e](https://github.com/chriso/validator.js/commit/1f67e1e15198c0ae735151290dc8dc2bf14da254)).
|
||||
Note that this will be an error in v5.
|
||||
- Added a German locale to `isMobilePhone()`, `isAlpha()` and `isAlphanumeric()`
|
||||
([#477](https://github.com/chriso/validator.js/pull/477))
|
||||
- Added a Finnish locale to `isMobilePhone()`
|
||||
([#455](https://github.com/chriso/validator.js/pull/455))
|
||||
|
||||
#### 4.6.1
|
||||
|
||||
- Fix coercion of objects: `Object.toString()` is `[object Object]` not `""`
|
||||
([a57f3c8](https://github.com/chriso/validator.js/commit/a57f3c843c715fba2664ee22ec80e9e28e88e0a6))
|
||||
|
||||
#### 4.6.0
|
||||
|
||||
- Added a Spanish locale to `isMobilePhone()`
|
||||
([#481](https://github.com/chriso/validator.js/pull/481))
|
||||
- Fix string coercion of objects created with `Object.create(null)`
|
||||
([#484](https://github.com/chriso/validator.js/issues/484))
|
||||
|
||||
#### 4.5.2
|
||||
|
||||
- Fix a timezone issue with short-form ISO 8601 dates, e.g.
|
||||
`validator.isDate('2011-12-21')`
|
||||
([#480](https://github.com/chriso/validator.js/issues/480))
|
||||
|
||||
#### 4.5.1
|
||||
|
||||
- Make `isLength()` / `isByteLength()` accept `{min, max}` as options object.
|
||||
([#474](https://github.com/chriso/validator.js/issues/474))
|
||||
|
||||
#### 4.5.0
|
||||
|
||||
- Add validation for Indian mobile phone numbers
|
||||
([#471](https://github.com/chriso/validator.js/pull/471))
|
||||
- Tweak Greek and Chinese mobile phone validation
|
||||
([#467](https://github.com/chriso/validator.js/pull/467),
|
||||
[#468](https://github.com/chriso/validator.js/pull/468))
|
||||
- Fixed a bug in `isDate()` when validating ISO 8601 dates without a timezone
|
||||
([#472](https://github.com/chriso/validator.js/issues/472))
|
||||
|
||||
#### 4.4.1
|
||||
|
||||
- Allow triple hyphens in IDNA hostnames
|
||||
([#466](https://github.com/chriso/validator.js/issues/466))
|
||||
|
||||
#### 4.4.0
|
||||
|
||||
- Added `isMACAddress()` validator
|
||||
([#458](https://github.com/chriso/validator.js/pull/458))
|
||||
- Added `isWhitelisted()` validator
|
||||
([#462](https://github.com/chriso/validator.js/pull/462))
|
||||
- Added a New Zealand locale to `isMobilePhone()`
|
||||
([#452](https://github.com/chriso/validator.js/pull/452))
|
||||
- Added options to control GMail address normalization
|
||||
([#460](https://github.com/chriso/validator.js/pull/460))
|
||||
|
||||
#### 4.3.0
|
||||
|
||||
- Support Ember CLI module definitions
|
||||
([#448](https://github.com/chriso/validator.js/pull/448))
|
||||
- Added a Vietnam locale to `isMobilePhone()`
|
||||
([#451](https://github.com/chriso/validator.js/pull/451))
|
||||
|
||||
#### 4.2.1
|
||||
|
||||
- Fix `isDate()` handling of RFC2822 timezones
|
||||
([#447](https://github.com/chriso/validator.js/pull/447))
|
||||
|
||||
#### 4.2.0
|
||||
|
||||
- Fix `isDate()` handling of ISO8601 timezones
|
||||
([#444](https://github.com/chriso/validator.js/pull/444))
|
||||
- Fix the incorrect `isFloat('.') === true`
|
||||
([#443](https://github.com/chriso/validator.js/pull/443))
|
||||
- Added a Norwegian locale to `isMobilePhone()`
|
||||
([#439](https://github.com/chriso/validator.js/pull/439))
|
||||
|
||||
#### 4.1.0
|
||||
|
||||
- General `isDate()` improvements
|
||||
([#431](https://github.com/chriso/validator.js/pull/431))
|
||||
- Tests now require node 4.0+
|
||||
([#438](https://github.com/chriso/validator.js/pull/438))
|
||||
|
||||
#### 4.0.6
|
||||
|
||||
- Added a Taiwan locale to `isMobilePhone()`
|
||||
([#432](https://github.com/chriso/validator.js/pull/432))
|
||||
- Fixed a bug in `isBefore()` where it would return `null`
|
||||
([#436](https://github.com/chriso/validator.js/pull/436))
|
||||
|
||||
#### 4.0.5
|
||||
|
||||
- Fixed a denial of service vulnerability in the `isEmail()` regex
|
||||
([#152](https://github.com/chriso/validator.js/issues/152#issuecomment-131874928))
|
||||
|
||||
#### 4.0.4
|
||||
|
||||
- Reverted the leap year validation in `isDate()` as it introduced some regressions
|
||||
([#422](https://github.com/chriso/validator.js/issues/422), [#423](https://github.com/chriso/validator.js/issues/423))
|
||||
|
||||
#### 4.0.3
|
||||
|
||||
- Added leap year validation to `isDate()`
|
||||
([#418](https://github.com/chriso/validator.js/pull/418))
|
||||
|
||||
#### 4.0.2
|
||||
|
||||
- Fixed `isDecimal()` with an empty string
|
||||
([#419](https://github.com/chriso/validator.js/issues/419))
|
||||
|
||||
#### 4.0.1
|
||||
|
||||
- Fixed `isByteLength()` with certain strings
|
||||
([09f0c6d](https://github.com/chriso/validator.js/commit/09f0c6d2321f0c78af6a7de42e91b63955e4c01e))
|
||||
- Put length restrictions on email parts
|
||||
([#258](https://github.com/chriso/validator.js/issues/258#issuecomment-127173612))
|
||||
|
||||
#### 4.0.0
|
||||
|
||||
- Simplified the `isEmail()` regex and fixed some edge cases
|
||||
([#258](https://github.com/chriso/validator.js/issues/258#issuecomment-127173612))
|
||||
- Added ISO 8601 date validation via `isISO8601()`
|
||||
([#373](https://github.com/chriso/validator.js/issues/373))
|
||||
20
static/js/ketcher2/node_modules/validator/LICENSE
generated
vendored
Normal file
20
static/js/ketcher2/node_modules/validator/LICENSE
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
Copyright (c) 2016 Chris O'Hara <cohara87@gmail.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.
|
||||
185
static/js/ketcher2/node_modules/validator/README.md
generated
vendored
Normal file
185
static/js/ketcher2/node_modules/validator/README.md
generated
vendored
Normal file
@ -0,0 +1,185 @@
|
||||
# validator.js
|
||||
|
||||
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Downloads][downloads-image]][npm-url]
|
||||
|
||||
A library of string validators and sanitizers.
|
||||
|
||||
### Server-side usage
|
||||
|
||||
Install the library with `npm install validator`
|
||||
|
||||
```javascript
|
||||
var validator = require('validator');
|
||||
|
||||
validator.isEmail('foo@bar.com'); //=> true
|
||||
```
|
||||
|
||||
#### ES6
|
||||
|
||||
```javascript
|
||||
import validator from 'validator';
|
||||
```
|
||||
|
||||
Or, import only a subset of the library:
|
||||
|
||||
```javascript
|
||||
import isEmail from 'validator/lib/isEmail';
|
||||
```
|
||||
|
||||
### Client-side usage
|
||||
|
||||
The library can be loaded either as a standalone script, or through an [AMD][amd]-compatible loader
|
||||
|
||||
```html
|
||||
<script type="text/javascript" src="validator.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
validator.isEmail('foo@bar.com'); //=> true
|
||||
</script>
|
||||
```
|
||||
|
||||
The library can also be installed through [bower][bower]
|
||||
|
||||
```bash
|
||||
$ bower install validator-js
|
||||
```
|
||||
|
||||
### Strings only
|
||||
|
||||
**This library validates and sanitizes strings only.**
|
||||
|
||||
If you're not sure if your input is a string, coerce it using `input + ''`.
|
||||
Passing anything other than a string is an error.
|
||||
|
||||
### Validators
|
||||
|
||||
- **contains(str, seed)** - check if the string contains the seed.
|
||||
- **equals(str, comparison)** - check if the string matches the comparison.
|
||||
- **isAfter(str [, date])** - check if the string is a date that's after the specified date (defaults to now).
|
||||
- **isAlpha(str [, locale])** - check if the string contains only letters (a-zA-Z). Locale is one of `['ar', 'ar-AE', 'ar-BH', 'ar-DZ', 'ar-EG', 'ar-IQ', 'ar-JO', 'ar-KW', 'ar-LB', 'ar-LY', 'ar-MA', 'ar-QA', 'ar-QM', 'ar-SA', 'ar-SD', 'ar-SY', 'ar-TN', 'ar-YE', 'cs-CZ', 'da-DK', 'de-DE', 'en-AU', 'en-GB', 'en-HK', 'en-IN', 'en-NZ', 'en-US', 'en-ZA', 'en-ZM', 'es-ES', 'fr-FR', 'hu-HU', 'nl-NL', 'pl-PL', 'pt-BR', 'pt-PT', 'ru-RU', 'sr-RS', 'sr-RS@latin', 'tr-TR', 'uk-UA']`) and defaults to `en-US`.
|
||||
- **isAlphanumeric(str [, locale])** - check if the string contains only letters and numbers. Locale is one of `['ar', 'ar-AE', 'ar-BH', 'ar-DZ', 'ar-EG', 'ar-IQ', 'ar-JO', 'ar-KW', 'ar-LB', 'ar-LY', 'ar-MA', 'ar-QA', 'ar-QM', 'ar-SA', 'ar-SD', 'ar-SY', 'ar-TN', 'ar-YE', 'cs-CZ', 'da-DK', 'de-DE', 'en-AU', 'en-GB', 'en-HK', 'en-IN', 'en-NZ', 'en-US', 'en-ZA', 'en-ZM', 'es-ES', 'fr-FR', 'fr-BE', 'hu-HU', 'nl-BE', 'nl-NL', 'pl-PL', 'pt-BR', 'pt-PT', 'ru-RU', 'sr-RS', 'sr-RS@latin', 'tr-TR', 'uk-UA']`) and defaults to `en-US`.
|
||||
- **isAscii(str)** - check if the string contains ASCII chars only.
|
||||
- **isBase64(str)** - check if a string is base64 encoded.
|
||||
- **isBefore(str [, date])** - check if the string is a date that's before the specified date.
|
||||
- **isBoolean(str)** - check if a string is a boolean.
|
||||
- **isByteLength(str, options)** - check if the string's length (in UTF-8 bytes) falls in a range. `options` is an object which defaults to `{min:0, max: undefined}`.
|
||||
- **isCreditCard(str)** - check if the string is a credit card.
|
||||
- **isCurrency(str, options)** - check if the string is a valid currency amount. `options` is an object which defaults to `{symbol: '$', require_symbol: false, allow_space_after_symbol: false, symbol_after_digits: false, allow_negatives: true, parens_for_negatives: false, negative_sign_before_digits: false, negative_sign_after_digits: false, allow_negative_sign_placeholder: false, thousands_separator: ',', decimal_separator: '.', allow_space_after_digits: false }`.
|
||||
- **isDataURI(str)** - check if the string is a [data uri format](https://developer.mozilla.org/en-US/docs/Web/HTTP/data_URIs).
|
||||
- **isDecimal(str)** - check if the string represents a decimal number, such as 0.1, .3, 1.1, 1.00003, 4.0, etc.
|
||||
- **isDivisibleBy(str, number)** - check if the string is a number that's divisible by another.
|
||||
- **isEmail(str [, options])** - check if the string is an email. `options` is an object which defaults to `{ allow_display_name: false, require_display_name: false, allow_utf8_local_part: true, require_tld: true }`. If `allow_display_name` is set to true, the validator will also match `Display Name <email-address>`. If `require_display_name` is set to true, the validator will reject strings without the format `Display Name <email-address>`. If `allow_utf8_local_part` is set to false, the validator will not allow any non-English UTF8 character in email address' local part. If `require_tld` is set to false, e-mail addresses without having TLD in their domain will also be matched.
|
||||
- **isEmpty(str)** - check if the string has a length of zero.
|
||||
- **isFQDN(str [, options])** - check if the string is a fully qualified domain name (e.g. domain.com). `options` is an object which defaults to `{ require_tld: true, allow_underscores: false, allow_trailing_dot: false }`.
|
||||
- **isFloat(str [, options])** - check if the string is a float. `options` is an object which can contain the keys `min`, `max`, `gt`, and/or `lt` to validate the float is within boundaries (e.g. `{ min: 7.22, max: 9.55 }`). `min` and `max` are equivalent to 'greater or equal' and 'less or equal', respectively while `gt` and `lt` are their strict counterparts.
|
||||
- **isFullWidth(str)** - check if the string contains any full-width chars.
|
||||
- **isHalfWidth(str)** - check if the string contains any half-width chars.
|
||||
- **isHexColor(str)** - check if the string is a hexadecimal color.
|
||||
- **isHexadecimal(str)** - check if the string is a hexadecimal number.
|
||||
- **isIP(str [, version])** - check if the string is an IP (version 4 or 6).
|
||||
- **isISBN(str [, version])** - check if the string is an ISBN (version 10 or 13).
|
||||
- **isISSN(str [, options])** - check if the string is an [ISSN](https://en.wikipedia.org/wiki/International_Standard_Serial_Number). `options` is an object which defaults to `{ case_sensitive: false, require_hyphen: false }`. If `case_sensitive` is true, ISSNs with a lowercase `'x'` as the check digit are rejected.
|
||||
- **isISIN(str)** - check if the string is an [ISIN][ISIN] (stock/security identifier).
|
||||
- **isISO8601(str)** - check if the string is a valid [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date.
|
||||
- **isIn(str, values)** - check if the string is in a array of allowed values.
|
||||
- **isInt(str [, options])** - check if the string is an integer. `options` is an object which can contain the keys `min` and/or `max` to check the integer is within boundaries (e.g. `{ min: 10, max: 99 }`). `options` can also contain the key `allow_leading_zeroes`, which when set to false will disallow integer values with leading zeroes (e.g. `{ allow_leading_zeroes: false }`). Finally, `options` can contain the keys `gt` and/or `lt` which will enforce integers being greater than or less than, respectively, the value provided (e.g. `{gt: 1, lt: 4}` for a number between 1 and 4).
|
||||
- **isJSON(str)** - check if the string is valid JSON (note: uses JSON.parse).
|
||||
- **isLength(str, options)** - check if the string's length falls in a range. `options` is an object which defaults to `{min:0, max: undefined}`. Note: this function takes into account surrogate pairs.
|
||||
- **isLowercase(str)** - check if the string is lowercase.
|
||||
- **isMACAddress(str)** - check if the string is a MAC address.
|
||||
- **isMD5(str)** - check if the string is a MD5 hash.
|
||||
- **isMobilePhone(str, locale)** - check if the string is a mobile phone number, (locale is one of `['ar-DZ', 'ar-SA', 'ar-SY', 'cs-CZ', 'de-DE', 'da-DK', 'el-GR', 'en-AU', 'en-GB', 'en-HK', 'en-IN', 'en-NG', 'en-NZ', 'en-US', 'en-CA', 'en-ZA', 'en-ZM', 'es-ES', 'en-PK', 'fi-FI', 'fr-FR', 'he-IL', 'hu-HU', 'it-IT', 'ja-JP', 'ms-MY', 'nb-NO', 'nn-NO', 'pl-PL', 'pt-PT', 'ro-RO', 'ru-RU', 'sr-RS', 'tr-TR', 'vi-VN', 'zh-CN', 'zh-HK', 'zh-TW']`).
|
||||
- **isMongoId(str)** - check if the string is a valid hex-encoded representation of a [MongoDB ObjectId][mongoid].
|
||||
- **isMultibyte(str)** - check if the string contains one or more multibyte chars.
|
||||
- **isNumeric(str)** - check if the string contains only numbers.
|
||||
- **isSurrogatePair(str)** - check if the string contains any surrogate pairs chars.
|
||||
- **isURL(str [, options])** - check if the string is an URL. `options` is an object which defaults to `{ protocols: ['http','https','ftp'], require_tld: true, require_protocol: false, require_host: true, require_valid_protocol: true, allow_underscores: false, host_whitelist: false, host_blacklist: false, allow_trailing_dot: false, allow_protocol_relative_urls: false }`.
|
||||
- **isUUID(str [, version])** - check if the string is a UUID (version 3, 4 or 5).
|
||||
- **isUppercase(str)** - check if the string is uppercase.
|
||||
- **isVariableWidth(str)** - check if the string contains a mixture of full and half-width chars.
|
||||
- **isWhitelisted(str, chars)** - checks characters if they appear in the whitelist.
|
||||
- **matches(str, pattern [, modifiers])** - check if string matches the pattern. Either `matches('foo', /foo/i)` or `matches('foo', 'foo', 'i')`.
|
||||
|
||||
### Sanitizers
|
||||
|
||||
- **blacklist(input, chars)** - remove characters that appear in the blacklist. The characters are used in a RegExp and so you will need to escape some chars, e.g. `blacklist(input, '\\[\\]')`.
|
||||
- **escape(input)** - replace `<`, `>`, `&`, `'`, `"` and `/` with HTML entities.
|
||||
- **unescape(input)** - replaces HTML encoded entities with `<`, `>`, `&`, `'`, `"` and `/`.
|
||||
- **ltrim(input [, chars])** - trim characters from the left-side of the input.
|
||||
- **normalizeEmail(email [, options])** - canonicalizes an email address. `options` is an object with the following keys and default values:
|
||||
- *all_lowercase: true* - Transforms the local part (before the @ symbol) of all email addresses to lowercase. Please note that this may violate RFC 5321, which gives providers the possibility to treat the local part of email addresses in a case sensitive way (although in practice most - yet not all - providers don't). The domain part of the email address is always lowercased, as it's case insensitive per RFC 1035.
|
||||
- *gmail_lowercase: true* - GMail addresses are known to be case-insensitive, so this switch allows lowercasing them even when *all_lowercase* is set to false. Please note that when *all_lowercase* is true, GMail addresses are lowercased regardless of the value of this setting.
|
||||
- *gmail_remove_dots: true*: Removes dots from the local part of the email address, as GMail ignores them (e.g. "john.doe" and "johndoe" are considered equal).
|
||||
- *gmail_remove_subaddress: true*: Normalizes addresses by removing "sub-addresses", which is the part following a "+" sign (e.g. "foo+bar@gmail.com" becomes "foo@gmail.com").
|
||||
- *gmail_convert_googlemaildotcom: true*: Converts addresses with domain @googlemail.com to @gmail.com, as they're equivalent.
|
||||
- *outlookdotcom_lowercase: true* - Outlook.com addresses (including Windows Live and Hotmail) are known to be case-insensitive, so this switch allows lowercasing them even when *all_lowercase* is set to false. Please note that when *all_lowercase* is true, Outlook.com addresses are lowercased regardless of the value of this setting.
|
||||
- *outlookdotcom_remove_subaddress: true*: Normalizes addresses by removing "sub-addresses", which is the part following a "+" sign (e.g. "foo+bar@outlook.com" becomes "foo@outlook.com").
|
||||
- *yahoo_lowercase: true* - Yahoo Mail addresses are known to be case-insensitive, so this switch allows lowercasing them even when *all_lowercase* is set to false. Please note that when *all_lowercase* is true, Yahoo Mail addresses are lowercased regardless of the value of this setting.
|
||||
- *yahoo_remove_subaddress: true*: Normalizes addresses by removing "sub-addresses", which is the part following a "-" sign (e.g. "foo-bar@yahoo.com" becomes "foo@yahoo.com").
|
||||
- *icloud_lowercase: true* - iCloud addresses (including MobileMe) are known to be case-insensitive, so this switch allows lowercasing them even when *all_lowercase* is set to false. Please note that when *all_lowercase* is true, iCloud addresses are lowercased regardless of the value of this setting.
|
||||
- *icloud_remove_subaddress: true*: Normalizes addresses by removing "sub-addresses", which is the part following a "+" sign (e.g. "foo+bar@icloud.com" becomes "foo@icloud.com").
|
||||
- **rtrim(input [, chars])** - trim characters from the right-side of the input.
|
||||
- **stripLow(input [, keep_new_lines])** - remove characters with a numerical value < 32 and 127, mostly control characters. If `keep_new_lines` is `true`, newline characters are preserved (`\n` and `\r`, hex `0xA` and `0xD`). Unicode-safe in JavaScript.
|
||||
- **toBoolean(input [, strict])** - convert the input string to a boolean. Everything except for `'0'`, `'false'` and `''` returns `true`. In strict mode only `'1'` and `'true'` return `true`.
|
||||
- **toDate(input)** - convert the input string to a date, or `null` if the input is not a date.
|
||||
- **toFloat(input)** - convert the input string to a float, or `NaN` if the input is not a float.
|
||||
- **toInt(input [, radix])** - convert the input string to an integer, or `NaN` if the input is not an integer.
|
||||
- **trim(input [, chars])** - trim characters (whitespace by default) from both sides of the input.
|
||||
- **whitelist(input, chars)** - remove characters that do not appear in the whitelist. The characters are used in a RegExp and so you will need to escape some chars, e.g. `whitelist(input, '\\[\\]')`.
|
||||
|
||||
### XSS Sanitization
|
||||
|
||||
XSS sanitization was removed from the library in [2d5d6999](https://github.com/chriso/validator.js/commit/2d5d6999541add350fb396ef02dc42ca3215049e).
|
||||
|
||||
For an alternative, have a look at Yahoo's [xss-filters library](https://github.com/yahoo/xss-filters) or at [DOMPurify](https://github.com/cure53/DOMPurify).
|
||||
|
||||
### Tests
|
||||
|
||||
```sh
|
||||
$ npm test
|
||||
```
|
||||
|
||||
### Reading
|
||||
|
||||
Remember, validating can be troublesome sometimes. See [A list of articles about programming assumptions commonly made that aren't true](https://github.com/jameslk/awesome-falsehoods).
|
||||
|
||||
### License (MIT)
|
||||
|
||||
```
|
||||
Copyright (c) 2016 Chris O'Hara <cohara87@gmail.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.
|
||||
```
|
||||
|
||||
[downloads-image]: http://img.shields.io/npm/dm/validator.svg
|
||||
|
||||
[npm-url]: https://npmjs.org/package/validator
|
||||
[npm-image]: http://img.shields.io/npm/v/validator.svg
|
||||
|
||||
[travis-url]: https://travis-ci.org/chriso/validator.js
|
||||
[travis-image]: http://img.shields.io/travis/chriso/validator.js.svg
|
||||
|
||||
[coveralls-url]: https://coveralls.io/r/chriso/validator.js
|
||||
[coveralls-image]: http://img.shields.io/coveralls/chriso/validator.js/master.svg
|
||||
|
||||
[amd]: http://requirejs.org/docs/whyamd.html
|
||||
[bower]: http://bower.io/
|
||||
|
||||
[mongoid]: http://docs.mongodb.org/manual/reference/object-id/
|
||||
[ISIN]: https://en.wikipedia.org/wiki/International_Securities_Identification_Number
|
||||
316
static/js/ketcher2/node_modules/validator/index.js
generated
vendored
Normal file
316
static/js/ketcher2/node_modules/validator/index.js
generated
vendored
Normal file
@ -0,0 +1,316 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
|
||||
var _toDate = require('./lib/toDate');
|
||||
|
||||
var _toDate2 = _interopRequireDefault(_toDate);
|
||||
|
||||
var _toFloat = require('./lib/toFloat');
|
||||
|
||||
var _toFloat2 = _interopRequireDefault(_toFloat);
|
||||
|
||||
var _toInt = require('./lib/toInt');
|
||||
|
||||
var _toInt2 = _interopRequireDefault(_toInt);
|
||||
|
||||
var _toBoolean = require('./lib/toBoolean');
|
||||
|
||||
var _toBoolean2 = _interopRequireDefault(_toBoolean);
|
||||
|
||||
var _equals = require('./lib/equals');
|
||||
|
||||
var _equals2 = _interopRequireDefault(_equals);
|
||||
|
||||
var _contains = require('./lib/contains');
|
||||
|
||||
var _contains2 = _interopRequireDefault(_contains);
|
||||
|
||||
var _matches = require('./lib/matches');
|
||||
|
||||
var _matches2 = _interopRequireDefault(_matches);
|
||||
|
||||
var _isEmail = require('./lib/isEmail');
|
||||
|
||||
var _isEmail2 = _interopRequireDefault(_isEmail);
|
||||
|
||||
var _isURL = require('./lib/isURL');
|
||||
|
||||
var _isURL2 = _interopRequireDefault(_isURL);
|
||||
|
||||
var _isMACAddress = require('./lib/isMACAddress');
|
||||
|
||||
var _isMACAddress2 = _interopRequireDefault(_isMACAddress);
|
||||
|
||||
var _isIP = require('./lib/isIP');
|
||||
|
||||
var _isIP2 = _interopRequireDefault(_isIP);
|
||||
|
||||
var _isFQDN = require('./lib/isFQDN');
|
||||
|
||||
var _isFQDN2 = _interopRequireDefault(_isFQDN);
|
||||
|
||||
var _isBoolean = require('./lib/isBoolean');
|
||||
|
||||
var _isBoolean2 = _interopRequireDefault(_isBoolean);
|
||||
|
||||
var _isAlpha = require('./lib/isAlpha');
|
||||
|
||||
var _isAlpha2 = _interopRequireDefault(_isAlpha);
|
||||
|
||||
var _isAlphanumeric = require('./lib/isAlphanumeric');
|
||||
|
||||
var _isAlphanumeric2 = _interopRequireDefault(_isAlphanumeric);
|
||||
|
||||
var _isNumeric = require('./lib/isNumeric');
|
||||
|
||||
var _isNumeric2 = _interopRequireDefault(_isNumeric);
|
||||
|
||||
var _isLowercase = require('./lib/isLowercase');
|
||||
|
||||
var _isLowercase2 = _interopRequireDefault(_isLowercase);
|
||||
|
||||
var _isUppercase = require('./lib/isUppercase');
|
||||
|
||||
var _isUppercase2 = _interopRequireDefault(_isUppercase);
|
||||
|
||||
var _isAscii = require('./lib/isAscii');
|
||||
|
||||
var _isAscii2 = _interopRequireDefault(_isAscii);
|
||||
|
||||
var _isFullWidth = require('./lib/isFullWidth');
|
||||
|
||||
var _isFullWidth2 = _interopRequireDefault(_isFullWidth);
|
||||
|
||||
var _isHalfWidth = require('./lib/isHalfWidth');
|
||||
|
||||
var _isHalfWidth2 = _interopRequireDefault(_isHalfWidth);
|
||||
|
||||
var _isVariableWidth = require('./lib/isVariableWidth');
|
||||
|
||||
var _isVariableWidth2 = _interopRequireDefault(_isVariableWidth);
|
||||
|
||||
var _isMultibyte = require('./lib/isMultibyte');
|
||||
|
||||
var _isMultibyte2 = _interopRequireDefault(_isMultibyte);
|
||||
|
||||
var _isSurrogatePair = require('./lib/isSurrogatePair');
|
||||
|
||||
var _isSurrogatePair2 = _interopRequireDefault(_isSurrogatePair);
|
||||
|
||||
var _isInt = require('./lib/isInt');
|
||||
|
||||
var _isInt2 = _interopRequireDefault(_isInt);
|
||||
|
||||
var _isFloat = require('./lib/isFloat');
|
||||
|
||||
var _isFloat2 = _interopRequireDefault(_isFloat);
|
||||
|
||||
var _isDecimal = require('./lib/isDecimal');
|
||||
|
||||
var _isDecimal2 = _interopRequireDefault(_isDecimal);
|
||||
|
||||
var _isHexadecimal = require('./lib/isHexadecimal');
|
||||
|
||||
var _isHexadecimal2 = _interopRequireDefault(_isHexadecimal);
|
||||
|
||||
var _isDivisibleBy = require('./lib/isDivisibleBy');
|
||||
|
||||
var _isDivisibleBy2 = _interopRequireDefault(_isDivisibleBy);
|
||||
|
||||
var _isHexColor = require('./lib/isHexColor');
|
||||
|
||||
var _isHexColor2 = _interopRequireDefault(_isHexColor);
|
||||
|
||||
var _isMD = require('./lib/isMD5');
|
||||
|
||||
var _isMD2 = _interopRequireDefault(_isMD);
|
||||
|
||||
var _isJSON = require('./lib/isJSON');
|
||||
|
||||
var _isJSON2 = _interopRequireDefault(_isJSON);
|
||||
|
||||
var _isEmpty = require('./lib/isEmpty');
|
||||
|
||||
var _isEmpty2 = _interopRequireDefault(_isEmpty);
|
||||
|
||||
var _isLength = require('./lib/isLength');
|
||||
|
||||
var _isLength2 = _interopRequireDefault(_isLength);
|
||||
|
||||
var _isByteLength = require('./lib/isByteLength');
|
||||
|
||||
var _isByteLength2 = _interopRequireDefault(_isByteLength);
|
||||
|
||||
var _isUUID = require('./lib/isUUID');
|
||||
|
||||
var _isUUID2 = _interopRequireDefault(_isUUID);
|
||||
|
||||
var _isMongoId = require('./lib/isMongoId');
|
||||
|
||||
var _isMongoId2 = _interopRequireDefault(_isMongoId);
|
||||
|
||||
var _isAfter = require('./lib/isAfter');
|
||||
|
||||
var _isAfter2 = _interopRequireDefault(_isAfter);
|
||||
|
||||
var _isBefore = require('./lib/isBefore');
|
||||
|
||||
var _isBefore2 = _interopRequireDefault(_isBefore);
|
||||
|
||||
var _isIn = require('./lib/isIn');
|
||||
|
||||
var _isIn2 = _interopRequireDefault(_isIn);
|
||||
|
||||
var _isCreditCard = require('./lib/isCreditCard');
|
||||
|
||||
var _isCreditCard2 = _interopRequireDefault(_isCreditCard);
|
||||
|
||||
var _isISIN = require('./lib/isISIN');
|
||||
|
||||
var _isISIN2 = _interopRequireDefault(_isISIN);
|
||||
|
||||
var _isISBN = require('./lib/isISBN');
|
||||
|
||||
var _isISBN2 = _interopRequireDefault(_isISBN);
|
||||
|
||||
var _isISSN = require('./lib/isISSN');
|
||||
|
||||
var _isISSN2 = _interopRequireDefault(_isISSN);
|
||||
|
||||
var _isMobilePhone = require('./lib/isMobilePhone');
|
||||
|
||||
var _isMobilePhone2 = _interopRequireDefault(_isMobilePhone);
|
||||
|
||||
var _isCurrency = require('./lib/isCurrency');
|
||||
|
||||
var _isCurrency2 = _interopRequireDefault(_isCurrency);
|
||||
|
||||
var _isISO = require('./lib/isISO8601');
|
||||
|
||||
var _isISO2 = _interopRequireDefault(_isISO);
|
||||
|
||||
var _isBase = require('./lib/isBase64');
|
||||
|
||||
var _isBase2 = _interopRequireDefault(_isBase);
|
||||
|
||||
var _isDataURI = require('./lib/isDataURI');
|
||||
|
||||
var _isDataURI2 = _interopRequireDefault(_isDataURI);
|
||||
|
||||
var _ltrim = require('./lib/ltrim');
|
||||
|
||||
var _ltrim2 = _interopRequireDefault(_ltrim);
|
||||
|
||||
var _rtrim = require('./lib/rtrim');
|
||||
|
||||
var _rtrim2 = _interopRequireDefault(_rtrim);
|
||||
|
||||
var _trim = require('./lib/trim');
|
||||
|
||||
var _trim2 = _interopRequireDefault(_trim);
|
||||
|
||||
var _escape = require('./lib/escape');
|
||||
|
||||
var _escape2 = _interopRequireDefault(_escape);
|
||||
|
||||
var _unescape = require('./lib/unescape');
|
||||
|
||||
var _unescape2 = _interopRequireDefault(_unescape);
|
||||
|
||||
var _stripLow = require('./lib/stripLow');
|
||||
|
||||
var _stripLow2 = _interopRequireDefault(_stripLow);
|
||||
|
||||
var _whitelist = require('./lib/whitelist');
|
||||
|
||||
var _whitelist2 = _interopRequireDefault(_whitelist);
|
||||
|
||||
var _blacklist = require('./lib/blacklist');
|
||||
|
||||
var _blacklist2 = _interopRequireDefault(_blacklist);
|
||||
|
||||
var _isWhitelisted = require('./lib/isWhitelisted');
|
||||
|
||||
var _isWhitelisted2 = _interopRequireDefault(_isWhitelisted);
|
||||
|
||||
var _normalizeEmail = require('./lib/normalizeEmail');
|
||||
|
||||
var _normalizeEmail2 = _interopRequireDefault(_normalizeEmail);
|
||||
|
||||
var _toString = require('./lib/util/toString');
|
||||
|
||||
var _toString2 = _interopRequireDefault(_toString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
var version = '7.0.0';
|
||||
|
||||
var validator = {
|
||||
version: version,
|
||||
toDate: _toDate2.default,
|
||||
toFloat: _toFloat2.default,
|
||||
toInt: _toInt2.default,
|
||||
toBoolean: _toBoolean2.default,
|
||||
equals: _equals2.default,
|
||||
contains: _contains2.default,
|
||||
matches: _matches2.default,
|
||||
isEmail: _isEmail2.default,
|
||||
isURL: _isURL2.default,
|
||||
isMACAddress: _isMACAddress2.default,
|
||||
isIP: _isIP2.default,
|
||||
isFQDN: _isFQDN2.default,
|
||||
isBoolean: _isBoolean2.default,
|
||||
isAlpha: _isAlpha2.default,
|
||||
isAlphanumeric: _isAlphanumeric2.default,
|
||||
isNumeric: _isNumeric2.default,
|
||||
isLowercase: _isLowercase2.default,
|
||||
isUppercase: _isUppercase2.default,
|
||||
isAscii: _isAscii2.default,
|
||||
isFullWidth: _isFullWidth2.default,
|
||||
isHalfWidth: _isHalfWidth2.default,
|
||||
isVariableWidth: _isVariableWidth2.default,
|
||||
isMultibyte: _isMultibyte2.default,
|
||||
isSurrogatePair: _isSurrogatePair2.default,
|
||||
isInt: _isInt2.default,
|
||||
isFloat: _isFloat2.default,
|
||||
isDecimal: _isDecimal2.default,
|
||||
isHexadecimal: _isHexadecimal2.default,
|
||||
isDivisibleBy: _isDivisibleBy2.default,
|
||||
isHexColor: _isHexColor2.default,
|
||||
isMD5: _isMD2.default,
|
||||
isJSON: _isJSON2.default,
|
||||
isEmpty: _isEmpty2.default,
|
||||
isLength: _isLength2.default,
|
||||
isByteLength: _isByteLength2.default,
|
||||
isUUID: _isUUID2.default,
|
||||
isMongoId: _isMongoId2.default,
|
||||
isAfter: _isAfter2.default,
|
||||
isBefore: _isBefore2.default,
|
||||
isIn: _isIn2.default,
|
||||
isCreditCard: _isCreditCard2.default,
|
||||
isISIN: _isISIN2.default,
|
||||
isISBN: _isISBN2.default,
|
||||
isISSN: _isISSN2.default,
|
||||
isMobilePhone: _isMobilePhone2.default,
|
||||
isCurrency: _isCurrency2.default,
|
||||
isISO8601: _isISO2.default,
|
||||
isBase64: _isBase2.default,
|
||||
isDataURI: _isDataURI2.default,
|
||||
ltrim: _ltrim2.default,
|
||||
rtrim: _rtrim2.default,
|
||||
trim: _trim2.default,
|
||||
escape: _escape2.default,
|
||||
unescape: _unescape2.default,
|
||||
stripLow: _stripLow2.default,
|
||||
whitelist: _whitelist2.default,
|
||||
blacklist: _blacklist2.default,
|
||||
isWhitelisted: _isWhitelisted2.default,
|
||||
normalizeEmail: _normalizeEmail2.default,
|
||||
toString: _toString2.default
|
||||
};
|
||||
|
||||
exports.default = validator;
|
||||
module.exports = exports['default'];
|
||||
62
static/js/ketcher2/node_modules/validator/lib/alpha.js
generated
vendored
Normal file
62
static/js/ketcher2/node_modules/validator/lib/alpha.js
generated
vendored
Normal file
@ -0,0 +1,62 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
var alpha = exports.alpha = {
|
||||
'en-US': /^[A-Z]+$/i,
|
||||
'cs-CZ': /^[A-ZÁČĎÉĚÍŇÓŘŠŤÚŮÝŽ]+$/i,
|
||||
'da-DK': /^[A-ZÆØÅ]+$/i,
|
||||
'de-DE': /^[A-ZÄÖÜß]+$/i,
|
||||
'es-ES': /^[A-ZÁÉÍÑÓÚÜ]+$/i,
|
||||
'fr-FR': /^[A-ZÀÂÆÇÉÈÊËÏÎÔŒÙÛÜŸ]+$/i,
|
||||
'nl-NL': /^[A-ZÉËÏÓÖÜ]+$/i,
|
||||
'hu-HU': /^[A-ZÁÉÍÓÖŐÚÜŰ]+$/i,
|
||||
'pl-PL': /^[A-ZĄĆĘŚŁŃÓŻŹ]+$/i,
|
||||
'pt-PT': /^[A-ZÃÁÀÂÇÉÊÍÕÓÔÚÜ]+$/i,
|
||||
'ru-RU': /^[А-ЯЁ]+$/i,
|
||||
'sr-RS@latin': /^[A-ZČĆŽŠĐ]+$/i,
|
||||
'sr-RS': /^[А-ЯЂЈЉЊЋЏ]+$/i,
|
||||
'tr-TR': /^[A-ZÇĞİıÖŞÜ]+$/i,
|
||||
'uk-UA': /^[А-ЯЄIЇҐ]+$/i,
|
||||
ar: /^[ءآأؤإئابةتثجحخدذرزسشصضطظعغفقكلمنهوىيًٌٍَُِّْٰ]+$/
|
||||
};
|
||||
|
||||
var alphanumeric = exports.alphanumeric = {
|
||||
'en-US': /^[0-9A-Z]+$/i,
|
||||
'cs-CZ': /^[0-9A-ZÁČĎÉĚÍŇÓŘŠŤÚŮÝŽ]+$/i,
|
||||
'da-DK': /^[0-9A-ZÆØÅ]$/i,
|
||||
'de-DE': /^[0-9A-ZÄÖÜß]+$/i,
|
||||
'es-ES': /^[0-9A-ZÁÉÍÑÓÚÜ]+$/i,
|
||||
'fr-FR': /^[0-9A-ZÀÂÆÇÉÈÊËÏÎÔŒÙÛÜŸ]+$/i,
|
||||
'hu-HU': /^[0-9A-ZÁÉÍÓÖŐÚÜŰ]+$/i,
|
||||
'nl-NL': /^[0-9A-ZÉËÏÓÖÜ]+$/i,
|
||||
'pl-PL': /^[0-9A-ZĄĆĘŚŁŃÓŻŹ]+$/i,
|
||||
'pt-PT': /^[0-9A-ZÃÁÀÂÇÉÊÍÕÓÔÚÜ]+$/i,
|
||||
'ru-RU': /^[0-9А-ЯЁ]+$/i,
|
||||
'sr-RS@latin': /^[0-9A-ZČĆŽŠĐ]+$/i,
|
||||
'sr-RS': /^[0-9А-ЯЂЈЉЊЋЏ]+$/i,
|
||||
'tr-TR': /^[0-9A-ZÇĞİıÖŞÜ]+$/i,
|
||||
'uk-UA': /^[0-9А-ЯЄIЇҐ]+$/i,
|
||||
ar: /^[٠١٢٣٤٥٦٧٨٩0-9ءآأؤإئابةتثجحخدذرزسشصضطظعغفقكلمنهوىيًٌٍَُِّْٰ]+$/
|
||||
};
|
||||
|
||||
var englishLocales = exports.englishLocales = ['AU', 'GB', 'HK', 'IN', 'NZ', 'ZA', 'ZM'];
|
||||
|
||||
for (var locale, i = 0; i < englishLocales.length; i++) {
|
||||
locale = 'en-' + englishLocales[i];
|
||||
alpha[locale] = alpha['en-US'];
|
||||
alphanumeric[locale] = alphanumeric['en-US'];
|
||||
}
|
||||
|
||||
alpha['pt-BR'] = alpha['pt-PT'];
|
||||
alphanumeric['pt-BR'] = alphanumeric['pt-PT'];
|
||||
|
||||
// Source: http://www.localeplanet.com/java/
|
||||
var arabicLocales = exports.arabicLocales = ['AE', 'BH', 'DZ', 'EG', 'IQ', 'JO', 'KW', 'LB', 'LY', 'MA', 'QM', 'QA', 'SA', 'SD', 'SY', 'TN', 'YE'];
|
||||
|
||||
for (var _locale, _i = 0; _i < arabicLocales.length; _i++) {
|
||||
_locale = 'ar-' + arabicLocales[_i];
|
||||
alpha[_locale] = alpha.ar;
|
||||
alphanumeric[_locale] = alphanumeric.ar;
|
||||
}
|
||||
18
static/js/ketcher2/node_modules/validator/lib/blacklist.js
generated
vendored
Normal file
18
static/js/ketcher2/node_modules/validator/lib/blacklist.js
generated
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = blacklist;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function blacklist(str, chars) {
|
||||
(0, _assertString2.default)(str);
|
||||
return str.replace(new RegExp('[' + chars + ']+', 'g'), '');
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
22
static/js/ketcher2/node_modules/validator/lib/contains.js
generated
vendored
Normal file
22
static/js/ketcher2/node_modules/validator/lib/contains.js
generated
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = contains;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
var _toString = require('./util/toString');
|
||||
|
||||
var _toString2 = _interopRequireDefault(_toString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function contains(str, elem) {
|
||||
(0, _assertString2.default)(str);
|
||||
return str.indexOf((0, _toString2.default)(elem)) >= 0;
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
18
static/js/ketcher2/node_modules/validator/lib/equals.js
generated
vendored
Normal file
18
static/js/ketcher2/node_modules/validator/lib/equals.js
generated
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = equals;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function equals(str, comparison) {
|
||||
(0, _assertString2.default)(str);
|
||||
return str === comparison;
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
18
static/js/ketcher2/node_modules/validator/lib/escape.js
generated
vendored
Normal file
18
static/js/ketcher2/node_modules/validator/lib/escape.js
generated
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = escape;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function escape(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
return str.replace(/&/g, '&').replace(/"/g, '"').replace(/'/g, ''').replace(/</g, '<').replace(/>/g, '>').replace(/\//g, '/').replace(/\\/g, '\').replace(/`/g, '`');
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
26
static/js/ketcher2/node_modules/validator/lib/isAfter.js
generated
vendored
Normal file
26
static/js/ketcher2/node_modules/validator/lib/isAfter.js
generated
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isAfter;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
var _toDate = require('./toDate');
|
||||
|
||||
var _toDate2 = _interopRequireDefault(_toDate);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function isAfter(str) {
|
||||
var date = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : String(new Date());
|
||||
|
||||
(0, _assertString2.default)(str);
|
||||
var comparison = (0, _toDate2.default)(date);
|
||||
var original = (0, _toDate2.default)(str);
|
||||
return !!(original && comparison && original > comparison);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
25
static/js/ketcher2/node_modules/validator/lib/isAlpha.js
generated
vendored
Normal file
25
static/js/ketcher2/node_modules/validator/lib/isAlpha.js
generated
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isAlpha;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
var _alpha = require('./alpha');
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function isAlpha(str) {
|
||||
var locale = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'en-US';
|
||||
|
||||
(0, _assertString2.default)(str);
|
||||
if (locale in _alpha.alpha) {
|
||||
return _alpha.alpha[locale].test(str);
|
||||
}
|
||||
throw new Error('Invalid locale \'' + locale + '\'');
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
25
static/js/ketcher2/node_modules/validator/lib/isAlphanumeric.js
generated
vendored
Normal file
25
static/js/ketcher2/node_modules/validator/lib/isAlphanumeric.js
generated
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isAlphanumeric;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
var _alpha = require('./alpha');
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function isAlphanumeric(str) {
|
||||
var locale = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'en-US';
|
||||
|
||||
(0, _assertString2.default)(str);
|
||||
if (locale in _alpha.alphanumeric) {
|
||||
return _alpha.alphanumeric[locale].test(str);
|
||||
}
|
||||
throw new Error('Invalid locale \'' + locale + '\'');
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
22
static/js/ketcher2/node_modules/validator/lib/isAscii.js
generated
vendored
Normal file
22
static/js/ketcher2/node_modules/validator/lib/isAscii.js
generated
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isAscii;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
/* eslint-disable no-control-regex */
|
||||
var ascii = /^[\x00-\x7F]+$/;
|
||||
/* eslint-enable no-control-regex */
|
||||
|
||||
function isAscii(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
return ascii.test(str);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
25
static/js/ketcher2/node_modules/validator/lib/isBase64.js
generated
vendored
Normal file
25
static/js/ketcher2/node_modules/validator/lib/isBase64.js
generated
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isBase64;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
var notBase64 = /[^A-Z0-9+\/=]/i;
|
||||
|
||||
function isBase64(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
var len = str.length;
|
||||
if (!len || len % 4 !== 0 || notBase64.test(str)) {
|
||||
return false;
|
||||
}
|
||||
var firstPaddingChar = str.indexOf('=');
|
||||
return firstPaddingChar === -1 || firstPaddingChar === len - 1 || firstPaddingChar === len - 2 && str[len - 1] === '=';
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
26
static/js/ketcher2/node_modules/validator/lib/isBefore.js
generated
vendored
Normal file
26
static/js/ketcher2/node_modules/validator/lib/isBefore.js
generated
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isBefore;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
var _toDate = require('./toDate');
|
||||
|
||||
var _toDate2 = _interopRequireDefault(_toDate);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function isBefore(str) {
|
||||
var date = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : String(new Date());
|
||||
|
||||
(0, _assertString2.default)(str);
|
||||
var comparison = (0, _toDate2.default)(date);
|
||||
var original = (0, _toDate2.default)(str);
|
||||
return !!(original && comparison && original < comparison);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
18
static/js/ketcher2/node_modules/validator/lib/isBoolean.js
generated
vendored
Normal file
18
static/js/ketcher2/node_modules/validator/lib/isBoolean.js
generated
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isBoolean;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function isBoolean(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
return ['true', 'false', '1', '0'].indexOf(str) >= 0;
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
33
static/js/ketcher2/node_modules/validator/lib/isByteLength.js
generated
vendored
Normal file
33
static/js/ketcher2/node_modules/validator/lib/isByteLength.js
generated
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
|
||||
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
||||
|
||||
exports.default = isByteLength;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
/* eslint-disable prefer-rest-params */
|
||||
function isByteLength(str, options) {
|
||||
(0, _assertString2.default)(str);
|
||||
var min = void 0;
|
||||
var max = void 0;
|
||||
if ((typeof options === 'undefined' ? 'undefined' : _typeof(options)) === 'object') {
|
||||
min = options.min || 0;
|
||||
max = options.max;
|
||||
} else {
|
||||
// backwards compatibility: isByteLength(str, min [, max])
|
||||
min = arguments[1];
|
||||
max = arguments[2];
|
||||
}
|
||||
var len = encodeURI(str).split(/%..|./).length - 1;
|
||||
return len >= min && (typeof max === 'undefined' || len <= max);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
45
static/js/ketcher2/node_modules/validator/lib/isCreditCard.js
generated
vendored
Normal file
45
static/js/ketcher2/node_modules/validator/lib/isCreditCard.js
generated
vendored
Normal file
@ -0,0 +1,45 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isCreditCard;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
/* eslint-disable max-len */
|
||||
var creditCard = /^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|(222[1-9]|22[3-9][0-9]|2[3-6][0-9]{2}|27[01][0-9]|2720)[0-9]{12}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})|62[0-9]{14}$/;
|
||||
/* eslint-enable max-len */
|
||||
|
||||
function isCreditCard(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
var sanitized = str.replace(/[^0-9]+/g, '');
|
||||
if (!creditCard.test(sanitized)) {
|
||||
return false;
|
||||
}
|
||||
var sum = 0;
|
||||
var digit = void 0;
|
||||
var tmpNum = void 0;
|
||||
var shouldDouble = void 0;
|
||||
for (var i = sanitized.length - 1; i >= 0; i--) {
|
||||
digit = sanitized.substring(i, i + 1);
|
||||
tmpNum = parseInt(digit, 10);
|
||||
if (shouldDouble) {
|
||||
tmpNum *= 2;
|
||||
if (tmpNum >= 10) {
|
||||
sum += tmpNum % 10 + 1;
|
||||
} else {
|
||||
sum += tmpNum;
|
||||
}
|
||||
} else {
|
||||
sum += tmpNum;
|
||||
}
|
||||
shouldDouble = !shouldDouble;
|
||||
}
|
||||
return !!(sum % 10 === 0 ? sanitized : false);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
88
static/js/ketcher2/node_modules/validator/lib/isCurrency.js
generated
vendored
Normal file
88
static/js/ketcher2/node_modules/validator/lib/isCurrency.js
generated
vendored
Normal file
@ -0,0 +1,88 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isCurrency;
|
||||
|
||||
var _merge = require('./util/merge');
|
||||
|
||||
var _merge2 = _interopRequireDefault(_merge);
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function currencyRegex(options) {
|
||||
var symbol = '(\\' + options.symbol.replace(/\./g, '\\.') + ')' + (options.require_symbol ? '' : '?'),
|
||||
negative = '-?',
|
||||
whole_dollar_amount_without_sep = '[1-9]\\d*',
|
||||
whole_dollar_amount_with_sep = '[1-9]\\d{0,2}(\\' + options.thousands_separator + '\\d{3})*',
|
||||
valid_whole_dollar_amounts = ['0', whole_dollar_amount_without_sep, whole_dollar_amount_with_sep],
|
||||
whole_dollar_amount = '(' + valid_whole_dollar_amounts.join('|') + ')?',
|
||||
decimal_amount = '(\\' + options.decimal_separator + '\\d{2})?';
|
||||
var pattern = whole_dollar_amount + decimal_amount;
|
||||
|
||||
// default is negative sign before symbol, but there are two other options (besides parens)
|
||||
if (options.allow_negatives && !options.parens_for_negatives) {
|
||||
if (options.negative_sign_after_digits) {
|
||||
pattern += negative;
|
||||
} else if (options.negative_sign_before_digits) {
|
||||
pattern = negative + pattern;
|
||||
}
|
||||
}
|
||||
|
||||
// South African Rand, for example, uses R 123 (space) and R-123 (no space)
|
||||
if (options.allow_negative_sign_placeholder) {
|
||||
pattern = '( (?!\\-))?' + pattern;
|
||||
} else if (options.allow_space_after_symbol) {
|
||||
pattern = ' ?' + pattern;
|
||||
} else if (options.allow_space_after_digits) {
|
||||
pattern += '( (?!$))?';
|
||||
}
|
||||
|
||||
if (options.symbol_after_digits) {
|
||||
pattern += symbol;
|
||||
} else {
|
||||
pattern = symbol + pattern;
|
||||
}
|
||||
|
||||
if (options.allow_negatives) {
|
||||
if (options.parens_for_negatives) {
|
||||
pattern = '(\\(' + pattern + '\\)|' + pattern + ')';
|
||||
} else if (!(options.negative_sign_before_digits || options.negative_sign_after_digits)) {
|
||||
pattern = negative + pattern;
|
||||
}
|
||||
}
|
||||
|
||||
/* eslint-disable prefer-template */
|
||||
return new RegExp('^' +
|
||||
// ensure there's a dollar and/or decimal amount, and that
|
||||
// it doesn't start with a space or a negative sign followed by a space
|
||||
'(?!-? )(?=.*\\d)' + pattern + '$');
|
||||
/* eslint-enable prefer-template */
|
||||
}
|
||||
|
||||
var default_currency_options = {
|
||||
symbol: '$',
|
||||
require_symbol: false,
|
||||
allow_space_after_symbol: false,
|
||||
symbol_after_digits: false,
|
||||
allow_negatives: true,
|
||||
parens_for_negatives: false,
|
||||
negative_sign_before_digits: false,
|
||||
negative_sign_after_digits: false,
|
||||
allow_negative_sign_placeholder: false,
|
||||
thousands_separator: ',',
|
||||
decimal_separator: '.',
|
||||
allow_space_after_digits: false
|
||||
};
|
||||
|
||||
function isCurrency(str, options) {
|
||||
(0, _assertString2.default)(str);
|
||||
options = (0, _merge2.default)(options, default_currency_options);
|
||||
return currencyRegex(options).test(str);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
20
static/js/ketcher2/node_modules/validator/lib/isDataURI.js
generated
vendored
Normal file
20
static/js/ketcher2/node_modules/validator/lib/isDataURI.js
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isDataURI;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
var dataURI = /^\s*data:([a-z]+\/[a-z0-9\-\+]+(;[a-z\-]+=[a-z0-9\-]+)?)?(;base64)?,[a-z0-9!\$&',\(\)\*\+,;=\-\._~:@\/\?%\s]*\s*$/i; // eslint-disable-line max-len
|
||||
|
||||
function isDataURI(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
return dataURI.test(str);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
100
static/js/ketcher2/node_modules/validator/lib/isDate.js
generated
vendored
Normal file
100
static/js/ketcher2/node_modules/validator/lib/isDate.js
generated
vendored
Normal file
@ -0,0 +1,100 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isDate;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
var _isISO = require('./isISO8601');
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function getTimezoneOffset(str) {
|
||||
var iso8601Parts = str.match(_isISO.iso8601);
|
||||
var timezone = void 0,
|
||||
sign = void 0,
|
||||
hours = void 0,
|
||||
minutes = void 0;
|
||||
if (!iso8601Parts) {
|
||||
str = str.toLowerCase();
|
||||
timezone = str.match(/(?:\s|gmt\s*)(-|\+)(\d{1,4})(\s|$)/);
|
||||
if (!timezone) {
|
||||
return str.indexOf('gmt') !== -1 ? 0 : null;
|
||||
}
|
||||
sign = timezone[1];
|
||||
var offset = timezone[2];
|
||||
if (offset.length === 3) {
|
||||
offset = '0' + offset;
|
||||
}
|
||||
if (offset.length <= 2) {
|
||||
hours = 0;
|
||||
minutes = parseInt(offset, 10);
|
||||
} else {
|
||||
hours = parseInt(offset.slice(0, 2), 10);
|
||||
minutes = parseInt(offset.slice(2, 4), 10);
|
||||
}
|
||||
} else {
|
||||
timezone = iso8601Parts[21];
|
||||
if (!timezone) {
|
||||
// if no hour/minute was provided, the date is GMT
|
||||
return !iso8601Parts[12] ? 0 : null;
|
||||
}
|
||||
if (timezone === 'z' || timezone === 'Z') {
|
||||
return 0;
|
||||
}
|
||||
sign = iso8601Parts[22];
|
||||
if (timezone.indexOf(':') !== -1) {
|
||||
hours = parseInt(iso8601Parts[23], 10);
|
||||
minutes = parseInt(iso8601Parts[24], 10);
|
||||
} else {
|
||||
hours = 0;
|
||||
minutes = parseInt(iso8601Parts[23], 10);
|
||||
}
|
||||
}
|
||||
return (hours * 60 + minutes) * (sign === '-' ? 1 : -1);
|
||||
}
|
||||
|
||||
function isDate(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
var normalizedDate = new Date(Date.parse(str));
|
||||
if (isNaN(normalizedDate)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// normalizedDate is in the user's timezone. Apply the input
|
||||
// timezone offset to the date so that the year and day match
|
||||
// the input
|
||||
var timezoneOffset = getTimezoneOffset(str);
|
||||
if (timezoneOffset !== null) {
|
||||
var timezoneDifference = normalizedDate.getTimezoneOffset() - timezoneOffset;
|
||||
normalizedDate = new Date(normalizedDate.getTime() + 60000 * timezoneDifference);
|
||||
}
|
||||
|
||||
var day = String(normalizedDate.getDate());
|
||||
var dayOrYear = void 0,
|
||||
dayOrYearMatches = void 0,
|
||||
year = void 0;
|
||||
// check for valid double digits that could be late days
|
||||
// check for all matches since a string like '12/23' is a valid date
|
||||
// ignore everything with nearby colons
|
||||
dayOrYearMatches = str.match(/(^|[^:\d])[23]\d([^T:\d]|$)/g);
|
||||
if (!dayOrYearMatches) {
|
||||
return true;
|
||||
}
|
||||
dayOrYear = dayOrYearMatches.map(function (digitString) {
|
||||
return digitString.match(/\d+/g)[0];
|
||||
}).join('/');
|
||||
|
||||
year = String(normalizedDate.getFullYear()).slice(-2);
|
||||
if (dayOrYear === day || dayOrYear === year) {
|
||||
return true;
|
||||
} else if (dayOrYear === '' + day / year || dayOrYear === '' + year / day) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
20
static/js/ketcher2/node_modules/validator/lib/isDecimal.js
generated
vendored
Normal file
20
static/js/ketcher2/node_modules/validator/lib/isDecimal.js
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isDecimal;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
var decimal = /^[-+]?([0-9]+|\.[0-9]+|[0-9]+\.[0-9]+)$/;
|
||||
|
||||
function isDecimal(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
return str !== '' && decimal.test(str);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
22
static/js/ketcher2/node_modules/validator/lib/isDivisibleBy.js
generated
vendored
Normal file
22
static/js/ketcher2/node_modules/validator/lib/isDivisibleBy.js
generated
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isDivisibleBy;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
var _toFloat = require('./toFloat');
|
||||
|
||||
var _toFloat2 = _interopRequireDefault(_toFloat);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function isDivisibleBy(str, num) {
|
||||
(0, _assertString2.default)(str);
|
||||
return (0, _toFloat2.default)(str) % parseInt(num, 10) === 0;
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
89
static/js/ketcher2/node_modules/validator/lib/isEmail.js
generated
vendored
Normal file
89
static/js/ketcher2/node_modules/validator/lib/isEmail.js
generated
vendored
Normal file
@ -0,0 +1,89 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isEmail;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
var _merge = require('./util/merge');
|
||||
|
||||
var _merge2 = _interopRequireDefault(_merge);
|
||||
|
||||
var _isByteLength = require('./isByteLength');
|
||||
|
||||
var _isByteLength2 = _interopRequireDefault(_isByteLength);
|
||||
|
||||
var _isFQDN = require('./isFQDN');
|
||||
|
||||
var _isFQDN2 = _interopRequireDefault(_isFQDN);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
var default_email_options = {
|
||||
allow_display_name: false,
|
||||
require_display_name: false,
|
||||
allow_utf8_local_part: true,
|
||||
require_tld: true
|
||||
};
|
||||
|
||||
/* eslint-disable max-len */
|
||||
/* eslint-disable no-control-regex */
|
||||
var displayName = /^[a-z\d!#\$%&'\*\+\-\/=\?\^_`{\|}~\.\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+[a-z\d!#\$%&'\*\+\-\/=\?\^_`{\|}~\.\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF\s]*<(.+)>$/i;
|
||||
var emailUserPart = /^[a-z\d!#\$%&'\*\+\-\/=\?\^_`{\|}~]+$/i;
|
||||
var quotedEmailUser = /^([\s\x01-\x08\x0b\x0c\x0e-\x1f\x7f\x21\x23-\x5b\x5d-\x7e]|(\\[\x01-\x09\x0b\x0c\x0d-\x7f]))*$/i;
|
||||
var emailUserUtf8Part = /^[a-z\d!#\$%&'\*\+\-\/=\?\^_`{\|}~\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+$/i;
|
||||
var quotedEmailUserUtf8 = /^([\s\x01-\x08\x0b\x0c\x0e-\x1f\x7f\x21\x23-\x5b\x5d-\x7e\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]|(\\[\x01-\x09\x0b\x0c\x0d-\x7f\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))*$/i;
|
||||
/* eslint-enable max-len */
|
||||
/* eslint-enable no-control-regex */
|
||||
|
||||
function isEmail(str, options) {
|
||||
(0, _assertString2.default)(str);
|
||||
options = (0, _merge2.default)(options, default_email_options);
|
||||
|
||||
if (options.require_display_name || options.allow_display_name) {
|
||||
var display_email = str.match(displayName);
|
||||
if (display_email) {
|
||||
str = display_email[1];
|
||||
} else if (options.require_display_name) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
var parts = str.split('@');
|
||||
var domain = parts.pop();
|
||||
var user = parts.join('@');
|
||||
|
||||
var lower_domain = domain.toLowerCase();
|
||||
if (lower_domain === 'gmail.com' || lower_domain === 'googlemail.com') {
|
||||
user = user.replace(/\./g, '').toLowerCase();
|
||||
}
|
||||
|
||||
if (!(0, _isByteLength2.default)(user, { max: 64 }) || !(0, _isByteLength2.default)(domain, { max: 256 })) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!(0, _isFQDN2.default)(domain, { require_tld: options.require_tld })) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (user[0] === '"') {
|
||||
user = user.slice(1, user.length - 1);
|
||||
return options.allow_utf8_local_part ? quotedEmailUserUtf8.test(user) : quotedEmailUser.test(user);
|
||||
}
|
||||
|
||||
var pattern = options.allow_utf8_local_part ? emailUserUtf8Part : emailUserPart;
|
||||
|
||||
var user_parts = user.split('.');
|
||||
for (var i = 0; i < user_parts.length; i++) {
|
||||
if (!pattern.test(user_parts[i])) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
18
static/js/ketcher2/node_modules/validator/lib/isEmpty.js
generated
vendored
Normal file
18
static/js/ketcher2/node_modules/validator/lib/isEmpty.js
generated
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isEmpty;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function isEmpty(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
return str.length === 0;
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
57
static/js/ketcher2/node_modules/validator/lib/isFQDN.js
generated
vendored
Normal file
57
static/js/ketcher2/node_modules/validator/lib/isFQDN.js
generated
vendored
Normal file
@ -0,0 +1,57 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isFDQN;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
var _merge = require('./util/merge');
|
||||
|
||||
var _merge2 = _interopRequireDefault(_merge);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
var default_fqdn_options = {
|
||||
require_tld: true,
|
||||
allow_underscores: false,
|
||||
allow_trailing_dot: false
|
||||
};
|
||||
|
||||
function isFDQN(str, options) {
|
||||
(0, _assertString2.default)(str);
|
||||
options = (0, _merge2.default)(options, default_fqdn_options);
|
||||
|
||||
/* Remove the optional trailing dot before checking validity */
|
||||
if (options.allow_trailing_dot && str[str.length - 1] === '.') {
|
||||
str = str.substring(0, str.length - 1);
|
||||
}
|
||||
var parts = str.split('.');
|
||||
if (options.require_tld) {
|
||||
var tld = parts.pop();
|
||||
if (!parts.length || !/^([a-z\u00a1-\uffff]{2,}|xn[a-z0-9-]{2,})$/i.test(tld)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
for (var part, i = 0; i < parts.length; i++) {
|
||||
part = parts[i];
|
||||
if (options.allow_underscores) {
|
||||
part = part.replace(/_/g, '');
|
||||
}
|
||||
if (!/^[a-z\u00a1-\uffff0-9-]+$/i.test(part)) {
|
||||
return false;
|
||||
}
|
||||
if (/[\uff01-\uff5e]/.test(part)) {
|
||||
// disallow full-width chars
|
||||
return false;
|
||||
}
|
||||
if (part[0] === '-' || part[part.length - 1] === '-') {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
24
static/js/ketcher2/node_modules/validator/lib/isFloat.js
generated
vendored
Normal file
24
static/js/ketcher2/node_modules/validator/lib/isFloat.js
generated
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isFloat;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
var float = /^(?:[-+])?(?:[0-9]+)?(?:\.[0-9]*)?(?:[eE][\+\-]?(?:[0-9]+))?$/;
|
||||
|
||||
function isFloat(str, options) {
|
||||
(0, _assertString2.default)(str);
|
||||
options = options || {};
|
||||
if (str === '' || str === '.') {
|
||||
return false;
|
||||
}
|
||||
return float.test(str) && (!options.hasOwnProperty('min') || str >= options.min) && (!options.hasOwnProperty('max') || str <= options.max) && (!options.hasOwnProperty('lt') || str < options.lt) && (!options.hasOwnProperty('gt') || str > options.gt);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
20
static/js/ketcher2/node_modules/validator/lib/isFullWidth.js
generated
vendored
Normal file
20
static/js/ketcher2/node_modules/validator/lib/isFullWidth.js
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.fullWidth = undefined;
|
||||
exports.default = isFullWidth;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
var fullWidth = exports.fullWidth = /[^\u0020-\u007E\uFF61-\uFF9F\uFFA0-\uFFDC\uFFE8-\uFFEE0-9a-zA-Z]/;
|
||||
|
||||
function isFullWidth(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
return fullWidth.test(str);
|
||||
}
|
||||
20
static/js/ketcher2/node_modules/validator/lib/isHalfWidth.js
generated
vendored
Normal file
20
static/js/ketcher2/node_modules/validator/lib/isHalfWidth.js
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.halfWidth = undefined;
|
||||
exports.default = isHalfWidth;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
var halfWidth = exports.halfWidth = /[\u0020-\u007E\uFF61-\uFF9F\uFFA0-\uFFDC\uFFE8-\uFFEE0-9a-zA-Z]/;
|
||||
|
||||
function isHalfWidth(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
return halfWidth.test(str);
|
||||
}
|
||||
20
static/js/ketcher2/node_modules/validator/lib/isHexColor.js
generated
vendored
Normal file
20
static/js/ketcher2/node_modules/validator/lib/isHexColor.js
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isHexColor;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
var hexcolor = /^#?([0-9A-F]{3}|[0-9A-F]{6})$/i;
|
||||
|
||||
function isHexColor(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
return hexcolor.test(str);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
20
static/js/ketcher2/node_modules/validator/lib/isHexadecimal.js
generated
vendored
Normal file
20
static/js/ketcher2/node_modules/validator/lib/isHexadecimal.js
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isHexadecimal;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
var hexadecimal = /^[0-9A-F]+$/i;
|
||||
|
||||
function isHexadecimal(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
return hexadecimal.test(str);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
81
static/js/ketcher2/node_modules/validator/lib/isIP.js
generated
vendored
Normal file
81
static/js/ketcher2/node_modules/validator/lib/isIP.js
generated
vendored
Normal file
@ -0,0 +1,81 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isIP;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
var ipv4Maybe = /^(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})$/;
|
||||
var ipv6Block = /^[0-9A-F]{1,4}$/i;
|
||||
|
||||
function isIP(str) {
|
||||
var version = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
||||
|
||||
(0, _assertString2.default)(str);
|
||||
version = String(version);
|
||||
if (!version) {
|
||||
return isIP(str, 4) || isIP(str, 6);
|
||||
} else if (version === '4') {
|
||||
if (!ipv4Maybe.test(str)) {
|
||||
return false;
|
||||
}
|
||||
var parts = str.split('.').sort(function (a, b) {
|
||||
return a - b;
|
||||
});
|
||||
return parts[3] <= 255;
|
||||
} else if (version === '6') {
|
||||
var blocks = str.split(':');
|
||||
var foundOmissionBlock = false; // marker to indicate ::
|
||||
|
||||
// At least some OS accept the last 32 bits of an IPv6 address
|
||||
// (i.e. 2 of the blocks) in IPv4 notation, and RFC 3493 says
|
||||
// that '::ffff:a.b.c.d' is valid for IPv4-mapped IPv6 addresses,
|
||||
// and '::a.b.c.d' is deprecated, but also valid.
|
||||
var foundIPv4TransitionBlock = isIP(blocks[blocks.length - 1], 4);
|
||||
var expectedNumberOfBlocks = foundIPv4TransitionBlock ? 7 : 8;
|
||||
|
||||
if (blocks.length > expectedNumberOfBlocks) {
|
||||
return false;
|
||||
}
|
||||
// initial or final ::
|
||||
if (str === '::') {
|
||||
return true;
|
||||
} else if (str.substr(0, 2) === '::') {
|
||||
blocks.shift();
|
||||
blocks.shift();
|
||||
foundOmissionBlock = true;
|
||||
} else if (str.substr(str.length - 2) === '::') {
|
||||
blocks.pop();
|
||||
blocks.pop();
|
||||
foundOmissionBlock = true;
|
||||
}
|
||||
|
||||
for (var i = 0; i < blocks.length; ++i) {
|
||||
// test for a :: which can not be at the string start/end
|
||||
// since those cases have been handled above
|
||||
if (blocks[i] === '' && i > 0 && i < blocks.length - 1) {
|
||||
if (foundOmissionBlock) {
|
||||
return false; // multiple :: in address
|
||||
}
|
||||
foundOmissionBlock = true;
|
||||
} else if (foundIPv4TransitionBlock && i === blocks.length - 1) {
|
||||
// it has been checked before that the last
|
||||
// block is a valid IPv4 address
|
||||
} else if (!ipv6Block.test(blocks[i])) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
if (foundOmissionBlock) {
|
||||
return blocks.length >= 1;
|
||||
}
|
||||
return blocks.length === expectedNumberOfBlocks;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
57
static/js/ketcher2/node_modules/validator/lib/isISBN.js
generated
vendored
Normal file
57
static/js/ketcher2/node_modules/validator/lib/isISBN.js
generated
vendored
Normal file
@ -0,0 +1,57 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isISBN;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
var isbn10Maybe = /^(?:[0-9]{9}X|[0-9]{10})$/;
|
||||
var isbn13Maybe = /^(?:[0-9]{13})$/;
|
||||
var factor = [1, 3];
|
||||
|
||||
function isISBN(str) {
|
||||
var version = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
||||
|
||||
(0, _assertString2.default)(str);
|
||||
version = String(version);
|
||||
if (!version) {
|
||||
return isISBN(str, 10) || isISBN(str, 13);
|
||||
}
|
||||
var sanitized = str.replace(/[\s-]+/g, '');
|
||||
var checksum = 0;
|
||||
var i = void 0;
|
||||
if (version === '10') {
|
||||
if (!isbn10Maybe.test(sanitized)) {
|
||||
return false;
|
||||
}
|
||||
for (i = 0; i < 9; i++) {
|
||||
checksum += (i + 1) * sanitized.charAt(i);
|
||||
}
|
||||
if (sanitized.charAt(9) === 'X') {
|
||||
checksum += 10 * 10;
|
||||
} else {
|
||||
checksum += 10 * sanitized.charAt(9);
|
||||
}
|
||||
if (checksum % 11 === 0) {
|
||||
return !!sanitized;
|
||||
}
|
||||
} else if (version === '13') {
|
||||
if (!isbn13Maybe.test(sanitized)) {
|
||||
return false;
|
||||
}
|
||||
for (i = 0; i < 12; i++) {
|
||||
checksum += factor[i % 2] * sanitized.charAt(i);
|
||||
}
|
||||
if (sanitized.charAt(12) - (10 - checksum % 10) % 10 === 0) {
|
||||
return !!sanitized;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
48
static/js/ketcher2/node_modules/validator/lib/isISIN.js
generated
vendored
Normal file
48
static/js/ketcher2/node_modules/validator/lib/isISIN.js
generated
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isISIN;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
var isin = /^[A-Z]{2}[0-9A-Z]{9}[0-9]$/;
|
||||
|
||||
function isISIN(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
if (!isin.test(str)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
var checksumStr = str.replace(/[A-Z]/g, function (character) {
|
||||
return parseInt(character, 36);
|
||||
});
|
||||
|
||||
var sum = 0;
|
||||
var digit = void 0;
|
||||
var tmpNum = void 0;
|
||||
var shouldDouble = true;
|
||||
for (var i = checksumStr.length - 2; i >= 0; i--) {
|
||||
digit = checksumStr.substring(i, i + 1);
|
||||
tmpNum = parseInt(digit, 10);
|
||||
if (shouldDouble) {
|
||||
tmpNum *= 2;
|
||||
if (tmpNum >= 10) {
|
||||
sum += tmpNum + 1;
|
||||
} else {
|
||||
sum += tmpNum;
|
||||
}
|
||||
} else {
|
||||
sum += tmpNum;
|
||||
}
|
||||
shouldDouble = !shouldDouble;
|
||||
}
|
||||
|
||||
return parseInt(str.substr(str.length - 1), 10) === (10000 - sum) % 10;
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
22
static/js/ketcher2/node_modules/validator/lib/isISO8601.js
generated
vendored
Normal file
22
static/js/ketcher2/node_modules/validator/lib/isISO8601.js
generated
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.iso8601 = undefined;
|
||||
|
||||
exports.default = function (str) {
|
||||
(0, _assertString2.default)(str);
|
||||
return iso8601.test(str);
|
||||
};
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
/* eslint-disable max-len */
|
||||
// from http://goo.gl/0ejHHW
|
||||
var iso8601 = exports.iso8601 = /^([\+-]?\d{4}(?!\d{2}\b))((-?)((0[1-9]|1[0-2])(\3([12]\d|0[1-9]|3[01]))?|W([0-4]\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\d|[12]\d{2}|3([0-5]\d|6[1-6])))([T\s]((([01]\d|2[0-3])((:?)[0-5]\d)?|24:?00)([\.,]\d+(?!:))?)?(\17[0-5]\d([\.,]\d+)?)?([zZ]|([\+-])([01]\d|2[0-3]):?([0-5]\d)?)?)?)?$/;
|
||||
/* eslint-enable max-len */
|
||||
58
static/js/ketcher2/node_modules/validator/lib/isISSN.js
generated
vendored
Normal file
58
static/js/ketcher2/node_modules/validator/lib/isISSN.js
generated
vendored
Normal file
@ -0,0 +1,58 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isISSN;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
var issn = '^\\d{4}-?\\d{3}[\\dX]$';
|
||||
|
||||
function isISSN(str) {
|
||||
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
||||
|
||||
(0, _assertString2.default)(str);
|
||||
var testIssn = issn;
|
||||
testIssn = options.require_hyphen ? testIssn.replace('?', '') : testIssn;
|
||||
testIssn = options.case_sensitive ? new RegExp(testIssn) : new RegExp(testIssn, 'i');
|
||||
if (!testIssn.test(str)) {
|
||||
return false;
|
||||
}
|
||||
var issnDigits = str.replace('-', '');
|
||||
var position = 8;
|
||||
var checksum = 0;
|
||||
var _iteratorNormalCompletion = true;
|
||||
var _didIteratorError = false;
|
||||
var _iteratorError = undefined;
|
||||
|
||||
try {
|
||||
for (var _iterator = issnDigits[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) {
|
||||
var digit = _step.value;
|
||||
|
||||
var digitValue = digit.toUpperCase() === 'X' ? 10 : +digit;
|
||||
checksum += digitValue * position;
|
||||
--position;
|
||||
}
|
||||
} catch (err) {
|
||||
_didIteratorError = true;
|
||||
_iteratorError = err;
|
||||
} finally {
|
||||
try {
|
||||
if (!_iteratorNormalCompletion && _iterator.return) {
|
||||
_iterator.return();
|
||||
}
|
||||
} finally {
|
||||
if (_didIteratorError) {
|
||||
throw _iteratorError;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return checksum % 11 === 0;
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
39
static/js/ketcher2/node_modules/validator/lib/isIn.js
generated
vendored
Normal file
39
static/js/ketcher2/node_modules/validator/lib/isIn.js
generated
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
|
||||
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
||||
|
||||
exports.default = isIn;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
var _toString = require('./util/toString');
|
||||
|
||||
var _toString2 = _interopRequireDefault(_toString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function isIn(str, options) {
|
||||
(0, _assertString2.default)(str);
|
||||
var i = void 0;
|
||||
if (Object.prototype.toString.call(options) === '[object Array]') {
|
||||
var array = [];
|
||||
for (i in options) {
|
||||
if ({}.hasOwnProperty.call(options, i)) {
|
||||
array[i] = (0, _toString2.default)(options[i]);
|
||||
}
|
||||
}
|
||||
return array.indexOf(str) >= 0;
|
||||
} else if ((typeof options === 'undefined' ? 'undefined' : _typeof(options)) === 'object') {
|
||||
return options.hasOwnProperty(str);
|
||||
} else if (options && typeof options.indexOf === 'function') {
|
||||
return options.indexOf(str) >= 0;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
33
static/js/ketcher2/node_modules/validator/lib/isInt.js
generated
vendored
Normal file
33
static/js/ketcher2/node_modules/validator/lib/isInt.js
generated
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isInt;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
var int = /^(?:[-+]?(?:0|[1-9][0-9]*))$/;
|
||||
var intLeadingZeroes = /^[-+]?[0-9]+$/;
|
||||
|
||||
function isInt(str, options) {
|
||||
(0, _assertString2.default)(str);
|
||||
options = options || {};
|
||||
|
||||
// Get the regex to use for testing, based on whether
|
||||
// leading zeroes are allowed or not.
|
||||
var regex = options.hasOwnProperty('allow_leading_zeroes') && !options.allow_leading_zeroes ? int : intLeadingZeroes;
|
||||
|
||||
// Check min/max/lt/gt
|
||||
var minCheckPassed = !options.hasOwnProperty('min') || str >= options.min;
|
||||
var maxCheckPassed = !options.hasOwnProperty('max') || str <= options.max;
|
||||
var ltCheckPassed = !options.hasOwnProperty('lt') || str < options.lt;
|
||||
var gtCheckPassed = !options.hasOwnProperty('gt') || str > options.gt;
|
||||
|
||||
return regex.test(str) && minCheckPassed && maxCheckPassed && ltCheckPassed && gtCheckPassed;
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
25
static/js/ketcher2/node_modules/validator/lib/isJSON.js
generated
vendored
Normal file
25
static/js/ketcher2/node_modules/validator/lib/isJSON.js
generated
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
|
||||
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
||||
|
||||
exports.default = isJSON;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function isJSON(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
try {
|
||||
var obj = JSON.parse(str);
|
||||
return !!obj && (typeof obj === 'undefined' ? 'undefined' : _typeof(obj)) === 'object';
|
||||
} catch (e) {/* ignore */}
|
||||
return false;
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
34
static/js/ketcher2/node_modules/validator/lib/isLength.js
generated
vendored
Normal file
34
static/js/ketcher2/node_modules/validator/lib/isLength.js
generated
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
|
||||
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
||||
|
||||
exports.default = isLength;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
/* eslint-disable prefer-rest-params */
|
||||
function isLength(str, options) {
|
||||
(0, _assertString2.default)(str);
|
||||
var min = void 0;
|
||||
var max = void 0;
|
||||
if ((typeof options === 'undefined' ? 'undefined' : _typeof(options)) === 'object') {
|
||||
min = options.min || 0;
|
||||
max = options.max;
|
||||
} else {
|
||||
// backwards compatibility: isLength(str, min [, max])
|
||||
min = arguments[1];
|
||||
max = arguments[2];
|
||||
}
|
||||
var surrogatePairs = str.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]/g) || [];
|
||||
var len = str.length - surrogatePairs.length;
|
||||
return len >= min && (typeof max === 'undefined' || len <= max);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
18
static/js/ketcher2/node_modules/validator/lib/isLowercase.js
generated
vendored
Normal file
18
static/js/ketcher2/node_modules/validator/lib/isLowercase.js
generated
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isLowercase;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function isLowercase(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
return str === str.toLowerCase();
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
20
static/js/ketcher2/node_modules/validator/lib/isMACAddress.js
generated
vendored
Normal file
20
static/js/ketcher2/node_modules/validator/lib/isMACAddress.js
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isMACAddress;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
var macAddress = /^([0-9a-fA-F][0-9a-fA-F]:){5}([0-9a-fA-F][0-9a-fA-F])$/;
|
||||
|
||||
function isMACAddress(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
return macAddress.test(str);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
20
static/js/ketcher2/node_modules/validator/lib/isMD5.js
generated
vendored
Normal file
20
static/js/ketcher2/node_modules/validator/lib/isMD5.js
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isMD5;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
var md5 = /^[a-f0-9]{32}$/;
|
||||
|
||||
function isMD5(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
return md5.test(str);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
69
static/js/ketcher2/node_modules/validator/lib/isMobilePhone.js
generated
vendored
Normal file
69
static/js/ketcher2/node_modules/validator/lib/isMobilePhone.js
generated
vendored
Normal file
@ -0,0 +1,69 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isMobilePhone;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
/* eslint-disable max-len */
|
||||
var phones = {
|
||||
'ar-DZ': /^(\+?213|0)(5|6|7)\d{8}$/,
|
||||
'ar-SY': /^(!?(\+?963)|0)?9\d{8}$/,
|
||||
'ar-SA': /^(!?(\+?966)|0)?5\d{8}$/,
|
||||
'en-US': /^(\+?1)?[2-9]\d{2}[2-9](?!11)\d{6}$/,
|
||||
'cs-CZ': /^(\+?420)? ?[1-9][0-9]{2} ?[0-9]{3} ?[0-9]{3}$/,
|
||||
'de-DE': /^(\+?49[ \.\-])?([\(]{1}[0-9]{1,6}[\)])?([0-9 \.\-\/]{3,20})((x|ext|extension)[ ]?[0-9]{1,4})?$/,
|
||||
'da-DK': /^(\+?45)?(\d{8})$/,
|
||||
'el-GR': /^(\+?30)?(69\d{8})$/,
|
||||
'en-AU': /^(\+?61|0)4\d{8}$/,
|
||||
'en-GB': /^(\+?44|0)7\d{9}$/,
|
||||
'en-HK': /^(\+?852\-?)?[569]\d{3}\-?\d{4}$/,
|
||||
'en-IN': /^(\+?91|0)?[789]\d{9}$/,
|
||||
'en-NG': /^(\+?234|0)?[789]\d{9}$/,
|
||||
'en-NZ': /^(\+?64|0)2\d{7,9}$/,
|
||||
'en-ZA': /^(\+?27|0)\d{9}$/,
|
||||
'en-ZM': /^(\+?26)?09[567]\d{7}$/,
|
||||
'es-ES': /^(\+?34)?(6\d{1}|7[1234])\d{7}$/,
|
||||
'fi-FI': /^(\+?358|0)\s?(4(0|1|2|4|5)?|50)\s?(\d\s?){4,8}\d$/,
|
||||
'fr-FR': /^(\+?33|0)[67]\d{8}$/,
|
||||
'he-IL': /^(\+972|0)([23489]|5[0248]|77)[1-9]\d{6}/,
|
||||
'hu-HU': /^(\+?36)(20|30|70)\d{7}$/,
|
||||
'it-IT': /^(\+?39)?\s?3\d{2} ?\d{6,7}$/,
|
||||
'ja-JP': /^(\+?81|0)\d{1,4}[ \-]?\d{1,4}[ \-]?\d{4}$/,
|
||||
'ms-MY': /^(\+?6?01){1}(([145]{1}(\-|\s)?\d{7,8})|([236789]{1}(\s|\-)?\d{7}))$/,
|
||||
'nb-NO': /^(\+?47)?[49]\d{7}$/,
|
||||
'nl-BE': /^(\+?32|0)4?\d{8}$/,
|
||||
'nn-NO': /^(\+?47)?[49]\d{7}$/,
|
||||
'pl-PL': /^(\+?48)? ?[5-8]\d ?\d{3} ?\d{2} ?\d{2}$/,
|
||||
'pt-BR': /^(\+?55|0)\-?[1-9]{2}\-?[2-9]{1}\d{3,4}\-?\d{4}$/,
|
||||
'pt-PT': /^(\+?351)?9[1236]\d{7}$/,
|
||||
'ro-RO': /^(\+?4?0)\s?7\d{2}(\/|\s|\.|\-)?\d{3}(\s|\.|\-)?\d{3}$/,
|
||||
'en-PK': /^((\+92)|(0092))-{0,1}\d{3}-{0,1}\d{7}$|^\d{11}$|^\d{4}-\d{7}$/,
|
||||
'ru-RU': /^(\+?7|8)?9\d{9}$/,
|
||||
'sr-RS': /^(\+3816|06)[- \d]{5,9}$/,
|
||||
'tr-TR': /^(\+?90|0)?5\d{9}$/,
|
||||
'vi-VN': /^(\+?84|0)?((1(2([0-9])|6([2-9])|88|99))|(9((?!5)[0-9])))([0-9]{7})$/,
|
||||
'zh-CN': /^(\+?0?86\-?)?1[345789]\d{9}$/,
|
||||
'zh-TW': /^(\+?886\-?|0)?9\d{8}$/
|
||||
};
|
||||
/* eslint-enable max-len */
|
||||
|
||||
// aliases
|
||||
phones['en-CA'] = phones['en-US'];
|
||||
phones['fr-BE'] = phones['nl-BE'];
|
||||
phones['zh-HK'] = phones['en-HK'];
|
||||
|
||||
function isMobilePhone(str, locale) {
|
||||
(0, _assertString2.default)(str);
|
||||
if (locale in phones) {
|
||||
return phones[locale].test(str);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
22
static/js/ketcher2/node_modules/validator/lib/isMongoId.js
generated
vendored
Normal file
22
static/js/ketcher2/node_modules/validator/lib/isMongoId.js
generated
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isMongoId;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
var _isHexadecimal = require('./isHexadecimal');
|
||||
|
||||
var _isHexadecimal2 = _interopRequireDefault(_isHexadecimal);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function isMongoId(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
return (0, _isHexadecimal2.default)(str) && str.length === 24;
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
22
static/js/ketcher2/node_modules/validator/lib/isMultibyte.js
generated
vendored
Normal file
22
static/js/ketcher2/node_modules/validator/lib/isMultibyte.js
generated
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isMultibyte;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
/* eslint-disable no-control-regex */
|
||||
var multibyte = /[^\x00-\x7F]/;
|
||||
/* eslint-enable no-control-regex */
|
||||
|
||||
function isMultibyte(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
return multibyte.test(str);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
20
static/js/ketcher2/node_modules/validator/lib/isNumeric.js
generated
vendored
Normal file
20
static/js/ketcher2/node_modules/validator/lib/isNumeric.js
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isNumeric;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
var numeric = /^[-+]?[0-9]+$/;
|
||||
|
||||
function isNumeric(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
return numeric.test(str);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
20
static/js/ketcher2/node_modules/validator/lib/isSurrogatePair.js
generated
vendored
Normal file
20
static/js/ketcher2/node_modules/validator/lib/isSurrogatePair.js
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isSurrogatePair;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
var surrogatePair = /[\uD800-\uDBFF][\uDC00-\uDFFF]/;
|
||||
|
||||
function isSurrogatePair(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
return surrogatePair.test(str);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
142
static/js/ketcher2/node_modules/validator/lib/isURL.js
generated
vendored
Normal file
142
static/js/ketcher2/node_modules/validator/lib/isURL.js
generated
vendored
Normal file
@ -0,0 +1,142 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isURL;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
var _isFQDN = require('./isFQDN');
|
||||
|
||||
var _isFQDN2 = _interopRequireDefault(_isFQDN);
|
||||
|
||||
var _isIP = require('./isIP');
|
||||
|
||||
var _isIP2 = _interopRequireDefault(_isIP);
|
||||
|
||||
var _merge = require('./util/merge');
|
||||
|
||||
var _merge2 = _interopRequireDefault(_merge);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
var default_url_options = {
|
||||
protocols: ['http', 'https', 'ftp'],
|
||||
require_tld: true,
|
||||
require_protocol: false,
|
||||
require_host: true,
|
||||
require_valid_protocol: true,
|
||||
allow_underscores: false,
|
||||
allow_trailing_dot: false,
|
||||
allow_protocol_relative_urls: false
|
||||
};
|
||||
|
||||
var wrapped_ipv6 = /^\[([^\]]+)\](?::([0-9]+))?$/;
|
||||
|
||||
function isRegExp(obj) {
|
||||
return Object.prototype.toString.call(obj) === '[object RegExp]';
|
||||
}
|
||||
|
||||
function checkHost(host, matches) {
|
||||
for (var i = 0; i < matches.length; i++) {
|
||||
var match = matches[i];
|
||||
if (host === match || isRegExp(match) && match.test(host)) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
function isURL(url, options) {
|
||||
(0, _assertString2.default)(url);
|
||||
if (!url || url.length >= 2083 || /[\s<>]/.test(url)) {
|
||||
return false;
|
||||
}
|
||||
if (url.indexOf('mailto:') === 0) {
|
||||
return false;
|
||||
}
|
||||
options = (0, _merge2.default)(options, default_url_options);
|
||||
var protocol = void 0,
|
||||
auth = void 0,
|
||||
host = void 0,
|
||||
hostname = void 0,
|
||||
port = void 0,
|
||||
port_str = void 0,
|
||||
split = void 0,
|
||||
ipv6 = void 0;
|
||||
|
||||
split = url.split('#');
|
||||
url = split.shift();
|
||||
|
||||
split = url.split('?');
|
||||
url = split.shift();
|
||||
|
||||
split = url.split('://');
|
||||
if (split.length > 1) {
|
||||
protocol = split.shift();
|
||||
if (options.require_valid_protocol && options.protocols.indexOf(protocol) === -1) {
|
||||
return false;
|
||||
}
|
||||
} else if (options.require_protocol) {
|
||||
return false;
|
||||
} else if (options.allow_protocol_relative_urls && url.substr(0, 2) === '//') {
|
||||
split[0] = url.substr(2);
|
||||
}
|
||||
url = split.join('://');
|
||||
|
||||
split = url.split('/');
|
||||
url = split.shift();
|
||||
|
||||
if (url === '' && !options.require_host) {
|
||||
return true;
|
||||
}
|
||||
|
||||
split = url.split('@');
|
||||
if (split.length > 1) {
|
||||
auth = split.shift();
|
||||
if (auth.indexOf(':') >= 0 && auth.split(':').length > 2) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
hostname = split.join('@');
|
||||
|
||||
port_str = ipv6 = null;
|
||||
var ipv6_match = hostname.match(wrapped_ipv6);
|
||||
if (ipv6_match) {
|
||||
host = '';
|
||||
ipv6 = ipv6_match[1];
|
||||
port_str = ipv6_match[2] || null;
|
||||
} else {
|
||||
split = hostname.split(':');
|
||||
host = split.shift();
|
||||
if (split.length) {
|
||||
port_str = split.join(':');
|
||||
}
|
||||
}
|
||||
|
||||
if (port_str !== null) {
|
||||
port = parseInt(port_str, 10);
|
||||
if (!/^[0-9]+$/.test(port_str) || port <= 0 || port > 65535) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
if (!(0, _isIP2.default)(host) && !(0, _isFQDN2.default)(host, options) && (!ipv6 || !(0, _isIP2.default)(ipv6, 6)) && host !== 'localhost') {
|
||||
return false;
|
||||
}
|
||||
|
||||
host = host || ipv6;
|
||||
|
||||
if (options.host_whitelist && !checkHost(host, options.host_whitelist)) {
|
||||
return false;
|
||||
}
|
||||
if (options.host_blacklist && checkHost(host, options.host_blacklist)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
28
static/js/ketcher2/node_modules/validator/lib/isUUID.js
generated
vendored
Normal file
28
static/js/ketcher2/node_modules/validator/lib/isUUID.js
generated
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isUUID;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
var uuid = {
|
||||
3: /^[0-9A-F]{8}-[0-9A-F]{4}-3[0-9A-F]{3}-[0-9A-F]{4}-[0-9A-F]{12}$/i,
|
||||
4: /^[0-9A-F]{8}-[0-9A-F]{4}-4[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i,
|
||||
5: /^[0-9A-F]{8}-[0-9A-F]{4}-5[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i,
|
||||
all: /^[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}$/i
|
||||
};
|
||||
|
||||
function isUUID(str) {
|
||||
var version = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'all';
|
||||
|
||||
(0, _assertString2.default)(str);
|
||||
var pattern = uuid[version];
|
||||
return pattern && pattern.test(str);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
18
static/js/ketcher2/node_modules/validator/lib/isUppercase.js
generated
vendored
Normal file
18
static/js/ketcher2/node_modules/validator/lib/isUppercase.js
generated
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isUppercase;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function isUppercase(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
return str === str.toUpperCase();
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
22
static/js/ketcher2/node_modules/validator/lib/isVariableWidth.js
generated
vendored
Normal file
22
static/js/ketcher2/node_modules/validator/lib/isVariableWidth.js
generated
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isVariableWidth;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
var _isFullWidth = require('./isFullWidth');
|
||||
|
||||
var _isHalfWidth = require('./isHalfWidth');
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function isVariableWidth(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
return _isFullWidth.fullWidth.test(str) && _isHalfWidth.halfWidth.test(str);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
23
static/js/ketcher2/node_modules/validator/lib/isWhitelisted.js
generated
vendored
Normal file
23
static/js/ketcher2/node_modules/validator/lib/isWhitelisted.js
generated
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isWhitelisted;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function isWhitelisted(str, chars) {
|
||||
(0, _assertString2.default)(str);
|
||||
for (var i = str.length - 1; i >= 0; i--) {
|
||||
if (chars.indexOf(str[i]) === -1) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
19
static/js/ketcher2/node_modules/validator/lib/ltrim.js
generated
vendored
Normal file
19
static/js/ketcher2/node_modules/validator/lib/ltrim.js
generated
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = ltrim;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function ltrim(str, chars) {
|
||||
(0, _assertString2.default)(str);
|
||||
var pattern = chars ? new RegExp('^[' + chars + ']+', 'g') : /^\s+/g;
|
||||
return str.replace(pattern, '');
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
21
static/js/ketcher2/node_modules/validator/lib/matches.js
generated
vendored
Normal file
21
static/js/ketcher2/node_modules/validator/lib/matches.js
generated
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = matches;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function matches(str, pattern, modifiers) {
|
||||
(0, _assertString2.default)(str);
|
||||
if (Object.prototype.toString.call(pattern) !== '[object RegExp]') {
|
||||
pattern = new RegExp(pattern, modifiers);
|
||||
}
|
||||
return pattern.test(str);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
137
static/js/ketcher2/node_modules/validator/lib/normalizeEmail.js
generated
vendored
Normal file
137
static/js/ketcher2/node_modules/validator/lib/normalizeEmail.js
generated
vendored
Normal file
@ -0,0 +1,137 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = normalizeEmail;
|
||||
|
||||
var _isEmail = require('./isEmail');
|
||||
|
||||
var _isEmail2 = _interopRequireDefault(_isEmail);
|
||||
|
||||
var _merge = require('./util/merge');
|
||||
|
||||
var _merge2 = _interopRequireDefault(_merge);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
var default_normalize_email_options = {
|
||||
// The following options apply to all email addresses
|
||||
// Lowercases the local part of the email address.
|
||||
// Please note this may violate RFC 5321 as per http://stackoverflow.com/a/9808332/192024).
|
||||
// The domain is always lowercased, as per RFC 1035
|
||||
all_lowercase: true,
|
||||
|
||||
// The following conversions are specific to GMail
|
||||
// Lowercases the local part of the GMail address (known to be case-insensitive)
|
||||
gmail_lowercase: true,
|
||||
// Removes dots from the local part of the email address, as that's ignored by GMail
|
||||
gmail_remove_dots: true,
|
||||
// Removes the subaddress (e.g. "+foo") from the email address
|
||||
gmail_remove_subaddress: true,
|
||||
// Conversts the googlemail.com domain to gmail.com
|
||||
gmail_convert_googlemaildotcom: true,
|
||||
|
||||
// The following conversions are specific to Outlook.com / Windows Live / Hotmail
|
||||
// Lowercases the local part of the Outlook.com address (known to be case-insensitive)
|
||||
outlookdotcom_lowercase: true,
|
||||
// Removes the subaddress (e.g. "+foo") from the email address
|
||||
outlookdotcom_remove_subaddress: true,
|
||||
|
||||
// The following conversions are specific to Yahoo
|
||||
// Lowercases the local part of the Yahoo address (known to be case-insensitive)
|
||||
yahoo_lowercase: true,
|
||||
// Removes the subaddress (e.g. "-foo") from the email address
|
||||
yahoo_remove_subaddress: true,
|
||||
|
||||
// The following conversions are specific to iCloud
|
||||
// Lowercases the local part of the iCloud address (known to be case-insensitive)
|
||||
icloud_lowercase: true,
|
||||
// Removes the subaddress (e.g. "+foo") from the email address
|
||||
icloud_remove_subaddress: true
|
||||
};
|
||||
|
||||
// List of domains used by iCloud
|
||||
var icloud_domains = ['icloud.com', 'me.com'];
|
||||
|
||||
// List of domains used by Outlook.com and its predecessors
|
||||
// This list is likely incomplete.
|
||||
// Partial reference:
|
||||
// https://blogs.office.com/2013/04/17/outlook-com-gets-two-step-verification-sign-in-by-alias-and-new-international-domains/
|
||||
var outlookdotcom_domains = ['hotmail.at', 'hotmail.be', 'hotmail.ca', 'hotmail.cl', 'hotmail.co.il', 'hotmail.co.nz', 'hotmail.co.th', 'hotmail.co.uk', 'hotmail.com', 'hotmail.com.ar', 'hotmail.com.au', 'hotmail.com.br', 'hotmail.com.gr', 'hotmail.com.mx', 'hotmail.com.pe', 'hotmail.com.tr', 'hotmail.com.vn', 'hotmail.cz', 'hotmail.de', 'hotmail.dk', 'hotmail.es', 'hotmail.fr', 'hotmail.hu', 'hotmail.id', 'hotmail.ie', 'hotmail.in', 'hotmail.it', 'hotmail.jp', 'hotmail.kr', 'hotmail.lv', 'hotmail.my', 'hotmail.ph', 'hotmail.pt', 'hotmail.sa', 'hotmail.sg', 'hotmail.sk', 'live.be', 'live.co.uk', 'live.com', 'live.com.ar', 'live.com.mx', 'live.de', 'live.es', 'live.eu', 'live.fr', 'live.it', 'live.nl', 'msn.com', 'outlook.at', 'outlook.be', 'outlook.cl', 'outlook.co.il', 'outlook.co.nz', 'outlook.co.th', 'outlook.com', 'outlook.com.ar', 'outlook.com.au', 'outlook.com.br', 'outlook.com.gr', 'outlook.com.pe', 'outlook.com.tr', 'outlook.com.vn', 'outlook.cz', 'outlook.de', 'outlook.dk', 'outlook.es', 'outlook.fr', 'outlook.hu', 'outlook.id', 'outlook.ie', 'outlook.in', 'outlook.it', 'outlook.jp', 'outlook.kr', 'outlook.lv', 'outlook.my', 'outlook.ph', 'outlook.pt', 'outlook.sa', 'outlook.sg', 'outlook.sk', 'passport.com'];
|
||||
|
||||
// List of domains used by Yahoo Mail
|
||||
// This list is likely incomplete
|
||||
var yahoo_domains = ['rocketmail.com', 'yahoo.ca', 'yahoo.co.uk', 'yahoo.com', 'yahoo.de', 'yahoo.fr', 'yahoo.in', 'yahoo.it', 'ymail.com'];
|
||||
|
||||
function normalizeEmail(email, options) {
|
||||
options = (0, _merge2.default)(options, default_normalize_email_options);
|
||||
|
||||
if (!(0, _isEmail2.default)(email)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
var raw_parts = email.split('@');
|
||||
var domain = raw_parts.pop();
|
||||
var user = raw_parts.join('@');
|
||||
var parts = [user, domain];
|
||||
|
||||
// The domain is always lowercased, as it's case-insensitive per RFC 1035
|
||||
parts[1] = parts[1].toLowerCase();
|
||||
|
||||
if (parts[1] === 'gmail.com' || parts[1] === 'googlemail.com') {
|
||||
// Address is GMail
|
||||
if (options.gmail_remove_subaddress) {
|
||||
parts[0] = parts[0].split('+')[0];
|
||||
}
|
||||
if (options.gmail_remove_dots) {
|
||||
parts[0] = parts[0].replace(/\./g, '');
|
||||
}
|
||||
if (!parts[0].length) {
|
||||
return false;
|
||||
}
|
||||
if (options.all_lowercase || options.gmail_lowercase) {
|
||||
parts[0] = parts[0].toLowerCase();
|
||||
}
|
||||
parts[1] = options.gmail_convert_googlemaildotcom ? 'gmail.com' : parts[1];
|
||||
} else if (~icloud_domains.indexOf(parts[1])) {
|
||||
// Address is iCloud
|
||||
if (options.icloud_remove_subaddress) {
|
||||
parts[0] = parts[0].split('+')[0];
|
||||
}
|
||||
if (!parts[0].length) {
|
||||
return false;
|
||||
}
|
||||
if (options.all_lowercase || options.icloud_lowercase) {
|
||||
parts[0] = parts[0].toLowerCase();
|
||||
}
|
||||
} else if (~outlookdotcom_domains.indexOf(parts[1])) {
|
||||
// Address is Outlook.com
|
||||
if (options.outlookdotcom_remove_subaddress) {
|
||||
parts[0] = parts[0].split('+')[0];
|
||||
}
|
||||
if (!parts[0].length) {
|
||||
return false;
|
||||
}
|
||||
if (options.all_lowercase || options.outlookdotcom_lowercase) {
|
||||
parts[0] = parts[0].toLowerCase();
|
||||
}
|
||||
} else if (~yahoo_domains.indexOf(parts[1])) {
|
||||
// Address is Yahoo
|
||||
if (options.yahoo_remove_subaddress) {
|
||||
var components = parts[0].split('-');
|
||||
parts[0] = components.length > 1 ? components.slice(0, -1).join('-') : components[0];
|
||||
}
|
||||
if (!parts[0].length) {
|
||||
return false;
|
||||
}
|
||||
if (options.all_lowercase || options.yahoo_lowercase) {
|
||||
parts[0] = parts[0].toLowerCase();
|
||||
}
|
||||
} else if (options.all_lowercase) {
|
||||
// Any other address
|
||||
parts[0] = parts[0].toLowerCase();
|
||||
}
|
||||
return parts.join('@');
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
25
static/js/ketcher2/node_modules/validator/lib/rtrim.js
generated
vendored
Normal file
25
static/js/ketcher2/node_modules/validator/lib/rtrim.js
generated
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = rtrim;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function rtrim(str, chars) {
|
||||
(0, _assertString2.default)(str);
|
||||
var pattern = chars ? new RegExp('[' + chars + ']') : /\s/;
|
||||
|
||||
var idx = str.length - 1;
|
||||
while (idx >= 0 && pattern.test(str[idx])) {
|
||||
idx--;
|
||||
}
|
||||
|
||||
return idx < str.length ? str.substr(0, idx + 1) : str;
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
23
static/js/ketcher2/node_modules/validator/lib/stripLow.js
generated
vendored
Normal file
23
static/js/ketcher2/node_modules/validator/lib/stripLow.js
generated
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = stripLow;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
var _blacklist = require('./blacklist');
|
||||
|
||||
var _blacklist2 = _interopRequireDefault(_blacklist);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function stripLow(str, keep_new_lines) {
|
||||
(0, _assertString2.default)(str);
|
||||
var chars = keep_new_lines ? '\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F' : '\\x00-\\x1F\\x7F';
|
||||
return (0, _blacklist2.default)(str, chars);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
21
static/js/ketcher2/node_modules/validator/lib/toBoolean.js
generated
vendored
Normal file
21
static/js/ketcher2/node_modules/validator/lib/toBoolean.js
generated
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = toBoolean;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function toBoolean(str, strict) {
|
||||
(0, _assertString2.default)(str);
|
||||
if (strict) {
|
||||
return str === '1' || str === 'true';
|
||||
}
|
||||
return str !== '0' && str !== 'false' && str !== '';
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
19
static/js/ketcher2/node_modules/validator/lib/toDate.js
generated
vendored
Normal file
19
static/js/ketcher2/node_modules/validator/lib/toDate.js
generated
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = toDate;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function toDate(date) {
|
||||
(0, _assertString2.default)(date);
|
||||
date = Date.parse(date);
|
||||
return !isNaN(date) ? new Date(date) : null;
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
18
static/js/ketcher2/node_modules/validator/lib/toFloat.js
generated
vendored
Normal file
18
static/js/ketcher2/node_modules/validator/lib/toFloat.js
generated
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = toFloat;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function toFloat(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
return parseFloat(str);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
18
static/js/ketcher2/node_modules/validator/lib/toInt.js
generated
vendored
Normal file
18
static/js/ketcher2/node_modules/validator/lib/toInt.js
generated
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = toInt;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function toInt(str, radix) {
|
||||
(0, _assertString2.default)(str);
|
||||
return parseInt(str, radix || 10);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
21
static/js/ketcher2/node_modules/validator/lib/trim.js
generated
vendored
Normal file
21
static/js/ketcher2/node_modules/validator/lib/trim.js
generated
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = trim;
|
||||
|
||||
var _rtrim = require('./rtrim');
|
||||
|
||||
var _rtrim2 = _interopRequireDefault(_rtrim);
|
||||
|
||||
var _ltrim = require('./ltrim');
|
||||
|
||||
var _ltrim2 = _interopRequireDefault(_ltrim);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function trim(str, chars) {
|
||||
return (0, _rtrim2.default)((0, _ltrim2.default)(str, chars), chars);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
18
static/js/ketcher2/node_modules/validator/lib/unescape.js
generated
vendored
Normal file
18
static/js/ketcher2/node_modules/validator/lib/unescape.js
generated
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = unescape;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function unescape(str) {
|
||||
(0, _assertString2.default)(str);
|
||||
return str.replace(/&/g, '&').replace(/"/g, '"').replace(/'/g, "'").replace(/</g, '<').replace(/>/g, '>').replace(///g, '/').replace(/`/g, '`');
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
12
static/js/ketcher2/node_modules/validator/lib/util/assertString.js
generated
vendored
Normal file
12
static/js/ketcher2/node_modules/validator/lib/util/assertString.js
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = assertString;
|
||||
function assertString(input) {
|
||||
if (typeof input !== 'string') {
|
||||
throw new TypeError('This library (validator.js) validates strings only');
|
||||
}
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
18
static/js/ketcher2/node_modules/validator/lib/util/merge.js
generated
vendored
Normal file
18
static/js/ketcher2/node_modules/validator/lib/util/merge.js
generated
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = merge;
|
||||
function merge() {
|
||||
var obj = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
||||
var defaults = arguments[1];
|
||||
|
||||
for (var key in defaults) {
|
||||
if (typeof obj[key] === 'undefined') {
|
||||
obj[key] = defaults[key];
|
||||
}
|
||||
}
|
||||
return obj;
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
22
static/js/ketcher2/node_modules/validator/lib/util/toString.js
generated
vendored
Normal file
22
static/js/ketcher2/node_modules/validator/lib/util/toString.js
generated
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
|
||||
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
||||
|
||||
exports.default = toString;
|
||||
function toString(input) {
|
||||
if ((typeof input === 'undefined' ? 'undefined' : _typeof(input)) === 'object' && input !== null) {
|
||||
if (typeof input.toString === 'function') {
|
||||
input = input.toString();
|
||||
} else {
|
||||
input = '[object Object]';
|
||||
}
|
||||
} else if (input === null || typeof input === 'undefined' || isNaN(input) && !input.length) {
|
||||
input = '';
|
||||
}
|
||||
return String(input);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
18
static/js/ketcher2/node_modules/validator/lib/whitelist.js
generated
vendored
Normal file
18
static/js/ketcher2/node_modules/validator/lib/whitelist.js
generated
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = whitelist;
|
||||
|
||||
var _assertString = require('./util/assertString');
|
||||
|
||||
var _assertString2 = _interopRequireDefault(_assertString);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
function whitelist(str, chars) {
|
||||
(0, _assertString2.default)(str);
|
||||
return str.replace(new RegExp('[^' + chars + ']+', 'g'), '');
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
93
static/js/ketcher2/node_modules/validator/package.json
generated
vendored
Normal file
93
static/js/ketcher2/node_modules/validator/package.json
generated
vendored
Normal file
@ -0,0 +1,93 @@
|
||||
{
|
||||
"_from": "validator@~7.0.0",
|
||||
"_id": "validator@7.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-x03rgGNRL6w1VHk45vCxUEooL9I=",
|
||||
"_location": "/validator",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "validator@~7.0.0",
|
||||
"name": "validator",
|
||||
"escapedName": "validator",
|
||||
"rawSpec": "~7.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~7.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/webdriverio"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/validator/-/validator-7.0.0.tgz",
|
||||
"_shasum": "c74deb8063512fac35547938e6f0b1504a282fd2",
|
||||
"_spec": "validator@~7.0.0",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/webdriverio",
|
||||
"author": {
|
||||
"name": "Chris O'Hara",
|
||||
"email": "cohara87@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/chriso/validator.js/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "String validation and sanitization",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.16.0",
|
||||
"babel-plugin-add-module-exports": "^0.2.1",
|
||||
"babel-preset-es2015": "^6.16.0",
|
||||
"babel-preset-es2015-rollup": "^1.2.0",
|
||||
"coveralls": "^2.11.9",
|
||||
"eslint": "^3.8.1",
|
||||
"eslint-config-airbnb-base": "^9.0.0",
|
||||
"eslint-plugin-import": "^2.0.1",
|
||||
"istanbul": "^0.4.3",
|
||||
"mocha": "^3.1.2",
|
||||
"rollup": "^0.29.1",
|
||||
"rollup-plugin-babel": "^2.5.1",
|
||||
"uglify-js": "^2.6.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"lib",
|
||||
"README.md",
|
||||
"LICENCE",
|
||||
"validator.js",
|
||||
"validator.min.js"
|
||||
],
|
||||
"homepage": "http://github.com/chriso/validator.js",
|
||||
"keywords": [
|
||||
"validator",
|
||||
"validation",
|
||||
"validate",
|
||||
"sanitization",
|
||||
"sanitize",
|
||||
"sanitisation",
|
||||
"sanitise",
|
||||
"assert"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "validator",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/chriso/validator.js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run build:browser && npm run build:node",
|
||||
"build:browser": "babel-node build-browser && npm run minify",
|
||||
"build:node": "babel src -d . --presets es2015 --plugins add-module-exports",
|
||||
"clean": "npm run clean:node && npm run clean:browser",
|
||||
"clean:browser": "rm -rf validator*.js",
|
||||
"clean:node": "rm -rf index.js lib",
|
||||
"coveralls": "istanbul cover _mocha --report lcovonly -x validator.js -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
|
||||
"lint": "eslint src test",
|
||||
"minify": "uglifyjs validator.js -o validator.min.js --compress --mangle --comments '/Copyright/'",
|
||||
"pretest": "npm run lint && npm run build",
|
||||
"test": "mocha --reporter spec"
|
||||
},
|
||||
"version": "7.0.0"
|
||||
}
|
||||
1389
static/js/ketcher2/node_modules/validator/validator.js
generated
vendored
Normal file
1389
static/js/ketcher2/node_modules/validator/validator.js
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
23
static/js/ketcher2/node_modules/validator/validator.min.js
generated
vendored
Normal file
23
static/js/ketcher2/node_modules/validator/validator.min.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user