-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.08 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.08 KB
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
82
83
84
85
86
87
88
89
{
"_args": [
[
"/home/sagnik/Downloads/vectorLambda/node_modules/aws-sdk"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inCache": true,
"_location": "/xmlbuilder",
"_npmUser": {
"email": "[email protected]",
"name": "oozcitak"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "xmlbuilder",
"raw": "[email protected]",
"rawSpec": "4.2.1",
"scope": null,
"spec": "4.2.1",
"type": "version"
},
"_requiredBy": [
"/aws-sdk",
"/xml2js"
],
"_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-4.2.1.tgz",
"_shasum": "aa58a3041a066f90eaa16c2f5389ff19f3f461a5",
"_shrinkwrap": null,
"_spec": "[email protected]",
"_where": "/home/sagnik/Downloads/vectorLambda/node_modules/aws-sdk",
"author": {
"email": "[email protected]",
"name": "Ozgur Ozcitak"
},
"bugs": {
"url": "http://github.com/oozcitak/xmlbuilder-js/issues"
},
"contributors": [],
"dependencies": {
"lodash": "^4.0.0"
},
"description": "An XML builder for node.js",
"devDependencies": {
"coffee-coverage": "*",
"coffee-script": "*",
"coveralls": "*",
"istanbul": "*",
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "aa58a3041a066f90eaa16c2f5389ff19f3f461a5",
"tarball": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-4.2.1.tgz"
},
"engines": {
"node": ">=0.8.0"
},
"gitHead": "84da166d95cc95608c6970df88dbc511640e0143",
"homepage": "http://github.com/oozcitak/xmlbuilder-js",
"installable": true,
"keywords": [
"xml",
"xmlbuilder"
],
"license": "MIT",
"main": "./lib/index",
"maintainers": [
{
"name": "oozcitak",
"email": "[email protected]"
}
],
"name": "xmlbuilder",
"optionalDependencies": {},
"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": "4.2.1"
}