blob: 75466169e753ddbda5e94269b815a1a2988a25a5 [file] [log] [blame]
{
"_args": [
[
"elementtree@0.1.6",
"/Users/tripod/codez/cordova/cordova-osx"
]
],
"_from": "elementtree@0.1.6",
"_id": "elementtree@0.1.6",
"_inBundle": false,
"_integrity": "sha1-KsTEbqMFFsjEy9teOsdBjlkt4gw=",
"_location": "/elementtree",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "elementtree@0.1.6",
"name": "elementtree",
"escapedName": "elementtree",
"rawSpec": "0.1.6",
"saveSpec": null,
"fetchSpec": "0.1.6"
},
"_requiredBy": [
"/cordova-common"
],
"_resolved": "https://registry.npmjs.org/elementtree/-/elementtree-0.1.6.tgz",
"_spec": "0.1.6",
"_where": "/Users/tripod/codez/cordova/cordova-osx",
"author": {
"name": "Rackspace US, Inc."
},
"bugs": {
"url": "https://github.com/racker/node-elementtree/issues"
},
"contributors": [
{
"name": "Paul Querna",
"email": "paul.querna@rackspace.com"
},
{
"name": "Tomaz Muraus",
"email": "tomaz.muraus@rackspace.com"
}
],
"dependencies": {
"sax": "0.3.5"
},
"description": "XML Serialization and Parsing module based on Python's ElementTree.",
"devDependencies": {
"whiskey": "0.8.x"
},
"directories": {
"lib": "lib"
},
"engines": {
"node": ">= 0.4.0"
},
"homepage": "https://github.com/racker/node-elementtree",
"keywords": [
"xml",
"sax",
"parser",
"seralization",
"elementtree"
],
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"main": "lib/elementtree.js",
"name": "elementtree",
"repository": {
"type": "git",
"url": "git://github.com/racker/node-elementtree.git"
},
"scripts": {
"test": "make test"
},
"version": "0.1.6"
}