CB-12609: checking in updated node_modules

This commit is contained in:
Steve Gill
2017-03-27 22:23:09 -07:00
parent 0df50c3f33
commit a8af103ff4
98 changed files with 1972 additions and 13396 deletions
+38 -18
View File
@@ -14,15 +14,19 @@
]
],
"_from": "elementtree@>=0.1.6 <0.2.0",
"_id": "elementtree@0.1.6",
"_id": "elementtree@0.1.7",
"_inCache": true,
"_installable": true,
"_location": "/elementtree",
"_npmUser": {
"name": "rphillips",
"email": "ryan@trolocsis.com"
"_nodeVersion": "4.5.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/elementtree-0.1.7.tgz_1485230431723_0.19623595383018255"
},
"_npmVersion": "1.3.24",
"_npmUser": {
"name": "mburns",
"email": "michael@mirwin.net"
},
"_npmVersion": "2.15.9",
"_phantomChildren": {},
"_requested": {
"raw": "elementtree@^0.1.6",
@@ -37,8 +41,8 @@
"/",
"/cordova-common"
],
"_resolved": "http://registry.npmjs.org/elementtree/-/elementtree-0.1.6.tgz",
"_shasum": "2ac4c46ea30516c8c4cbdb5e3ac7418e592de20c",
"_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",
@@ -59,7 +63,7 @@
}
],
"dependencies": {
"sax": "0.3.5"
"sax": "1.1.4"
},
"description": "XML Serialization and Parsing module based on Python's ElementTree.",
"devDependencies": {
@@ -69,12 +73,13 @@
"lib": "lib"
},
"dist": {
"shasum": "2ac4c46ea30516c8c4cbdb5e3ac7418e592de20c",
"tarball": "https://registry.npmjs.org/elementtree/-/elementtree-0.1.6.tgz"
"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",
@@ -83,14 +88,29 @@
"seralization",
"elementtree"
],
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"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"
@@ -106,5 +126,5 @@
"scripts": {
"test": "make test"
},
"version": "0.1.6"
"version": "0.1.7"
}