blob: 780eb583843ebd426726715e7f8d389d19d44517 [file] [log] [blame]
{
"_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",
"_shasum": "2ac4c46ea30516c8c4cbdb5e3ac7418e592de20c",
"_spec": "elementtree@0.1.6",
"_where": "/Users/brodybits/Documents/cordova/cordova-browser/node_modules/cordova-common",
"author": {
"name": "Rackspace US, Inc."
},
"bugs": {
"url": "https://github.com/racker/node-elementtree/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Paul Querna",
"email": "paul.querna@rackspace.com"
},
{
"name": "Tomaz Muraus",
"email": "tomaz.muraus@rackspace.com"
}
],
"dependencies": {
"sax": "0.3.5"
},
"deprecated": false,
"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"
}