/usr/lib/nodejs/grunt-replace/package.json is in node-grunt-replace 1.0.1-2.
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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | {
"name": "grunt-replace",
"description": "Replace text patterns with applause.",
"version": "1.0.1",
"author": {
"name": "outaTiME",
"url": "http://outa.im/"
},
"repository": "outaTiME/grunt-replace",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
},
"main": "tasks/replace.js",
"scripts": {
"release": "scripts/release.sh",
"test": "grunt test"
},
"dependencies": {
"chalk": "^1.1.0",
"lodash": "^4.11.0",
"applause": "1.2.2",
"file-sync-cmp": "^0.1.0"
},
"devDependencies": {
"grunt": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-mocha-test": "^0.12.0",
"mocha": "^2.4.5"
},
"keywords": [
"gruntplugin",
"replace",
"replacement",
"pattern",
"patterns",
"match",
"text",
"string",
"regex",
"regexp",
"json",
"yaml",
"cson",
"flatten"
],
"files": [
"tasks"
],
"eslintConfig": {
"extends": [
"eslint:recommended"
],
"env": {
"node": true,
"mocha": true
},
"rules": {
"quotes": [
2,
"single"
],
"indent": [
2,
2
]
}
}
}
|