package.json
1.66 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
{
"_from": "xmlbuilder@~9.0.1",
"_id": "xmlbuilder@9.0.7",
"_inBundle": false,
"_integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=",
"_location": "/xmlbuilder",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "xmlbuilder@~9.0.1",
"name": "xmlbuilder",
"escapedName": "xmlbuilder",
"rawSpec": "~9.0.1",
"saveSpec": null,
"fetchSpec": "~9.0.1"
},
"_requiredBy": [
"/xml2js"
],
"_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz",
"_shasum": "132ee63d2ec5565c557e20f4c22df9aca686b10d",
"_spec": "xmlbuilder@~9.0.1",
"_where": "C:\\Users\\yeari\\Desktop\\경희대\\오픈소스SW개발\\Project\\OSS-Project\\node_modules\\xml2js",
"author": {
"name": "Ozgur Ozcitak",
"email": "oozcitak@gmail.com"
},
"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": "2.*",
"coffeescript": "1.*",
"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 \"test/**/*.coffee\" && istanbul report text lcov"
},
"version": "9.0.7"
}