/usr/lib/nodejs/browser-resolve/package.json is in node-browser-resolve 1.11.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 | {
"name": "browser-resolve",
"version": "1.11.2",
"description": "resolve which handles browser field support in package.json",
"main": "index.js",
"files": [
"index.js",
"empty.js"
],
"scripts": {
"test": "mocha --reporter list test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/shtylman/node-browser-resolve.git"
},
"keywords": [
"resolve",
"browser"
],
"author": "Roman Shtylman <shtylman@gmail.com>",
"license": "MIT",
"dependencies": {
"resolve": "1.1.7"
},
"devDependencies": {
"mocha": "1.14.0"
}
}
|