/usr/lib/nodejs/node-expat/package.json is in node-node-expat 2.3.15-4build2.
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": "node-expat",
"version": "2.3.15",
"main": "./lib/node-expat",
"description": "NodeJS binding for fast XML parsing.",
"keywords": [
"xml",
"sax",
"expat",
"libexpat",
"parse",
"parsing"
],
"scripts": {
"preversion": "npm test",
"lint": "standard",
"unit": "vows --spec ./test/**/*.js",
"test": "npm run unit && npm run lint",
"benchmark": "node ./benchmark.js"
},
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.3.5"
},
"devDependencies": {
"benchmark": "^2.1.0",
"debug": "^2.2.0",
"iconv": "^2.2.0",
"libxmljs": "^0.18.0",
"ltx": "^2.3.0",
"node-xml": "^1.0.2",
"sax": "^1.2.1",
"standard": "^7.1.2",
"vows": "^0.8.1"
},
"repository": "github:astro/node-expat",
"homepage": "http://github.com/astro/node-expat",
"bugs": "https://github.com/astro/node-expat/issues",
"author": {
"name": "Astro",
"email": "astro@spaceboyz.net",
"web": "http://spaceboyz.net/~astro/"
},
"contributors": [
"Stephan Maka",
"Derek Hammer",
"Iein Valdez",
"Peter Körner",
"Camilo Aguilar",
"Michael Weibel",
"Alexey Zhuchkov",
"Satyam Shekhar",
"Dhruv Matani",
"Andreas Botsikas",
"Tom Hughes-Croucher",
"Nathan Rajlich",
"Julien Genestoux",
"Sonny Piers",
"Lloyd Watkin",
"AJ ONeal",
"Rod Vagg",
"Christoph Hartmann",
"Corbin Uselton",
"Julian Duque",
"Lovell Fuller",
"Antonio Bustos"
],
"licenses": [
{
"type": "MIT"
}
],
"license": "MIT"
}
|