/usr/lib/nodejs/output-file-sync/package.json is in node-output-file-sync 1.1.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 | {
"name": "output-file-sync",
"version": "1.1.2",
"description": "Synchronously write a file and create its ancestor directories if needed",
"repository": "shinnn/output-file-sync",
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"scripts": {
"pretest": "eslint --fix --config @shinnn/node-legacy index.js test.js",
"test": "node --strong_mode --throw-deprecation --track-heap-objects test.js | tap-spec",
"coverage": "node --strong_mode --throw-deprecation --track-heap-objects node_modules/.bin/istanbul cover test.js"
},
"license": "MIT",
"files": [
"index.js"
],
"keywords": [
"fs",
"write",
"sync",
"synchronous",
"output",
"create",
"file",
"mkdir",
"mkdirp"
],
"dependencies": {
"graceful-fs": "^4.1.4",
"mkdirp": "^0.5.1",
"object-assign": "^4.1.0"
},
"devDependencies": {
"@shinnn/eslint-config-node-legacy": "^2.0.0",
"eslint": "^2.13.0",
"istanbul": "^0.4.3",
"read-remove-file": "^3.0.0",
"tap-spec": "^4.1.1",
"tape": "^4.5.1"
}
}
|