/usr/lib/nodejs/lazy-debug-legacy/package.json is in node-lazy-debug-legacy 0.0.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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | {
"name": "lazy-debug-legacy",
"version": "0.0.1",
"description": "Generates module names for vision media's debug",
"main": "src/index.js",
"scripts": {
"test": "mocha",
"print-test": "node scripts/print-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apihlaja/lazy-debug.git"
},
"keywords": [
"debug"
],
"author": {
"name": "Nicholas McCready"
},
"originalAuthor": {
"name": "Antti Pihlaja"
},
"license": "MIT",
"peerDependencies": {
"debug": "*"
},
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
]
]
},
"gitHead": "af1051caa0f3a201ec6cf28fe8919871233bd4b0",
"bugs": {
"url": "https://github.com/apihlaja/lazy-debug/issues"
},
"homepage": "https://github.com/apihlaja/lazy-debug#readme",
"_id": "lazy-debug@0.0.3",
"_shasum": "82cc2a6f4dcf36facf0c7a7946857bff62828ac7",
"_from": "lazy-debug@>=0.0.3 <0.0.4",
"_npmVersion": "2.14.2",
"_nodeVersion": "4.0.0",
"_npmUser": {
"name": "apihlaja",
"email": "antti.pihlaja@live.fi"
},
"dist": {
"shasum": "82cc2a6f4dcf36facf0c7a7946857bff62828ac7",
"tarball": "https://registry.npmjs.org/lazy-debug/-/lazy-debug-0.0.3.tgz"
},
"maintainers": [
{
"name": "apihlaja",
"email": "antti.pihlaja@live.fi"
}
],
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/lazy-debug-0.0.3.tgz_1466088930341_0.7004884697962552"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/lazy-debug/-/lazy-debug-0.0.3.tgz"
}
|