CB-12621: reverted elementtree dep to 0.1.6

This commit is contained in:
Steve Gill
2017-04-02 17:11:17 -05:00
parent 8a2e96d995
commit 4a0f69a3f0
53 changed files with 12331 additions and 1955 deletions

64
node_modules/sax/package.json generated vendored
View File

@@ -2,44 +2,46 @@
"_args": [
[
{
"raw": "sax@1.1.4",
"raw": "sax@0.3.5",
"scope": null,
"escapedName": "sax",
"name": "sax",
"rawSpec": "1.1.4",
"spec": "1.1.4",
"rawSpec": "0.3.5",
"spec": "0.3.5",
"type": "version"
},
"/Users/steveng/repo/cordova/cordova-android/node_modules/elementtree"
]
],
"_from": "sax@1.1.4",
"_id": "sax@1.1.4",
"_defaultsLoaded": true,
"_engineSupported": true,
"_from": "sax@0.3.5",
"_id": "sax@0.3.5",
"_inCache": true,
"_location": "/sax",
"_nodeVersion": "4.0.0",
"_nodeVersion": "v0.6.7-pre",
"_npmUser": {
"name": "isaacs",
"email": "isaacs@npmjs.com"
"email": "i@izs.me"
},
"_npmVersion": "3.3.2",
"_npmVersion": "1.1.0-beta-7",
"_phantomChildren": {},
"_requested": {
"raw": "sax@1.1.4",
"raw": "sax@0.3.5",
"scope": null,
"escapedName": "sax",
"name": "sax",
"rawSpec": "1.1.4",
"spec": "1.1.4",
"rawSpec": "0.3.5",
"spec": "0.3.5",
"type": "version"
},
"_requiredBy": [
"/elementtree"
],
"_resolved": "http://registry.npmjs.org/sax/-/sax-1.1.4.tgz",
"_shasum": "74b6d33c9ae1e001510f179a91168588f1aedaa9",
"_resolved": "http://registry.npmjs.org/sax/-/sax-0.3.5.tgz",
"_shasum": "88fcfc1f73c0c8bbd5b7c776b6d3f3501eed073d",
"_shrinkwrap": null,
"_spec": "sax@1.1.4",
"_spec": "sax@0.3.5",
"_where": "/Users/steveng/repo/cordova/cordova-android/node_modules/elementtree",
"author": {
"name": "Isaac Z. Schlueter",
@@ -81,32 +83,24 @@
{
"name": "Justin Makeig",
"email": "jmpublic@makeig.com"
},
{
"name": "Mike Schilling",
"email": "mike@emotive.com"
}
],
"dependencies": {},
"description": "An evented streaming XML parser in JavaScript",
"devDependencies": {
"standard": "^5.3.1",
"tap": "^2.1.1"
},
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "74b6d33c9ae1e001510f179a91168588f1aedaa9",
"tarball": "https://registry.npmjs.org/sax/-/sax-1.1.4.tgz"
"shasum": "88fcfc1f73c0c8bbd5b7c776b6d3f3501eed073d",
"tarball": "https://registry.npmjs.org/sax/-/sax-0.3.5.tgz"
},
"engines": {
"node": "*"
},
"files": [
"lib/sax.js",
"LICENSE",
"LICENSE-W3C.html",
"README.md"
],
"gitHead": "ce6b2a2c20633482eeabb6d39cee734aef2e4da7",
"homepage": "https://github.com/isaacs/sax-js#readme",
"license": "ISC",
"license": {
"type": "MIT",
"url": "https://raw.github.com/isaacs/sax-js/master/LICENSE"
},
"main": "lib/sax.js",
"maintainers": [
{
@@ -122,9 +116,7 @@
"url": "git://github.com/isaacs/sax-js.git"
},
"scripts": {
"lint": "standard -F test/*.js lib/*.js",
"posttest": "npm run lint",
"test": "tap test/*.js"
"test": "node test/index.js"
},
"version": "1.1.4"
"version": "0.3.5"
}