|
Server IP : 161.35.85.9 / Your IP : 216.73.217.134 Web Server : nginx/1.30.1 System : Linux cheapdeb-ams3 7.0.9+deb14-amd64 #1 SMP PREEMPT_DYNAMIC Debian 7.0.9-1 (2026-05-22) x86_64 User : root ( 0) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/wordpress/../java/../node_modules/llparse/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
{
"name": "llparse",
"version": "7.3.1",
"description": "Compile incremental parsers to C code",
"main": "lib/api.js",
"types": "lib/api.d.ts",
"files": [
"lib",
"src"
],
"scripts": {
"build": "tsc",
"clean": "rm -rf lib",
"prepare": "npm run clean && npm run build",
"lint": "eslint -c eslint.json src/**/*.ts test/**/*.ts",
"lint:fix": "eslint --fix -c eslint.json src/**/*.ts test/**/*.ts",
"mocha": "mocha --timeout=10000 -r ts-node/register/type-check --reporter spec test/*-test.ts",
"test": "npm run mocha && npm run lint"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nodejs/llparse.git"
},
"keywords": [
"llparse",
"compiler"
],
"author": "Fedor Indutny <fedor@indutny.com> (http://darksi.de/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodejs/llparse/issues"
},
"homepage": "https://github.com/nodejs/llparse#readme",
"devDependencies": {
"@stylistic/eslint-plugin": "^2.6.1",
"@types/debug": "^4.1.5",
"@types/mocha": "^8.0.3",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^8.56.0",
"esm": "^3.2.25",
"llparse-test-fixture": "^5.0.1",
"mocha": "^9.2.2",
"ts-node": "^9.0.0",
"typescript": "^5.0.3"
},
"dependencies": {
"debug": "^4.2.0",
"llparse-frontend": "^3.0.0"
}
}