aboutsummaryrefslogtreecommitdiff
path: root/cordova/node_modules/xmlbuilder/package.json
blob: ef163f2db6c69f6f5a3435600755517008bea967 (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
{
  "_from": "[email protected]",
  "_id": "[email protected]",
  "_inBundle": true,
  "_integrity": "sha1-aSSGc0ELS6QuGmE2VR0pIjNap3M=",
  "_location": "/cordova-ios/xmlbuilder",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "[email protected]",
    "name": "xmlbuilder",
    "escapedName": "xmlbuilder",
    "rawSpec": "8.2.2",
    "saveSpec": null,
    "fetchSpec": "8.2.2"
  },
  "_requiredBy": [
    "/cordova-ios",
    "/cordova-ios/plist",
    "/cordova-ios/simple-plist/plist"
  ],
  "_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-8.2.2.tgz",
  "_shasum": "69248673410b4ba42e1a6136551d2922335aa773",
  "_spec": "[email protected]",
  "_where": "/Users/brodybits/Documents/cordova/cordova-ios/node_modules/plist",
  "author": {
    "name": "Ozgur Ozcitak",
    "email": "[email protected]"
  },
  "bugs": {
    "url": "http://github.com/oozcitak/xmlbuilder-js/issues"
  },
  "bundleDependencies": false,
  "contributors": [],
  "dependencies": {},
  "deprecated": false,
  "description": "An XML builder for node.js",
  "devDependencies": {
    "coffee-coverage": "*",
    "coffee-script": "*",
    "coveralls": "*",
    "istanbul": "*",
    "mocha": "*"
  },
  "engines": {
    "node": ">=4.0"
  },
  "homepage": "http://github.com/oozcitak/xmlbuilder-js",
  "keywords": [
    "xml",
    "xmlbuilder"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "name": "xmlbuilder",
  "repository": {
    "type": "git",
    "url": "git://github.com/oozcitak/xmlbuilder-js.git"
  },
  "scripts": {
    "postpublish": "rm -rf lib",
    "prepublish": "coffee -co lib src",
    "test": "mocha && istanbul report text lcov"
  },
  "version": "8.2.2"
}