/usr/lib/nodejs/rollup-plugin-node-resolve/package.json is in node-rollup-plugin-node-resolve 3.0.3-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 46 47 48 49 50 | {
"name": "rollup-plugin-node-resolve",
"description": "Bundle third-party dependencies in node_modules",
"version": "3.0.3",
"devDependencies": {
"buble": "^0.15.2",
"es5-ext": "^0.10.11",
"eslint": "^3.18.0",
"mocha": "^3.0.2",
"rollup": "^0.41.6",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^8.0.2",
"string-capitalize": "^1.0.1",
"vlq": "^0.2.1"
},
"main": "dist/rollup-plugin-node-resolve.cjs.js",
"module": "dist/rollup-plugin-node-resolve.es.js",
"jsnext:main": "dist/rollup-plugin-node-resolve.es.js",
"scripts": {
"build": "rollup -c",
"pretest": "npm run build",
"test": "mocha",
"posttest": "eslint src test/*.js",
"prepublish": "npm test",
"lint": "eslint src"
},
"files": [
"src",
"dist"
],
"dependencies": {
"builtin-modules": "^1.1.0",
"is-module": "^1.0.0",
"resolve": "^1.1.6"
},
"repository": "rollup/rollup-plugin-node-resolve",
"keywords": [
"rollup",
"rollup-plugin",
"es2015",
"npm",
"modules"
],
"author": "Rich Harris <richard.a.harris@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rollup/rollup-plugin-node-resolve/issues"
},
"homepage": "https://github.com/rollup/rollup-plugin-node-resolve#readme"
}
|