diff options
| author | Kumar Priyansh <[email protected]> | 2019-01-19 12:37:14 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-01-19 12:37:14 +0530 |
| commit | dcdfc94cb39dfe2c39925a0145ffa45e2d061c30 (patch) | |
| tree | 4f6379d955555b298c0e7b83a67e264240ee5614 /cordova/node_modules/sax/package.json | |
| parent | 76f7b3678d3f1ff99c3935a774d420453b0c3cb9 (diff) | |
| download | WeatherApp-dcdfc94cb39dfe2c39925a0145ffa45e2d061c30.tar.xz WeatherApp-dcdfc94cb39dfe2c39925a0145ffa45e2d061c30.zip | |
Initial Upload via GIT
Diffstat (limited to 'cordova/node_modules/sax/package.json')
| -rwxr-xr-x | cordova/node_modules/sax/package.json | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/cordova/node_modules/sax/package.json b/cordova/node_modules/sax/package.json new file mode 100755 index 0000000..7539902 --- /dev/null +++ b/cordova/node_modules/sax/package.json @@ -0,0 +1,89 @@ +{ + "_from": "[email protected]", + "_id": "[email protected]", + "_inBundle": true, + "_integrity": "sha1-iPz8H3PAyLvVt8d2ttPzUB7tBz0=", + "_location": "/cordova-ios/sax", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "[email protected]", + "name": "sax", + "escapedName": "sax", + "rawSpec": "0.3.5", + "saveSpec": null, + "fetchSpec": "0.3.5" + }, + "_requiredBy": [ + "/cordova-ios", + "/cordova-ios/elementtree" + ], + "_resolved": "https://registry.npmjs.org/sax/-/sax-0.3.5.tgz", + "_shasum": "88fcfc1f73c0c8bbd5b7c776b6d3f3501eed073d", + "_spec": "[email protected]", + "_where": "/Users/brodybits/Documents/cordova/cordova-ios/node_modules/elementtree", + "author": { + "name": "Isaac Z. Schlueter", + "email": "[email protected]", + "url": "http://blog.izs.me/" + }, + "bugs": { + "url": "https://github.com/isaacs/sax-js/issues" + }, + "bundleDependencies": false, + "contributors": [ + { + "name": "Isaac Z. Schlueter", + "email": "[email protected]" + }, + { + "name": "Stein Martin Hustad", + "email": "[email protected]" + }, + { + "name": "Mikeal Rogers", + "email": "[email protected]" + }, + { + "name": "Laurie Harper", + "email": "[email protected]" + }, + { + "name": "Jann Horn", + "email": "[email protected]" + }, + { + "name": "Elijah Insua", + "email": "[email protected]" + }, + { + "name": "Henry Rawas", + "email": "[email protected]" + }, + { + "name": "Justin Makeig", + "email": "[email protected]" + } + ], + "deprecated": false, + "description": "An evented streaming XML parser in JavaScript", + "engines": { + "node": "*" + }, + "homepage": "https://github.com/isaacs/sax-js#readme", + "license": { + "type": "MIT", + "url": "https://raw.github.com/isaacs/sax-js/master/LICENSE" + }, + "main": "lib/sax.js", + "name": "sax", + "repository": { + "type": "git", + "url": "git://github.com/isaacs/sax-js.git" + }, + "scripts": { + "test": "node test/index.js" + }, + "version": "0.3.5" +} |
