aboutsummaryrefslogtreecommitdiff
path: root/cordova/node_modules/elementtree/package.json
blob: bfd44aa5985919283b72b8a0a5b9a45a2d9b9e82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
  "_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"
}