main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Rev | Line | |
---|
[79a0317] | 1 | {
|
---|
| 2 | "name": "regjsparser",
|
---|
| 3 | "version": "0.12.0",
|
---|
| 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.0.2"
|
---|
| 34 | },
|
---|
| 35 | "devDependencies": {
|
---|
| 36 | "@unicode/unicode-16.0.0": "^1.6.0",
|
---|
| 37 | "eslint": "^9.10.0",
|
---|
| 38 | "eslint-plugin-regexp": "^2.6.0",
|
---|
| 39 | "globals": "^15.9.0",
|
---|
| 40 | "npm-run-all": "^4.1.5",
|
---|
| 41 | "regenerate": "~1.0.1",
|
---|
| 42 | "regjsparser": "^0.11.2",
|
---|
| 43 | "tinybench": "^2.9.0",
|
---|
| 44 | "typescript": "^4.5.2"
|
---|
| 45 | }
|
---|
| 46 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.