/usr/lib/nodejs/stats-webpack-plugin/package.json is in node-stats-webpack-plugin 0.6.1-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 | {
"name": "stats-webpack-plugin",
"description": "Write the stats of a build to a file.",
"version": "0.6.1",
"license": "MIT",
"author": {
"name": "Daniel Perez Alvarez",
"email": "unindented@gmail.com",
"url": "http://unindented.org/"
},
"repository": {
"type": "git",
"url": "git://github.com/unindented/stats-webpack-plugin.git"
},
"keywords": [
"stats",
"webpack"
],
"scripts": {
"spec": "mocha",
"lint": "eslint .",
"test": "npm run lint && npm run spec"
},
"peerDependencies": {
"webpack": "^1.0||^2.1.0-beta||^2.2.0-rc"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.13.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"mocha": "^3.2.0",
"node-libs-browser": "^2.0.0",
"rimraf": "^2.5.4",
"webpack": "^1.14.0"
},
"dependencies": {
"lodash": "^4.17.4"
}
}
|