mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
74 lines
789 B
JavaScript
74 lines
789 B
JavaScript
'use strict';
|
|
|
|
module.exports = [
|
|
'about',
|
|
'after',
|
|
'all',
|
|
'already',
|
|
'alternative',
|
|
'always',
|
|
'and',
|
|
'any',
|
|
'are',
|
|
'been',
|
|
'before',
|
|
'can',
|
|
'containing',
|
|
'default',
|
|
'does',
|
|
'each',
|
|
'either',
|
|
'ensure',
|
|
'etc',
|
|
'every',
|
|
'for',
|
|
'from',
|
|
'get',
|
|
'gets',
|
|
'given',
|
|
'has',
|
|
'have',
|
|
'how',
|
|
'image',
|
|
'its',
|
|
'may',
|
|
'more',
|
|
'most',
|
|
'much',
|
|
'must',
|
|
'non',
|
|
'not',
|
|
'occur',
|
|
'occurs',
|
|
'over',
|
|
'perform',
|
|
'performs',
|
|
'provide',
|
|
'provided',
|
|
'set',
|
|
'sets',
|
|
'should',
|
|
'spelling',
|
|
'support',
|
|
'supported',
|
|
'take',
|
|
'that',
|
|
'the',
|
|
'their',
|
|
'there',
|
|
'therefore',
|
|
'these',
|
|
'this',
|
|
'use',
|
|
'used',
|
|
'using',
|
|
'value',
|
|
'values',
|
|
'when',
|
|
'which',
|
|
'while',
|
|
'will',
|
|
'with',
|
|
'without'
|
|
];
|