/usr/lib/nodejs/constantinople/package.json is in node-constantinople 2.0.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"name": "constantinople",
"version": "2.0.0",
"description": "Determine whether a JavaScript expression evaluates to a constant (using UglifyJS)",
"keywords": [],
"dependencies": {
"uglify-js": "~2.4.0"
},
"devDependencies": {
"mocha": "*"
},
"scripts": {
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/ForbesLindesay/constantinople.git"
},
"author": "ForbesLindesay",
"license": "MIT"
}
|