/usr/lib/nodejs/gulp-newer/package.json is in node-gulp-newer 1.3.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 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | {
"name": "gulp-newer",
"version": "1.3.0",
"description": "Only pass through newer source files",
"homepage": "https://github.com/tschaub/gulp-newer",
"author": {
"name": "Tim Schaub",
"url": "http://tschaub.net/"
},
"keywords": [
"gulp",
"gulpplugin",
"newer",
"mtime"
],
"repository": {
"type": "git",
"url": "git://github.com/tschaub/gulp-newer.git"
},
"bugs": {
"url": "https://github.com/tschaub/gulp-newer/issues"
},
"license": "MIT",
"main": "index.js",
"scripts": {
"pretest": "eslint index.js spec.js",
"test": "mocha spec.js"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.7.1",
"eslint-config-tschaub": "^6.0.0",
"gulp": "^3.9.1",
"mocha": "^3.1.0",
"mock-fs": "^3.11.0"
},
"dependencies": {
"glob": "^7.0.3",
"gulp-util": "^3.0.7",
"kew": "^0.7.0"
},
"eslintConfig": {
"extends": "tschaub"
}
}
|