cordova-android/node_modules/elementtree/package.json
2017-03-27 22:23:09 -07:00

131 lines
3.0 KiB
JSON

{
"_args": [
[
{
"raw": "elementtree@^0.1.6",
"scope": null,
"escapedName": "elementtree",
"name": "elementtree",
"rawSpec": "^0.1.6",
"spec": ">=0.1.6 <0.2.0",
"type": "range"
},
"/Users/steveng/repo/cordova/cordova-android"
]
],
"_from": "elementtree@>=0.1.6 <0.2.0",
"_id": "elementtree@0.1.7",
"_inCache": true,
"_location": "/elementtree",
"_nodeVersion": "4.5.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/elementtree-0.1.7.tgz_1485230431723_0.19623595383018255"
},
"_npmUser": {
"name": "mburns",
"email": "michael@mirwin.net"
},
"_npmVersion": "2.15.9",
"_phantomChildren": {},
"_requested": {
"raw": "elementtree@^0.1.6",
"scope": null,
"escapedName": "elementtree",
"name": "elementtree",
"rawSpec": "^0.1.6",
"spec": ">=0.1.6 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/",
"/cordova-common"
],
"_resolved": "http://registry.npmjs.org/elementtree/-/elementtree-0.1.7.tgz",
"_shasum": "9ac91be6e52fb6e6244c4e54a4ac3ed8ae8e29c0",
"_shrinkwrap": null,
"_spec": "elementtree@^0.1.6",
"_where": "/Users/steveng/repo/cordova/cordova-android",
"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": "1.1.4"
},
"description": "XML Serialization and Parsing module based on Python's ElementTree.",
"devDependencies": {
"whiskey": "0.8.x"
},
"directories": {
"lib": "lib"
},
"dist": {
"shasum": "9ac91be6e52fb6e6244c4e54a4ac3ed8ae8e29c0",
"tarball": "https://registry.npmjs.org/elementtree/-/elementtree-0.1.7.tgz"
},
"engines": {
"node": ">= 0.4.0"
},
"gitHead": "1e9496379f6a1072e2b817f51a296f7cd9f07e43",
"homepage": "https://github.com/racker/node-elementtree",
"keywords": [
"xml",
"sax",
"parser",
"seralization",
"elementtree"
],
"license": "Apache-2.0",
"main": "lib/elementtree.js",
"maintainers": [
{
"name": "jirwin",
"email": "justin.gallardo@gmail.com"
},
{
"name": "kami",
"email": "tomaz+npm@tomaz.me"
},
{
"name": "mburns",
"email": "michael@mirwin.net"
},
{
"name": "pquerna",
"email": "pquerna@apache.org"
},
{
"name": "rchiniquy",
"email": "robert.chiniquy@gmail.com"
},
{
"name": "rphillips",
"email": "ryan@trolocsis.com"
}
],
"name": "elementtree",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/racker/node-elementtree.git"
},
"scripts": {
"test": "make test"
},
"version": "0.1.7"
}