/usr/lib/nodejs/has-gulplog/package.json is in node-has-gulplog 0.1.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 | {
"name": "has-gulplog",
"version": "0.1.0",
"description": "Check if gulplog is available before attempting to use it",
"author": "Blaine Bublitz <blaine@iceddev.com> (http://iceddev.com)",
"contributors": [],
"repository": "gulpjs/has-gulplog",
"license": "MIT",
"engines": {
"node": ">= 0.10"
},
"main": "index.js",
"files": [
"index.js",
"LICENSE"
],
"scripts": {
"test": "eslint *.js"
},
"dependencies": {
"sparkles": "^1.0.0"
},
"devDependencies": {
"eslint": "^1.3.1"
},
"keywords": [
"gulp-util",
"gulplog",
"logging"
]
}
|