/
var
/
www
/
greso.tech
/
server
/
nsm
/
node_modules
/
catharsis
/
/var/www/greso.tech/server/nsm/node_modules/catharsis
mkdir
upload
Name
Size
Mode
Actions
bin/
-
0755
rm
lib/
-
0755
rm
res/
-
0755
rm
catharsis.js
4287
0644
edit
dl
rm
LICENSE
1092
0644
edit
dl
rm
package.json
777
0644
edit
dl
rm
README.md
19449
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/node_modules/catharsis/package.json
(777B)
{ "version": "0.9.0", "name": "catharsis", "description": "A JavaScript parser for Google Closure Compiler and JSDoc type expressions.", "author": "Jeff Williams <jeffrey.l.williams@gmail.com>", "repository": { "type": "git", "url": "https://github.com/hegemonic/catharsis" }, "bugs": "https://github.com/hegemonic/catharsis/issues", "main": "catharsis.js", "dependencies": { "lodash": "^4.17.15" }, "devDependencies": { "ajv": "^6.12.2", "mocha": "^8.0.1", "pegjs": "^0.10.0", "should": "^13.2.3", "should-equal": "^2.0.0" }, "engines": { "node": ">= 10" }, "scripts": { "prepare": "./node_modules/pegjs/bin/pegjs ./lib/parser.pegjs", "test": "./node_modules/mocha/bin/mocha" }, "license": "MIT" }
Save
cmd:
run