/usr/lib/nodejs/applause/package.json is in node-applause 1.2.2-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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | {
"name": "applause",
"description": "Pattern replacer that helps creating human-friendly replacements.",
"version": "1.2.2",
"author": {
"name": "outaTiME",
"url": "http://outa.im/"
},
"repository": "outaTiME/applause",
"license": "MIT",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"release": "scripts/release.sh",
"test": "grunt test"
},
"dependencies": {
"cson-parser": "^1.1.0",
"js-yaml": "^3.3.0",
"lodash": "^3.10.0"
},
"devDependencies": {
"grunt": "^0.4.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-watch": "^0.6.0",
"grunt-mocha-test": "^0.12.0",
"grunt-exec": "^0.4.6",
"spacejam": "^1.2.0"
},
"keywords": [
"replace",
"replacement",
"pattern",
"patterns",
"match",
"text",
"string",
"regex",
"regexp",
"json",
"yaml",
"cson",
"flatten"
],
"main": "src/applause.js",
"files": [
"src"
]
}
|