forked from olcxjas-softworks/LarpixClient
Add capacitorjs runtime
This commit is contained in:
parent
d0ece489ee
commit
f90c0e6c40
8362 changed files with 1502407 additions and 1 deletions
39
node_modules/elementtree/package.json
generated
vendored
Normal file
39
node_modules/elementtree/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"author": "Rackspace US, Inc.",
|
||||
"contributors": [
|
||||
"Paul Querna <paul.querna@rackspace.com>",
|
||||
"Tomaz Muraus <tomaz.muraus@rackspace.com>"
|
||||
],
|
||||
"name": "elementtree",
|
||||
"description": "XML Serialization and Parsing module based on Python's ElementTree.",
|
||||
"version": "0.1.7",
|
||||
"keywords": [
|
||||
"xml",
|
||||
"sax",
|
||||
"parser",
|
||||
"seralization",
|
||||
"elementtree"
|
||||
],
|
||||
"homepage": "https://github.com/racker/node-elementtree",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/racker/node-elementtree.git"
|
||||
},
|
||||
"main": "lib/elementtree.js",
|
||||
"directories": {
|
||||
"lib": "lib"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "make test"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.4.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"sax": "1.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"whiskey": "0.8.x"
|
||||
},
|
||||
"license": "Apache-2.0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue