package-lock.json


Log

Author Commit Date CI Message
dependabot[bot] 9068680c 2021-05-08T10:41:52 Bump lodash from 4.17.19 to 4.17.21 (#2893)
dependabot[bot] db183421 2021-05-07T19:34:48 Bump hosted-git-info from 2.8.5 to 2.8.9 (#2892)
Michael Schmidt cf7b0fd5 2021-05-01T14:40:00 ESLint: Added JSDoc plugin (#2869)
dependabot[bot] 4f03d5dd 2021-03-30T18:59:41 Bump y18n from 3.2.1 to 3.2.2 (#2840)
Michael Schmidt 772d42be 2021-03-26T13:16:16 Added ESLint with minimal config (#2831)
Michael Schmidt d5e14e1a 2021-03-17T11:10:56 Copy to clipboard: Removed ClipboardJS dependency (#2784)
Michael Schmidt d85e30da 2021-03-05T16:38:11 Updated refa + fixed 2 cases of exp backtracking (#2774)
mAAdhaTTah 88a17b4f 2020-12-31T13:46:45 1.23.0
Michael Schmidt e644178b 2020-12-28T18:19:11 Added test for polynomial backtracking (#2597)
Michael Schmidt 0604793c 2020-12-22T11:08:46 New `start` script to start local server (#2491)
Michael Schmidt 7266e32f 2020-12-22T10:50:39 Treeview: Fixed icons on dark themes (#2631)
dependabot[bot] fc579990 2020-12-11T20:06:01 Bump ini from 1.3.5 to 1.3.7 (#2672)
Michael Schmidt 05afbb10 2020-11-29T00:12:15 Added test for exponential backtracking (#2590) This adds a simple test to detect certain causes of exponential backtracking.
James DiGioia 9df20c5e 2020-11-09T09:33:41 Added Dangerfile and provide bundle size info (#2608)
mAAdhaTTah 38f42dd6 2020-10-10T14:25:16 1.22.0
mAAdhaTTah 187c8a60 2020-08-06T19:17:18 1.21.0
dependabot[bot] 16fbe3e0 2020-07-16T21:58:53 Bump lodash from 4.17.15 to 4.17.19 (#2478)
Michael Schmidt 4ff555be 2020-06-28T01:34:29 Added JSDoc (#1782)
mAAdhaTTah 81670053 2020-04-03T21:04:41 1.20.0
dependabot[bot] 2d5082ae 2020-03-14T16:11:59 Dependencies: Bump acorn from 6.1.1 to 6.4.1 (#2249) Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/6.1.1...6.4.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Michael Schmidt 1f7a245c 2020-03-07T11:53:31 Added tests for examples (#2216) This adds a new test to validate the structure and syntax of all examples and moves the existing example test into the mocha test suite.
Jason Tatton b24f7348 2020-02-14T21:55:32 Add Concurnas support (#2206) Concurnas is an open-source JVM programming language designed for building reliable, scalable, high performance concurrent, distributed and parallel systems. For more information please see: https://concurnas.com/
mAAdhaTTah 6fd5c96b 2020-01-13T08:39:40 1.19.0
Saswat Padhi e5678a00 2020-01-12T02:13:05 Updated gulp to v4.0.2 (#2178)
mAAdhaTTah 3c1fd1c8 2019-12-20T07:42:43 1.18.0
Michael Schmidt c187e229 2019-10-16T12:06:22 Added test for unused capturing groups (#1996) This adds a test that checks for unused capturing groups in patterns and another test which ensures that lookbehind groups are always the first thing being matched in a pattern.
Michael Schmidt 3af5d744 2019-07-24T22:12:06 npm: Updated dependencies to fix 122 vulnerabilities (#1997) This updates mocha and its dependencies to fix 122 vulnerabilities.
mAAdhaTTah aba55105 2019-07-21T22:08:30 1.17.1
mAAdhaTTah a7030277 2019-07-21T22:05:51 1.17.0
Michael Schmidt 033c5ad8 2019-07-19T16:20:45 gulp: Split gulpfile.js and expanded `changes` task (#1835) This splits the `gulpfile.js` files into multiple files and expands the `changes` tasks to generate a commit-based changelog.
Brice Aldrich 858201c7 2019-07-10T21:45:22 Added support for PascaLIGO (#1947) This adds support for the [PascaLIGO language](http://ligolang.org).
mAAdhaTTah 886698d5 2019-03-24T19:00:38 1.16.0
mAAdhaTTah 3abaf68d 2019-03-24T14:35:05 Add command to generate CHANGELOG This forms the basis of the CHANGELOG, but the commits need to be formatted with the linkify command and sorted into the various sections.
Michael Schmidt 66b44e3b 2019-03-24T23:03:10 Travis: Fail when changed files are detected (#1819) This adds a new check to the Travis CI config which will cause the build to fail if any files change (This usually indicates that the committer forgot to rebuild Prism.). To implement this, we also add the `package-lock.json` file.