58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "peggy",
|
|
"version": "4.0.2",
|
|
"description": "Parser generator for JavaScript",
|
|
"homepage": "https://peggyjs.org/",
|
|
"repository": "peggyjs/peggy",
|
|
"license": "MIT",
|
|
"author": "David Majda <david@majda.cz> (https://majda.cz/)",
|
|
"main": "lib/peg.js",
|
|
"browser": "browser/peggy.min.js",
|
|
"unpkg": "browser/peggy.min.js",
|
|
"jsdelivr": "browser/peggy.min.js",
|
|
"types": "lib/peg.d.ts",
|
|
"bin": {
|
|
"peggy": "bin/peggy.js"
|
|
},
|
|
"devDependencies": {
|
|
"@peggyjs/eslint-config": "^3.2.4",
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-json": "^6.1.0",
|
|
"@rollup/plugin-multi-entry": "^6.0.1",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
"@types/chai": "^4.3.11",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/node": "^20.11.20",
|
|
"@typescript-eslint/eslint-plugin": "^7.0.2",
|
|
"@typescript-eslint/parser": "^7.0.2",
|
|
"chai": "^4.3.11",
|
|
"chai-like": "^1.1.1",
|
|
"copyfiles": "^2.4.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-compat": "4.2.0",
|
|
"eslint-plugin-mocha": "10.3.0",
|
|
"express": "4.18.2",
|
|
"glob": "^10.3.10",
|
|
"jest": "^29.7.0",
|
|
"rimraf": "^5.0.5",
|
|
"rollup": "^4.12.0",
|
|
"rollup-plugin-ignore": "1.0.10",
|
|
"source-map": "^0.8.0-beta.0",
|
|
"terser": "^5.28.1",
|
|
"ts-jest": "^29.1.2",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@peggyjs/from-mem": "1.2.1",
|
|
"commander": "^12.0.0",
|
|
"source-map-generator": "0.8.0"
|
|
},
|
|
"browserslist": [
|
|
"defaults, maintained node versions, not op_mini all"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
} |