zkt25/Backend/node_modules/constantinople/package.json
Andrii Pervashov d1b27aff06 initial commit
2025-03-16 16:17:44 +01:00

21 lines
471 B
JSON

{
"name": "constantinople",
"version": "3.0.2",
"description": "Determine whether a JavaScript expression evaluates to a constant (using UglifyJS)",
"keywords": [],
"dependencies": {
"acorn": "^2.1.0"
},
"devDependencies": {
"mocha": "*"
},
"scripts": {
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/ForbesLindesay/constantinople.git"
},
"author": "ForbesLindesay",
"license": "MIT"
}