multi-account-post-schedule.../node_modules/constantinople/package.json

21 lines
471 B
JSON
Raw Normal View History

2022-07-07 18:23:44 +02:00
{
"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"
}