/usr/share/javascript/d3-tip/package.json is in libjs-d3-tip 0.7.1-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 24 25 26 27 28 29 30 | {
"name": "d3-tip",
"version": "0.7.1",
"description": "Tooltips for d3 svg visualizations",
"author": "Justin Palmer <justin@labratrevenge.com> (http://labratrevenge.com/d3-tip)",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Caged/d3-tip"
},
"keywords": [
"d3",
"tooltip"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Caged/d3-tip/issues"
},
"homepage": "https://github.com/Caged/d3-tip",
"dependencies": {
"d3": "^4.2"
}
}
|