aboutsummaryrefslogtreecommitdiff
path: root/cordova/node_modules/elementtree/package.json
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2020-01-03 18:34:23 +0530
committerKumar Priyansh <[email protected]>2020-01-03 18:34:23 +0530
commitc3373becc9a1393b2e03c8cd6c154601481a60dd (patch)
treea8a31f613aef864d8d481ed57dc2c97490dfd328 /cordova/node_modules/elementtree/package.json
parent2917c8eda330a126b530dd83573670cbc98a4206 (diff)
downloadWeatherApp-c3373becc9a1393b2e03c8cd6c154601481a60dd.tar.xz
WeatherApp-c3373becc9a1393b2e03c8cd6c154601481a60dd.zip
Rewriting the app from scratch with Swift 5
Diffstat (limited to 'cordova/node_modules/elementtree/package.json')
-rwxr-xr-xcordova/node_modules/elementtree/package.json81
1 files changed, 0 insertions, 81 deletions
diff --git a/cordova/node_modules/elementtree/package.json b/cordova/node_modules/elementtree/package.json
deleted file mode 100755
index bfd44aa..0000000
--- a/cordova/node_modules/elementtree/package.json
+++ /dev/null
@@ -1,81 +0,0 @@
-{
- "_from": "[email protected]",
- "_id": "[email protected]",
- "_inBundle": true,
- "_integrity": "sha1-KsTEbqMFFsjEy9teOsdBjlkt4gw=",
- "_location": "/cordova-ios/elementtree",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "[email protected]",
- "name": "elementtree",
- "escapedName": "elementtree",
- "rawSpec": "0.1.6",
- "saveSpec": null,
- "fetchSpec": "0.1.6"
- },
- "_requiredBy": [
- "/cordova-ios",
- "/cordova-ios/cordova-common"
- ],
- "_resolved": "https://registry.npmjs.org/elementtree/-/elementtree-0.1.6.tgz",
- "_shasum": "2ac4c46ea30516c8c4cbdb5e3ac7418e592de20c",
- "_spec": "[email protected]",
- "_where": "/Users/brodybits/Documents/cordova/cordova-ios/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": "[email protected]"
- },
- {
- "name": "Tomaz Muraus",
- "email": "[email protected]"
- }
- ],
- "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"
-}