/usr/share/javascript/science.js/package.json is in libjs-sciencejs 1.9.3-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 22 23 | {
"name": "science",
"version": "1.9.3",
"description": "Scientific and statistical computing in JavaScript.",
"keywords": [
"science",
"statistics",
"mathematics"
],
"homepage": "https://github.com/jasondavies/science.js",
"author": {
"name": "Jason Davies",
"url": "http://www.jasondavies.com/"
},
"repository": {
"type": "git",
"url": "http://github.com/jasondavies/science.js.git"
},
"devDependencies": {
"uglify-js": "1.2.6",
"vows": "0.6.0"
}
}
|