ejs.js 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662
  1. (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.ejs = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
  2. /*
  3. * EJS Embedded JavaScript templates
  4. * Copyright 2112 Matthew Eernisse (mde@fleegix.org)
  5. *
  6. * Licensed under the Apache License, Version 2.0 (the "License");
  7. * you may not use this file except in compliance with the License.
  8. * You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an "AS IS" BASIS,
  14. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. * See the License for the specific language governing permissions and
  16. * limitations under the License.
  17. *
  18. */
  19. 'use strict';
  20. /**
  21. * @file Embedded JavaScript templating engine. {@link http://ejs.co}
  22. * @author Matthew Eernisse <mde@fleegix.org>
  23. * @author Tiancheng "Timothy" Gu <timothygu99@gmail.com>
  24. * @project EJS
  25. * @license {@link http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0}
  26. */
  27. /**
  28. * EJS internal functions.
  29. *
  30. * Technically this "module" lies in the same file as {@link module:ejs}, for
  31. * the sake of organization all the private functions re grouped into this
  32. * module.
  33. *
  34. * @module ejs-internal
  35. * @private
  36. */
  37. /**
  38. * Embedded JavaScript templating engine.
  39. *
  40. * @module ejs
  41. * @public
  42. */
  43. var fs = require('fs');
  44. var path = require('path');
  45. var utils = require('./utils');
  46. var scopeOptionWarned = false;
  47. /** @type {string} */
  48. var _VERSION_STRING = require('../package.json').version;
  49. var _DEFAULT_OPEN_DELIMITER = '<';
  50. var _DEFAULT_CLOSE_DELIMITER = '>';
  51. var _DEFAULT_DELIMITER = '%';
  52. var _DEFAULT_LOCALS_NAME = 'locals';
  53. var _NAME = 'ejs';
  54. var _REGEX_STRING = '(<%%|%%>|<%=|<%-|<%_|<%#|<%|%>|-%>|_%>)';
  55. var _OPTS_PASSABLE_WITH_DATA = ['delimiter', 'scope', 'context', 'debug', 'compileDebug',
  56. 'client', '_with', 'rmWhitespace', 'strict', 'filename', 'async'];
  57. // We don't allow 'cache' option to be passed in the data obj for
  58. // the normal `render` call, but this is where Express 2 & 3 put it
  59. // so we make an exception for `renderFile`
  60. var _OPTS_PASSABLE_WITH_DATA_EXPRESS = _OPTS_PASSABLE_WITH_DATA.concat('cache');
  61. var _BOM = /^\uFEFF/;
  62. /**
  63. * EJS template function cache. This can be a LRU object from lru-cache NPM
  64. * module. By default, it is {@link module:utils.cache}, a simple in-process
  65. * cache that grows continuously.
  66. *
  67. * @type {Cache}
  68. */
  69. exports.cache = utils.cache;
  70. /**
  71. * Custom file loader. Useful for template preprocessing or restricting access
  72. * to a certain part of the filesystem.
  73. *
  74. * @type {fileLoader}
  75. */
  76. exports.fileLoader = fs.readFileSync;
  77. /**
  78. * Name of the object containing the locals.
  79. *
  80. * This variable is overridden by {@link Options}`.localsName` if it is not
  81. * `undefined`.
  82. *
  83. * @type {String}
  84. * @public
  85. */
  86. exports.localsName = _DEFAULT_LOCALS_NAME;
  87. /**
  88. * Promise implementation -- defaults to the native implementation if available
  89. * This is mostly just for testability
  90. *
  91. * @type {PromiseConstructorLike}
  92. * @public
  93. */
  94. exports.promiseImpl = (new Function('return this;'))().Promise;
  95. /**
  96. * Get the path to the included file from the parent file path and the
  97. * specified path.
  98. *
  99. * @param {String} name specified path
  100. * @param {String} filename parent file path
  101. * @param {Boolean} [isDir=false] whether the parent file path is a directory
  102. * @return {String}
  103. */
  104. exports.resolveInclude = function(name, filename, isDir) {
  105. var dirname = path.dirname;
  106. var extname = path.extname;
  107. var resolve = path.resolve;
  108. var includePath = resolve(isDir ? filename : dirname(filename), name);
  109. var ext = extname(name);
  110. if (!ext) {
  111. includePath += '.ejs';
  112. }
  113. return includePath;
  114. };
  115. /**
  116. * Try to resolve file path on multiple directories
  117. *
  118. * @param {String} name specified path
  119. * @param {Array<String>} paths list of possible parent directory paths
  120. * @return {String}
  121. */
  122. function resolvePaths(name, paths) {
  123. var filePath;
  124. if (paths.some(function (v) {
  125. filePath = exports.resolveInclude(name, v, true);
  126. return fs.existsSync(filePath);
  127. })) {
  128. return filePath;
  129. }
  130. }
  131. /**
  132. * Get the path to the included file by Options
  133. *
  134. * @param {String} path specified path
  135. * @param {Options} options compilation options
  136. * @return {String}
  137. */
  138. function getIncludePath(path, options) {
  139. var includePath;
  140. var filePath;
  141. var views = options.views;
  142. var match = /^[A-Za-z]+:\\|^\//.exec(path);
  143. // Abs path
  144. if (match && match.length) {
  145. path = path.replace(/^\/*/, '');
  146. if (Array.isArray(options.root)) {
  147. includePath = resolvePaths(path, options.root);
  148. } else {
  149. includePath = exports.resolveInclude(path, options.root || '/', true);
  150. }
  151. }
  152. // Relative paths
  153. else {
  154. // Look relative to a passed filename first
  155. if (options.filename) {
  156. filePath = exports.resolveInclude(path, options.filename);
  157. if (fs.existsSync(filePath)) {
  158. includePath = filePath;
  159. }
  160. }
  161. // Then look in any views directories
  162. if (!includePath && Array.isArray(views)) {
  163. includePath = resolvePaths(path, views);
  164. }
  165. if (!includePath && typeof options.includer !== 'function') {
  166. throw new Error('Could not find the include file "' +
  167. options.escapeFunction(path) + '"');
  168. }
  169. }
  170. return includePath;
  171. }
  172. /**
  173. * Get the template from a string or a file, either compiled on-the-fly or
  174. * read from cache (if enabled), and cache the template if needed.
  175. *
  176. * If `template` is not set, the file specified in `options.filename` will be
  177. * read.
  178. *
  179. * If `options.cache` is true, this function reads the file from
  180. * `options.filename` so it must be set prior to calling this function.
  181. *
  182. * @memberof module:ejs-internal
  183. * @param {Options} options compilation options
  184. * @param {String} [template] template source
  185. * @return {(TemplateFunction|ClientFunction)}
  186. * Depending on the value of `options.client`, either type might be returned.
  187. * @static
  188. */
  189. function handleCache(options, template) {
  190. var func;
  191. var filename = options.filename;
  192. var hasTemplate = arguments.length > 1;
  193. if (options.cache) {
  194. if (!filename) {
  195. throw new Error('cache option requires a filename');
  196. }
  197. func = exports.cache.get(filename);
  198. if (func) {
  199. return func;
  200. }
  201. if (!hasTemplate) {
  202. template = fileLoader(filename).toString().replace(_BOM, '');
  203. }
  204. }
  205. else if (!hasTemplate) {
  206. // istanbul ignore if: should not happen at all
  207. if (!filename) {
  208. throw new Error('Internal EJS error: no file name or template '
  209. + 'provided');
  210. }
  211. template = fileLoader(filename).toString().replace(_BOM, '');
  212. }
  213. func = exports.compile(template, options);
  214. if (options.cache) {
  215. exports.cache.set(filename, func);
  216. }
  217. return func;
  218. }
  219. /**
  220. * Try calling handleCache with the given options and data and call the
  221. * callback with the result. If an error occurs, call the callback with
  222. * the error. Used by renderFile().
  223. *
  224. * @memberof module:ejs-internal
  225. * @param {Options} options compilation options
  226. * @param {Object} data template data
  227. * @param {RenderFileCallback} cb callback
  228. * @static
  229. */
  230. function tryHandleCache(options, data, cb) {
  231. var result;
  232. if (!cb) {
  233. if (typeof exports.promiseImpl == 'function') {
  234. return new exports.promiseImpl(function (resolve, reject) {
  235. try {
  236. result = handleCache(options)(data);
  237. resolve(result);
  238. }
  239. catch (err) {
  240. reject(err);
  241. }
  242. });
  243. }
  244. else {
  245. throw new Error('Please provide a callback function');
  246. }
  247. }
  248. else {
  249. try {
  250. result = handleCache(options)(data);
  251. }
  252. catch (err) {
  253. return cb(err);
  254. }
  255. cb(null, result);
  256. }
  257. }
  258. /**
  259. * fileLoader is independent
  260. *
  261. * @param {String} filePath ejs file path.
  262. * @return {String} The contents of the specified file.
  263. * @static
  264. */
  265. function fileLoader(filePath){
  266. return exports.fileLoader(filePath);
  267. }
  268. /**
  269. * Get the template function.
  270. *
  271. * If `options.cache` is `true`, then the template is cached.
  272. *
  273. * @memberof module:ejs-internal
  274. * @param {String} path path for the specified file
  275. * @param {Options} options compilation options
  276. * @return {(TemplateFunction|ClientFunction)}
  277. * Depending on the value of `options.client`, either type might be returned
  278. * @static
  279. */
  280. function includeFile(path, options) {
  281. var opts = utils.shallowCopy({}, options);
  282. opts.filename = getIncludePath(path, opts);
  283. if (typeof options.includer === 'function') {
  284. var includerResult = options.includer(path, opts.filename);
  285. if (includerResult) {
  286. if (includerResult.filename) {
  287. opts.filename = includerResult.filename;
  288. }
  289. if (includerResult.template) {
  290. return handleCache(opts, includerResult.template);
  291. }
  292. }
  293. }
  294. return handleCache(opts);
  295. }
  296. /**
  297. * Re-throw the given `err` in context to the `str` of ejs, `filename`, and
  298. * `lineno`.
  299. *
  300. * @implements {RethrowCallback}
  301. * @memberof module:ejs-internal
  302. * @param {Error} err Error object
  303. * @param {String} str EJS source
  304. * @param {String} flnm file name of the EJS file
  305. * @param {Number} lineno line number of the error
  306. * @param {EscapeCallback} esc
  307. * @static
  308. */
  309. function rethrow(err, str, flnm, lineno, esc) {
  310. var lines = str.split('\n');
  311. var start = Math.max(lineno - 3, 0);
  312. var end = Math.min(lines.length, lineno + 3);
  313. var filename = esc(flnm);
  314. // Error context
  315. var context = lines.slice(start, end).map(function (line, i){
  316. var curr = i + start + 1;
  317. return (curr == lineno ? ' >> ' : ' ')
  318. + curr
  319. + '| '
  320. + line;
  321. }).join('\n');
  322. // Alter exception message
  323. err.path = filename;
  324. err.message = (filename || 'ejs') + ':'
  325. + lineno + '\n'
  326. + context + '\n\n'
  327. + err.message;
  328. throw err;
  329. }
  330. function stripSemi(str){
  331. return str.replace(/;(\s*$)/, '$1');
  332. }
  333. /**
  334. * Compile the given `str` of ejs into a template function.
  335. *
  336. * @param {String} template EJS template
  337. *
  338. * @param {Options} [opts] compilation options
  339. *
  340. * @return {(TemplateFunction|ClientFunction)}
  341. * Depending on the value of `opts.client`, either type might be returned.
  342. * Note that the return type of the function also depends on the value of `opts.async`.
  343. * @public
  344. */
  345. exports.compile = function compile(template, opts) {
  346. var templ;
  347. // v1 compat
  348. // 'scope' is 'context'
  349. // FIXME: Remove this in a future version
  350. if (opts && opts.scope) {
  351. if (!scopeOptionWarned){
  352. console.warn('`scope` option is deprecated and will be removed in EJS 3');
  353. scopeOptionWarned = true;
  354. }
  355. if (!opts.context) {
  356. opts.context = opts.scope;
  357. }
  358. delete opts.scope;
  359. }
  360. templ = new Template(template, opts);
  361. return templ.compile();
  362. };
  363. /**
  364. * Render the given `template` of ejs.
  365. *
  366. * If you would like to include options but not data, you need to explicitly
  367. * call this function with `data` being an empty object or `null`.
  368. *
  369. * @param {String} template EJS template
  370. * @param {Object} [data={}] template data
  371. * @param {Options} [opts={}] compilation and rendering options
  372. * @return {(String|Promise<String>)}
  373. * Return value type depends on `opts.async`.
  374. * @public
  375. */
  376. exports.render = function (template, d, o) {
  377. var data = d || {};
  378. var opts = o || {};
  379. // No options object -- if there are optiony names
  380. // in the data, copy them to options
  381. if (arguments.length == 2) {
  382. utils.shallowCopyFromList(opts, data, _OPTS_PASSABLE_WITH_DATA);
  383. }
  384. return handleCache(opts, template)(data);
  385. };
  386. /**
  387. * Render an EJS file at the given `path` and callback `cb(err, str)`.
  388. *
  389. * If you would like to include options but not data, you need to explicitly
  390. * call this function with `data` being an empty object or `null`.
  391. *
  392. * @param {String} path path to the EJS file
  393. * @param {Object} [data={}] template data
  394. * @param {Options} [opts={}] compilation and rendering options
  395. * @param {RenderFileCallback} cb callback
  396. * @public
  397. */
  398. exports.renderFile = function () {
  399. var args = Array.prototype.slice.call(arguments);
  400. var filename = args.shift();
  401. var cb;
  402. var opts = {filename: filename};
  403. var data;
  404. var viewOpts;
  405. // Do we have a callback?
  406. if (typeof arguments[arguments.length - 1] == 'function') {
  407. cb = args.pop();
  408. }
  409. // Do we have data/opts?
  410. if (args.length) {
  411. // Should always have data obj
  412. data = args.shift();
  413. // Normal passed opts (data obj + opts obj)
  414. if (args.length) {
  415. // Use shallowCopy so we don't pollute passed in opts obj with new vals
  416. utils.shallowCopy(opts, args.pop());
  417. }
  418. // Special casing for Express (settings + opts-in-data)
  419. else {
  420. // Express 3 and 4
  421. if (data.settings) {
  422. // Pull a few things from known locations
  423. if (data.settings.views) {
  424. opts.views = data.settings.views;
  425. }
  426. if (data.settings['view cache']) {
  427. opts.cache = true;
  428. }
  429. // Undocumented after Express 2, but still usable, esp. for
  430. // items that are unsafe to be passed along with data, like `root`
  431. viewOpts = data.settings['view options'];
  432. if (viewOpts) {
  433. utils.shallowCopy(opts, viewOpts);
  434. }
  435. }
  436. // Express 2 and lower, values set in app.locals, or people who just
  437. // want to pass options in their data. NOTE: These values will override
  438. // anything previously set in settings or settings['view options']
  439. utils.shallowCopyFromList(opts, data, _OPTS_PASSABLE_WITH_DATA_EXPRESS);
  440. }
  441. opts.filename = filename;
  442. }
  443. else {
  444. data = {};
  445. }
  446. return tryHandleCache(opts, data, cb);
  447. };
  448. /**
  449. * Clear intermediate JavaScript cache. Calls {@link Cache#reset}.
  450. * @public
  451. */
  452. /**
  453. * EJS template class
  454. * @public
  455. */
  456. exports.Template = Template;
  457. exports.clearCache = function () {
  458. exports.cache.reset();
  459. };
  460. function Template(text, opts) {
  461. opts = opts || {};
  462. var options = {};
  463. this.templateText = text;
  464. /** @type {string | null} */
  465. this.mode = null;
  466. this.truncate = false;
  467. this.currentLine = 1;
  468. this.source = '';
  469. options.client = opts.client || false;
  470. options.escapeFunction = opts.escape || opts.escapeFunction || utils.escapeXML;
  471. options.compileDebug = opts.compileDebug !== false;
  472. options.debug = !!opts.debug;
  473. options.filename = opts.filename;
  474. options.openDelimiter = opts.openDelimiter || exports.openDelimiter || _DEFAULT_OPEN_DELIMITER;
  475. options.closeDelimiter = opts.closeDelimiter || exports.closeDelimiter || _DEFAULT_CLOSE_DELIMITER;
  476. options.delimiter = opts.delimiter || exports.delimiter || _DEFAULT_DELIMITER;
  477. options.strict = opts.strict || false;
  478. options.context = opts.context;
  479. options.cache = opts.cache || false;
  480. options.rmWhitespace = opts.rmWhitespace;
  481. options.root = opts.root;
  482. options.includer = opts.includer;
  483. options.outputFunctionName = opts.outputFunctionName;
  484. options.localsName = opts.localsName || exports.localsName || _DEFAULT_LOCALS_NAME;
  485. options.views = opts.views;
  486. options.async = opts.async;
  487. options.destructuredLocals = opts.destructuredLocals;
  488. options.legacyInclude = typeof opts.legacyInclude != 'undefined' ? !!opts.legacyInclude : true;
  489. if (options.strict) {
  490. options._with = false;
  491. }
  492. else {
  493. options._with = typeof opts._with != 'undefined' ? opts._with : true;
  494. }
  495. this.opts = options;
  496. this.regex = this.createRegex();
  497. }
  498. Template.modes = {
  499. EVAL: 'eval',
  500. ESCAPED: 'escaped',
  501. RAW: 'raw',
  502. COMMENT: 'comment',
  503. LITERAL: 'literal'
  504. };
  505. Template.prototype = {
  506. createRegex: function () {
  507. var str = _REGEX_STRING;
  508. var delim = utils.escapeRegExpChars(this.opts.delimiter);
  509. var open = utils.escapeRegExpChars(this.opts.openDelimiter);
  510. var close = utils.escapeRegExpChars(this.opts.closeDelimiter);
  511. str = str.replace(/%/g, delim)
  512. .replace(/</g, open)
  513. .replace(/>/g, close);
  514. return new RegExp(str);
  515. },
  516. compile: function () {
  517. /** @type {string} */
  518. var src;
  519. /** @type {ClientFunction} */
  520. var fn;
  521. var opts = this.opts;
  522. var prepended = '';
  523. var appended = '';
  524. /** @type {EscapeCallback} */
  525. var escapeFn = opts.escapeFunction;
  526. /** @type {FunctionConstructor} */
  527. var ctor;
  528. /** @type {string} */
  529. var sanitizedFilename = opts.filename ? JSON.stringify(opts.filename) : 'undefined';
  530. if (!this.source) {
  531. this.generateSource();
  532. prepended +=
  533. ' var __output = "";\n' +
  534. ' function __append(s) { if (s !== undefined && s !== null) __output += s }\n';
  535. if (opts.outputFunctionName) {
  536. prepended += ' var ' + opts.outputFunctionName + ' = __append;' + '\n';
  537. }
  538. if (opts.destructuredLocals && opts.destructuredLocals.length) {
  539. var destructuring = ' var __locals = (' + opts.localsName + ' || {}),\n';
  540. for (var i = 0; i < opts.destructuredLocals.length; i++) {
  541. var name = opts.destructuredLocals[i];
  542. if (i > 0) {
  543. destructuring += ',\n ';
  544. }
  545. destructuring += name + ' = __locals.' + name;
  546. }
  547. prepended += destructuring + ';\n';
  548. }
  549. if (opts._with !== false) {
  550. prepended += ' with (' + opts.localsName + ' || {}) {' + '\n';
  551. appended += ' }' + '\n';
  552. }
  553. appended += ' return __output;' + '\n';
  554. this.source = prepended + this.source + appended;
  555. }
  556. if (opts.compileDebug) {
  557. src = 'var __line = 1' + '\n'
  558. + ' , __lines = ' + JSON.stringify(this.templateText) + '\n'
  559. + ' , __filename = ' + sanitizedFilename + ';' + '\n'
  560. + 'try {' + '\n'
  561. + this.source
  562. + '} catch (e) {' + '\n'
  563. + ' rethrow(e, __lines, __filename, __line, escapeFn);' + '\n'
  564. + '}' + '\n';
  565. }
  566. else {
  567. src = this.source;
  568. }
  569. if (opts.client) {
  570. src = 'escapeFn = escapeFn || ' + escapeFn.toString() + ';' + '\n' + src;
  571. if (opts.compileDebug) {
  572. src = 'rethrow = rethrow || ' + rethrow.toString() + ';' + '\n' + src;
  573. }
  574. }
  575. if (opts.strict) {
  576. src = '"use strict";\n' + src;
  577. }
  578. if (opts.debug) {
  579. console.log(src);
  580. }
  581. if (opts.compileDebug && opts.filename) {
  582. src = src + '\n'
  583. + '//# sourceURL=' + sanitizedFilename + '\n';
  584. }
  585. try {
  586. if (opts.async) {
  587. // Have to use generated function for this, since in envs without support,
  588. // it breaks in parsing
  589. try {
  590. ctor = (new Function('return (async function(){}).constructor;'))();
  591. }
  592. catch(e) {
  593. if (e instanceof SyntaxError) {
  594. throw new Error('This environment does not support async/await');
  595. }
  596. else {
  597. throw e;
  598. }
  599. }
  600. }
  601. else {
  602. ctor = Function;
  603. }
  604. fn = new ctor(opts.localsName + ', escapeFn, include, rethrow', src);
  605. }
  606. catch(e) {
  607. // istanbul ignore else
  608. if (e instanceof SyntaxError) {
  609. if (opts.filename) {
  610. e.message += ' in ' + opts.filename;
  611. }
  612. e.message += ' while compiling ejs\n\n';
  613. e.message += 'If the above error is not helpful, you may want to try EJS-Lint:\n';
  614. e.message += 'https://github.com/RyanZim/EJS-Lint';
  615. if (!opts.async) {
  616. e.message += '\n';
  617. e.message += 'Or, if you meant to create an async function, pass `async: true` as an option.';
  618. }
  619. }
  620. throw e;
  621. }
  622. // Return a callable function which will execute the function
  623. // created by the source-code, with the passed data as locals
  624. // Adds a local `include` function which allows full recursive include
  625. var returnedFn = opts.client ? fn : function anonymous(data) {
  626. var include = function (path, includeData) {
  627. var d = utils.shallowCopy({}, data);
  628. if (includeData) {
  629. d = utils.shallowCopy(d, includeData);
  630. }
  631. return includeFile(path, opts)(d);
  632. };
  633. return fn.apply(opts.context, [data || {}, escapeFn, include, rethrow]);
  634. };
  635. if (opts.filename && typeof Object.defineProperty === 'function') {
  636. var filename = opts.filename;
  637. var basename = path.basename(filename, path.extname(filename));
  638. try {
  639. Object.defineProperty(returnedFn, 'name', {
  640. value: basename,
  641. writable: false,
  642. enumerable: false,
  643. configurable: true
  644. });
  645. } catch (e) {/* ignore */}
  646. }
  647. return returnedFn;
  648. },
  649. generateSource: function () {
  650. var opts = this.opts;
  651. if (opts.rmWhitespace) {
  652. // Have to use two separate replace here as `^` and `$` operators don't
  653. // work well with `\r` and empty lines don't work well with the `m` flag.
  654. this.templateText =
  655. this.templateText.replace(/[\r\n]+/g, '\n').replace(/^\s+|\s+$/gm, '');
  656. }
  657. // Slurp spaces and tabs before <%_ and after _%>
  658. this.templateText =
  659. this.templateText.replace(/[ \t]*<%_/gm, '<%_').replace(/_%>[ \t]*/gm, '_%>');
  660. var self = this;
  661. var matches = this.parseTemplateText();
  662. var d = this.opts.delimiter;
  663. var o = this.opts.openDelimiter;
  664. var c = this.opts.closeDelimiter;
  665. if (matches && matches.length) {
  666. matches.forEach(function (line, index) {
  667. var closing;
  668. // If this is an opening tag, check for closing tags
  669. // FIXME: May end up with some false positives here
  670. // Better to store modes as k/v with openDelimiter + delimiter as key
  671. // Then this can simply check against the map
  672. if ( line.indexOf(o + d) === 0 // If it is a tag
  673. && line.indexOf(o + d + d) !== 0) { // and is not escaped
  674. closing = matches[index + 2];
  675. if (!(closing == d + c || closing == '-' + d + c || closing == '_' + d + c)) {
  676. throw new Error('Could not find matching close tag for "' + line + '".');
  677. }
  678. }
  679. self.scanLine(line);
  680. });
  681. }
  682. },
  683. parseTemplateText: function () {
  684. var str = this.templateText;
  685. var pat = this.regex;
  686. var result = pat.exec(str);
  687. var arr = [];
  688. var firstPos;
  689. while (result) {
  690. firstPos = result.index;
  691. if (firstPos !== 0) {
  692. arr.push(str.substring(0, firstPos));
  693. str = str.slice(firstPos);
  694. }
  695. arr.push(result[0]);
  696. str = str.slice(result[0].length);
  697. result = pat.exec(str);
  698. }
  699. if (str) {
  700. arr.push(str);
  701. }
  702. return arr;
  703. },
  704. _addOutput: function (line) {
  705. if (this.truncate) {
  706. // Only replace single leading linebreak in the line after
  707. // -%> tag -- this is the single, trailing linebreak
  708. // after the tag that the truncation mode replaces
  709. // Handle Win / Unix / old Mac linebreaks -- do the \r\n
  710. // combo first in the regex-or
  711. line = line.replace(/^(?:\r\n|\r|\n)/, '');
  712. this.truncate = false;
  713. }
  714. if (!line) {
  715. return line;
  716. }
  717. // Preserve literal slashes
  718. line = line.replace(/\\/g, '\\\\');
  719. // Convert linebreaks
  720. line = line.replace(/\n/g, '\\n');
  721. line = line.replace(/\r/g, '\\r');
  722. // Escape double-quotes
  723. // - this will be the delimiter during execution
  724. line = line.replace(/"/g, '\\"');
  725. this.source += ' ; __append("' + line + '")' + '\n';
  726. },
  727. scanLine: function (line) {
  728. var self = this;
  729. var d = this.opts.delimiter;
  730. var o = this.opts.openDelimiter;
  731. var c = this.opts.closeDelimiter;
  732. var newLineCount = 0;
  733. newLineCount = (line.split('\n').length - 1);
  734. switch (line) {
  735. case o + d:
  736. case o + d + '_':
  737. this.mode = Template.modes.EVAL;
  738. break;
  739. case o + d + '=':
  740. this.mode = Template.modes.ESCAPED;
  741. break;
  742. case o + d + '-':
  743. this.mode = Template.modes.RAW;
  744. break;
  745. case o + d + '#':
  746. this.mode = Template.modes.COMMENT;
  747. break;
  748. case o + d + d:
  749. this.mode = Template.modes.LITERAL;
  750. this.source += ' ; __append("' + line.replace(o + d + d, o + d) + '")' + '\n';
  751. break;
  752. case d + d + c:
  753. this.mode = Template.modes.LITERAL;
  754. this.source += ' ; __append("' + line.replace(d + d + c, d + c) + '")' + '\n';
  755. break;
  756. case d + c:
  757. case '-' + d + c:
  758. case '_' + d + c:
  759. if (this.mode == Template.modes.LITERAL) {
  760. this._addOutput(line);
  761. }
  762. this.mode = null;
  763. this.truncate = line.indexOf('-') === 0 || line.indexOf('_') === 0;
  764. break;
  765. default:
  766. // In script mode, depends on type of tag
  767. if (this.mode) {
  768. // If '//' is found without a line break, add a line break.
  769. switch (this.mode) {
  770. case Template.modes.EVAL:
  771. case Template.modes.ESCAPED:
  772. case Template.modes.RAW:
  773. if (line.lastIndexOf('//') > line.lastIndexOf('\n')) {
  774. line += '\n';
  775. }
  776. }
  777. switch (this.mode) {
  778. // Just executing code
  779. case Template.modes.EVAL:
  780. this.source += ' ; ' + line + '\n';
  781. break;
  782. // Exec, esc, and output
  783. case Template.modes.ESCAPED:
  784. this.source += ' ; __append(escapeFn(' + stripSemi(line) + '))' + '\n';
  785. break;
  786. // Exec and output
  787. case Template.modes.RAW:
  788. this.source += ' ; __append(' + stripSemi(line) + ')' + '\n';
  789. break;
  790. case Template.modes.COMMENT:
  791. // Do nothing
  792. break;
  793. // Literal <%% mode, append as raw output
  794. case Template.modes.LITERAL:
  795. this._addOutput(line);
  796. break;
  797. }
  798. }
  799. // In string mode, just add the output
  800. else {
  801. this._addOutput(line);
  802. }
  803. }
  804. if (self.opts.compileDebug && newLineCount) {
  805. this.currentLine += newLineCount;
  806. this.source += ' ; __line = ' + this.currentLine + '\n';
  807. }
  808. }
  809. };
  810. /**
  811. * Escape characters reserved in XML.
  812. *
  813. * This is simply an export of {@link module:utils.escapeXML}.
  814. *
  815. * If `markup` is `undefined` or `null`, the empty string is returned.
  816. *
  817. * @param {String} markup Input string
  818. * @return {String} Escaped string
  819. * @public
  820. * @func
  821. * */
  822. exports.escapeXML = utils.escapeXML;
  823. /**
  824. * Express.js support.
  825. *
  826. * This is an alias for {@link module:ejs.renderFile}, in order to support
  827. * Express.js out-of-the-box.
  828. *
  829. * @func
  830. */
  831. exports.__express = exports.renderFile;
  832. /**
  833. * Version of EJS.
  834. *
  835. * @readonly
  836. * @type {String}
  837. * @public
  838. */
  839. exports.VERSION = _VERSION_STRING;
  840. /**
  841. * Name for detection of EJS.
  842. *
  843. * @readonly
  844. * @type {String}
  845. * @public
  846. */
  847. exports.name = _NAME;
  848. /* istanbul ignore if */
  849. if (typeof window != 'undefined') {
  850. window.ejs = exports;
  851. }
  852. },{"../package.json":6,"./utils":2,"fs":3,"path":4}],2:[function(require,module,exports){
  853. /*
  854. * EJS Embedded JavaScript templates
  855. * Copyright 2112 Matthew Eernisse (mde@fleegix.org)
  856. *
  857. * Licensed under the Apache License, Version 2.0 (the "License");
  858. * you may not use this file except in compliance with the License.
  859. * You may obtain a copy of the License at
  860. *
  861. * http://www.apache.org/licenses/LICENSE-2.0
  862. *
  863. * Unless required by applicable law or agreed to in writing, software
  864. * distributed under the License is distributed on an "AS IS" BASIS,
  865. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  866. * See the License for the specific language governing permissions and
  867. * limitations under the License.
  868. *
  869. */
  870. /**
  871. * Private utility functions
  872. * @module utils
  873. * @private
  874. */
  875. 'use strict';
  876. var regExpChars = /[|\\{}()[\]^$+*?.]/g;
  877. /**
  878. * Escape characters reserved in regular expressions.
  879. *
  880. * If `string` is `undefined` or `null`, the empty string is returned.
  881. *
  882. * @param {String} string Input string
  883. * @return {String} Escaped string
  884. * @static
  885. * @private
  886. */
  887. exports.escapeRegExpChars = function (string) {
  888. // istanbul ignore if
  889. if (!string) {
  890. return '';
  891. }
  892. return String(string).replace(regExpChars, '\\$&');
  893. };
  894. var _ENCODE_HTML_RULES = {
  895. '&': '&amp;',
  896. '<': '&lt;',
  897. '>': '&gt;',
  898. '"': '&#34;',
  899. "'": '&#39;'
  900. };
  901. var _MATCH_HTML = /[&<>'"]/g;
  902. function encode_char(c) {
  903. return _ENCODE_HTML_RULES[c] || c;
  904. }
  905. /**
  906. * Stringified version of constants used by {@link module:utils.escapeXML}.
  907. *
  908. * It is used in the process of generating {@link ClientFunction}s.
  909. *
  910. * @readonly
  911. * @type {String}
  912. */
  913. var escapeFuncStr =
  914. 'var _ENCODE_HTML_RULES = {\n'
  915. + ' "&": "&amp;"\n'
  916. + ' , "<": "&lt;"\n'
  917. + ' , ">": "&gt;"\n'
  918. + ' , \'"\': "&#34;"\n'
  919. + ' , "\'": "&#39;"\n'
  920. + ' }\n'
  921. + ' , _MATCH_HTML = /[&<>\'"]/g;\n'
  922. + 'function encode_char(c) {\n'
  923. + ' return _ENCODE_HTML_RULES[c] || c;\n'
  924. + '};\n';
  925. /**
  926. * Escape characters reserved in XML.
  927. *
  928. * If `markup` is `undefined` or `null`, the empty string is returned.
  929. *
  930. * @implements {EscapeCallback}
  931. * @param {String} markup Input string
  932. * @return {String} Escaped string
  933. * @static
  934. * @private
  935. */
  936. exports.escapeXML = function (markup) {
  937. return markup == undefined
  938. ? ''
  939. : String(markup)
  940. .replace(_MATCH_HTML, encode_char);
  941. };
  942. exports.escapeXML.toString = function () {
  943. return Function.prototype.toString.call(this) + ';\n' + escapeFuncStr;
  944. };
  945. /**
  946. * Naive copy of properties from one object to another.
  947. * Does not recurse into non-scalar properties
  948. * Does not check to see if the property has a value before copying
  949. *
  950. * @param {Object} to Destination object
  951. * @param {Object} from Source object
  952. * @return {Object} Destination object
  953. * @static
  954. * @private
  955. */
  956. exports.shallowCopy = function (to, from) {
  957. from = from || {};
  958. for (var p in from) {
  959. to[p] = from[p];
  960. }
  961. return to;
  962. };
  963. /**
  964. * Naive copy of a list of key names, from one object to another.
  965. * Only copies property if it is actually defined
  966. * Does not recurse into non-scalar properties
  967. *
  968. * @param {Object} to Destination object
  969. * @param {Object} from Source object
  970. * @param {Array} list List of properties to copy
  971. * @return {Object} Destination object
  972. * @static
  973. * @private
  974. */
  975. exports.shallowCopyFromList = function (to, from, list) {
  976. for (var i = 0; i < list.length; i++) {
  977. var p = list[i];
  978. if (typeof from[p] != 'undefined') {
  979. to[p] = from[p];
  980. }
  981. }
  982. return to;
  983. };
  984. /**
  985. * Simple in-process cache implementation. Does not implement limits of any
  986. * sort.
  987. *
  988. * @implements {Cache}
  989. * @static
  990. * @private
  991. */
  992. exports.cache = {
  993. _data: {},
  994. set: function (key, val) {
  995. this._data[key] = val;
  996. },
  997. get: function (key) {
  998. return this._data[key];
  999. },
  1000. remove: function (key) {
  1001. delete this._data[key];
  1002. },
  1003. reset: function () {
  1004. this._data = {};
  1005. }
  1006. };
  1007. /**
  1008. * Transforms hyphen case variable into camel case.
  1009. *
  1010. * @param {String} string Hyphen case string
  1011. * @return {String} Camel case string
  1012. * @static
  1013. * @private
  1014. */
  1015. exports.hyphenToCamel = function (str) {
  1016. return str.replace(/-[a-z]/g, function (match) { return match[1].toUpperCase(); });
  1017. };
  1018. },{}],3:[function(require,module,exports){
  1019. },{}],4:[function(require,module,exports){
  1020. (function (process){
  1021. // .dirname, .basename, and .extname methods are extracted from Node.js v8.11.1,
  1022. // backported and transplited with Babel, with backwards-compat fixes
  1023. // Copyright Joyent, Inc. and other Node contributors.
  1024. //
  1025. // Permission is hereby granted, free of charge, to any person obtaining a
  1026. // copy of this software and associated documentation files (the
  1027. // "Software"), to deal in the Software without restriction, including
  1028. // without limitation the rights to use, copy, modify, merge, publish,
  1029. // distribute, sublicense, and/or sell copies of the Software, and to permit
  1030. // persons to whom the Software is furnished to do so, subject to the
  1031. // following conditions:
  1032. //
  1033. // The above copyright notice and this permission notice shall be included
  1034. // in all copies or substantial portions of the Software.
  1035. //
  1036. // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  1037. // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  1038. // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
  1039. // NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  1040. // DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  1041. // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
  1042. // USE OR OTHER DEALINGS IN THE SOFTWARE.
  1043. // resolves . and .. elements in a path array with directory names there
  1044. // must be no slashes, empty elements, or device names (c:\) in the array
  1045. // (so also no leading and trailing slashes - it does not distinguish
  1046. // relative and absolute paths)
  1047. function normalizeArray(parts, allowAboveRoot) {
  1048. // if the path tries to go above the root, `up` ends up > 0
  1049. var up = 0;
  1050. for (var i = parts.length - 1; i >= 0; i--) {
  1051. var last = parts[i];
  1052. if (last === '.') {
  1053. parts.splice(i, 1);
  1054. } else if (last === '..') {
  1055. parts.splice(i, 1);
  1056. up++;
  1057. } else if (up) {
  1058. parts.splice(i, 1);
  1059. up--;
  1060. }
  1061. }
  1062. // if the path is allowed to go above the root, restore leading ..s
  1063. if (allowAboveRoot) {
  1064. for (; up--; up) {
  1065. parts.unshift('..');
  1066. }
  1067. }
  1068. return parts;
  1069. }
  1070. // path.resolve([from ...], to)
  1071. // posix version
  1072. exports.resolve = function() {
  1073. var resolvedPath = '',
  1074. resolvedAbsolute = false;
  1075. for (var i = arguments.length - 1; i >= -1 && !resolvedAbsolute; i--) {
  1076. var path = (i >= 0) ? arguments[i] : process.cwd();
  1077. // Skip empty and invalid entries
  1078. if (typeof path !== 'string') {
  1079. throw new TypeError('Arguments to path.resolve must be strings');
  1080. } else if (!path) {
  1081. continue;
  1082. }
  1083. resolvedPath = path + '/' + resolvedPath;
  1084. resolvedAbsolute = path.charAt(0) === '/';
  1085. }
  1086. // At this point the path should be resolved to a full absolute path, but
  1087. // handle relative paths to be safe (might happen when process.cwd() fails)
  1088. // Normalize the path
  1089. resolvedPath = normalizeArray(filter(resolvedPath.split('/'), function(p) {
  1090. return !!p;
  1091. }), !resolvedAbsolute).join('/');
  1092. return ((resolvedAbsolute ? '/' : '') + resolvedPath) || '.';
  1093. };
  1094. // path.normalize(path)
  1095. // posix version
  1096. exports.normalize = function(path) {
  1097. var isAbsolute = exports.isAbsolute(path),
  1098. trailingSlash = substr(path, -1) === '/';
  1099. // Normalize the path
  1100. path = normalizeArray(filter(path.split('/'), function(p) {
  1101. return !!p;
  1102. }), !isAbsolute).join('/');
  1103. if (!path && !isAbsolute) {
  1104. path = '.';
  1105. }
  1106. if (path && trailingSlash) {
  1107. path += '/';
  1108. }
  1109. return (isAbsolute ? '/' : '') + path;
  1110. };
  1111. // posix version
  1112. exports.isAbsolute = function(path) {
  1113. return path.charAt(0) === '/';
  1114. };
  1115. // posix version
  1116. exports.join = function() {
  1117. var paths = Array.prototype.slice.call(arguments, 0);
  1118. return exports.normalize(filter(paths, function(p, index) {
  1119. if (typeof p !== 'string') {
  1120. throw new TypeError('Arguments to path.join must be strings');
  1121. }
  1122. return p;
  1123. }).join('/'));
  1124. };
  1125. // path.relative(from, to)
  1126. // posix version
  1127. exports.relative = function(from, to) {
  1128. from = exports.resolve(from).substr(1);
  1129. to = exports.resolve(to).substr(1);
  1130. function trim(arr) {
  1131. var start = 0;
  1132. for (; start < arr.length; start++) {
  1133. if (arr[start] !== '') break;
  1134. }
  1135. var end = arr.length - 1;
  1136. for (; end >= 0; end--) {
  1137. if (arr[end] !== '') break;
  1138. }
  1139. if (start > end) return [];
  1140. return arr.slice(start, end - start + 1);
  1141. }
  1142. var fromParts = trim(from.split('/'));
  1143. var toParts = trim(to.split('/'));
  1144. var length = Math.min(fromParts.length, toParts.length);
  1145. var samePartsLength = length;
  1146. for (var i = 0; i < length; i++) {
  1147. if (fromParts[i] !== toParts[i]) {
  1148. samePartsLength = i;
  1149. break;
  1150. }
  1151. }
  1152. var outputParts = [];
  1153. for (var i = samePartsLength; i < fromParts.length; i++) {
  1154. outputParts.push('..');
  1155. }
  1156. outputParts = outputParts.concat(toParts.slice(samePartsLength));
  1157. return outputParts.join('/');
  1158. };
  1159. exports.sep = '/';
  1160. exports.delimiter = ':';
  1161. exports.dirname = function (path) {
  1162. if (typeof path !== 'string') path = path + '';
  1163. if (path.length === 0) return '.';
  1164. var code = path.charCodeAt(0);
  1165. var hasRoot = code === 47 /*/*/;
  1166. var end = -1;
  1167. var matchedSlash = true;
  1168. for (var i = path.length - 1; i >= 1; --i) {
  1169. code = path.charCodeAt(i);
  1170. if (code === 47 /*/*/) {
  1171. if (!matchedSlash) {
  1172. end = i;
  1173. break;
  1174. }
  1175. } else {
  1176. // We saw the first non-path separator
  1177. matchedSlash = false;
  1178. }
  1179. }
  1180. if (end === -1) return hasRoot ? '/' : '.';
  1181. if (hasRoot && end === 1) {
  1182. // return '//';
  1183. // Backwards-compat fix:
  1184. return '/';
  1185. }
  1186. return path.slice(0, end);
  1187. };
  1188. function basename(path) {
  1189. if (typeof path !== 'string') path = path + '';
  1190. var start = 0;
  1191. var end = -1;
  1192. var matchedSlash = true;
  1193. var i;
  1194. for (i = path.length - 1; i >= 0; --i) {
  1195. if (path.charCodeAt(i) === 47 /*/*/) {
  1196. // If we reached a path separator that was not part of a set of path
  1197. // separators at the end of the string, stop now
  1198. if (!matchedSlash) {
  1199. start = i + 1;
  1200. break;
  1201. }
  1202. } else if (end === -1) {
  1203. // We saw the first non-path separator, mark this as the end of our
  1204. // path component
  1205. matchedSlash = false;
  1206. end = i + 1;
  1207. }
  1208. }
  1209. if (end === -1) return '';
  1210. return path.slice(start, end);
  1211. }
  1212. // Uses a mixed approach for backwards-compatibility, as ext behavior changed
  1213. // in new Node.js versions, so only basename() above is backported here
  1214. exports.basename = function (path, ext) {
  1215. var f = basename(path);
  1216. if (ext && f.substr(-1 * ext.length) === ext) {
  1217. f = f.substr(0, f.length - ext.length);
  1218. }
  1219. return f;
  1220. };
  1221. exports.extname = function (path) {
  1222. if (typeof path !== 'string') path = path + '';
  1223. var startDot = -1;
  1224. var startPart = 0;
  1225. var end = -1;
  1226. var matchedSlash = true;
  1227. // Track the state of characters (if any) we see before our first dot and
  1228. // after any path separator we find
  1229. var preDotState = 0;
  1230. for (var i = path.length - 1; i >= 0; --i) {
  1231. var code = path.charCodeAt(i);
  1232. if (code === 47 /*/*/) {
  1233. // If we reached a path separator that was not part of a set of path
  1234. // separators at the end of the string, stop now
  1235. if (!matchedSlash) {
  1236. startPart = i + 1;
  1237. break;
  1238. }
  1239. continue;
  1240. }
  1241. if (end === -1) {
  1242. // We saw the first non-path separator, mark this as the end of our
  1243. // extension
  1244. matchedSlash = false;
  1245. end = i + 1;
  1246. }
  1247. if (code === 46 /*.*/) {
  1248. // If this is our first dot, mark it as the start of our extension
  1249. if (startDot === -1)
  1250. startDot = i;
  1251. else if (preDotState !== 1)
  1252. preDotState = 1;
  1253. } else if (startDot !== -1) {
  1254. // We saw a non-dot and non-path separator before our dot, so we should
  1255. // have a good chance at having a non-empty extension
  1256. preDotState = -1;
  1257. }
  1258. }
  1259. if (startDot === -1 || end === -1 ||
  1260. // We saw a non-dot character immediately before the dot
  1261. preDotState === 0 ||
  1262. // The (right-most) trimmed path component is exactly '..'
  1263. preDotState === 1 && startDot === end - 1 && startDot === startPart + 1) {
  1264. return '';
  1265. }
  1266. return path.slice(startDot, end);
  1267. };
  1268. function filter (xs, f) {
  1269. if (xs.filter) return xs.filter(f);
  1270. var res = [];
  1271. for (var i = 0; i < xs.length; i++) {
  1272. if (f(xs[i], i, xs)) res.push(xs[i]);
  1273. }
  1274. return res;
  1275. }
  1276. // String.prototype.substr - negative index don't work in IE8
  1277. var substr = 'ab'.substr(-1) === 'b'
  1278. ? function (str, start, len) { return str.substr(start, len) }
  1279. : function (str, start, len) {
  1280. if (start < 0) start = str.length + start;
  1281. return str.substr(start, len);
  1282. }
  1283. ;
  1284. }).call(this,require('_process'))
  1285. },{"_process":5}],5:[function(require,module,exports){
  1286. // shim for using process in browser
  1287. var process = module.exports = {};
  1288. // cached from whatever global is present so that test runners that stub it
  1289. // don't break things. But we need to wrap it in a try catch in case it is
  1290. // wrapped in strict mode code which doesn't define any globals. It's inside a
  1291. // function because try/catches deoptimize in certain engines.
  1292. var cachedSetTimeout;
  1293. var cachedClearTimeout;
  1294. function defaultSetTimout() {
  1295. throw new Error('setTimeout has not been defined');
  1296. }
  1297. function defaultClearTimeout () {
  1298. throw new Error('clearTimeout has not been defined');
  1299. }
  1300. (function () {
  1301. try {
  1302. if (typeof setTimeout === 'function') {
  1303. cachedSetTimeout = setTimeout;
  1304. } else {
  1305. cachedSetTimeout = defaultSetTimout;
  1306. }
  1307. } catch (e) {
  1308. cachedSetTimeout = defaultSetTimout;
  1309. }
  1310. try {
  1311. if (typeof clearTimeout === 'function') {
  1312. cachedClearTimeout = clearTimeout;
  1313. } else {
  1314. cachedClearTimeout = defaultClearTimeout;
  1315. }
  1316. } catch (e) {
  1317. cachedClearTimeout = defaultClearTimeout;
  1318. }
  1319. } ())
  1320. function runTimeout(fun) {
  1321. if (cachedSetTimeout === setTimeout) {
  1322. //normal enviroments in sane situations
  1323. return setTimeout(fun, 0);
  1324. }
  1325. // if setTimeout wasn't available but was latter defined
  1326. if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {
  1327. cachedSetTimeout = setTimeout;
  1328. return setTimeout(fun, 0);
  1329. }
  1330. try {
  1331. // when when somebody has screwed with setTimeout but no I.E. maddness
  1332. return cachedSetTimeout(fun, 0);
  1333. } catch(e){
  1334. try {
  1335. // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally
  1336. return cachedSetTimeout.call(null, fun, 0);
  1337. } catch(e){
  1338. // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error
  1339. return cachedSetTimeout.call(this, fun, 0);
  1340. }
  1341. }
  1342. }
  1343. function runClearTimeout(marker) {
  1344. if (cachedClearTimeout === clearTimeout) {
  1345. //normal enviroments in sane situations
  1346. return clearTimeout(marker);
  1347. }
  1348. // if clearTimeout wasn't available but was latter defined
  1349. if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {
  1350. cachedClearTimeout = clearTimeout;
  1351. return clearTimeout(marker);
  1352. }
  1353. try {
  1354. // when when somebody has screwed with setTimeout but no I.E. maddness
  1355. return cachedClearTimeout(marker);
  1356. } catch (e){
  1357. try {
  1358. // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally
  1359. return cachedClearTimeout.call(null, marker);
  1360. } catch (e){
  1361. // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error.
  1362. // Some versions of I.E. have different rules for clearTimeout vs setTimeout
  1363. return cachedClearTimeout.call(this, marker);
  1364. }
  1365. }
  1366. }
  1367. var queue = [];
  1368. var draining = false;
  1369. var currentQueue;
  1370. var queueIndex = -1;
  1371. function cleanUpNextTick() {
  1372. if (!draining || !currentQueue) {
  1373. return;
  1374. }
  1375. draining = false;
  1376. if (currentQueue.length) {
  1377. queue = currentQueue.concat(queue);
  1378. } else {
  1379. queueIndex = -1;
  1380. }
  1381. if (queue.length) {
  1382. drainQueue();
  1383. }
  1384. }
  1385. function drainQueue() {
  1386. if (draining) {
  1387. return;
  1388. }
  1389. var timeout = runTimeout(cleanUpNextTick);
  1390. draining = true;
  1391. var len = queue.length;
  1392. while(len) {
  1393. currentQueue = queue;
  1394. queue = [];
  1395. while (++queueIndex < len) {
  1396. if (currentQueue) {
  1397. currentQueue[queueIndex].run();
  1398. }
  1399. }
  1400. queueIndex = -1;
  1401. len = queue.length;
  1402. }
  1403. currentQueue = null;
  1404. draining = false;
  1405. runClearTimeout(timeout);
  1406. }
  1407. process.nextTick = function (fun) {
  1408. var args = new Array(arguments.length - 1);
  1409. if (arguments.length > 1) {
  1410. for (var i = 1; i < arguments.length; i++) {
  1411. args[i - 1] = arguments[i];
  1412. }
  1413. }
  1414. queue.push(new Item(fun, args));
  1415. if (queue.length === 1 && !draining) {
  1416. runTimeout(drainQueue);
  1417. }
  1418. };
  1419. // v8 likes predictible objects
  1420. function Item(fun, array) {
  1421. this.fun = fun;
  1422. this.array = array;
  1423. }
  1424. Item.prototype.run = function () {
  1425. this.fun.apply(null, this.array);
  1426. };
  1427. process.title = 'browser';
  1428. process.browser = true;
  1429. process.env = {};
  1430. process.argv = [];
  1431. process.version = ''; // empty string to avoid regexp issues
  1432. process.versions = {};
  1433. function noop() {}
  1434. process.on = noop;
  1435. process.addListener = noop;
  1436. process.once = noop;
  1437. process.off = noop;
  1438. process.removeListener = noop;
  1439. process.removeAllListeners = noop;
  1440. process.emit = noop;
  1441. process.prependListener = noop;
  1442. process.prependOnceListener = noop;
  1443. process.listeners = function (name) { return [] }
  1444. process.binding = function (name) {
  1445. throw new Error('process.binding is not supported');
  1446. };
  1447. process.cwd = function () { return '/' };
  1448. process.chdir = function (dir) {
  1449. throw new Error('process.chdir is not supported');
  1450. };
  1451. process.umask = function() { return 0; };
  1452. },{}],6:[function(require,module,exports){
  1453. module.exports={
  1454. "name": "ejs",
  1455. "description": "Embedded JavaScript templates",
  1456. "keywords": [
  1457. "template",
  1458. "engine",
  1459. "ejs"
  1460. ],
  1461. "version": "3.1.6",
  1462. "author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)",
  1463. "license": "Apache-2.0",
  1464. "bin": {
  1465. "ejs": "./bin/cli.js"
  1466. },
  1467. "main": "./lib/ejs.js",
  1468. "jsdelivr": "ejs.min.js",
  1469. "unpkg": "ejs.min.js",
  1470. "repository": {
  1471. "type": "git",
  1472. "url": "git://github.com/mde/ejs.git"
  1473. },
  1474. "bugs": "https://github.com/mde/ejs/issues",
  1475. "homepage": "https://github.com/mde/ejs",
  1476. "dependencies": {
  1477. "jake": "^10.6.1"
  1478. },
  1479. "devDependencies": {
  1480. "browserify": "^16.5.1",
  1481. "eslint": "^6.8.0",
  1482. "git-directory-deploy": "^1.5.1",
  1483. "jsdoc": "^3.6.4",
  1484. "lru-cache": "^4.0.1",
  1485. "mocha": "^7.1.1",
  1486. "uglify-js": "^3.3.16"
  1487. },
  1488. "engines": {
  1489. "node": ">=0.10.0"
  1490. },
  1491. "scripts": {
  1492. "test": "mocha"
  1493. }
  1494. }
  1495. },{}]},{},[1])(1)
  1496. });