|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "regjsparser",
|
|---|
| 3 | "version": "0.13.1",
|
|---|
| 4 | "author": "'Julian Viereck' <julian.viereck@gmail.com>",
|
|---|
| 5 | "license": "BSD-2-Clause",
|
|---|
| 6 | "main": "./parser",
|
|---|
| 7 | "types": "./parser.d.ts",
|
|---|
| 8 | "bin": {
|
|---|
| 9 | "regjsparser": "bin/parser"
|
|---|
| 10 | },
|
|---|
| 11 | "homepage": "https://github.com/jviereck/regjsparser",
|
|---|
| 12 | "repository": {
|
|---|
| 13 | "type": "git",
|
|---|
| 14 | "url": "git+ssh://git@github.com/jviereck/regjsparser.git"
|
|---|
| 15 | },
|
|---|
| 16 | "scripts": {
|
|---|
| 17 | "lint": "eslint --max-warnings 0 .",
|
|---|
| 18 | "test": "run-p test:* lint",
|
|---|
| 19 | "test:src": "node test/index.js",
|
|---|
| 20 | "test:types": "tsc test/types.ts --noEmit",
|
|---|
| 21 | "bench:baseline": "node ./tools/bench/index.mjs baseline",
|
|---|
| 22 | "bench:current": "node ./tools/bench/index.mjs current",
|
|---|
| 23 | "bench": "run-s bench:*"
|
|---|
| 24 | },
|
|---|
| 25 | "files": [
|
|---|
| 26 | "bin/",
|
|---|
| 27 | "LICENSE.BSD",
|
|---|
| 28 | "parser.js",
|
|---|
| 29 | "parser.d.ts",
|
|---|
| 30 | "README.md"
|
|---|
| 31 | ],
|
|---|
| 32 | "dependencies": {
|
|---|
| 33 | "jsesc": "~3.1.0"
|
|---|
| 34 | },
|
|---|
| 35 | "devDependencies": {
|
|---|
| 36 | "@eslint/js": "^10.0.1",
|
|---|
| 37 | "@unicode/unicode-17.0.0": "^1.6.12",
|
|---|
| 38 | "eslint": "^10.0.2",
|
|---|
| 39 | "eslint-plugin-regexp": "^3.0.0",
|
|---|
| 40 | "globals": "^17.3.0",
|
|---|
| 41 | "npm-run-all": "^4.1.5",
|
|---|
| 42 | "regenerate": "^1.4.2",
|
|---|
| 43 | "regjsparser": "^0.11.2",
|
|---|
| 44 | "tinybench": "^5.0.1",
|
|---|
| 45 | "typescript": "~5.9.2"
|
|---|
| 46 | }
|
|---|
| 47 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.