package.json
1.81 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
{
"_from": "xmlbuilder@~11.0.0",
"_id": "xmlbuilder@11.0.1",
"_inBundle": false,
"_integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
"_location": "/xmlbuilder",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "xmlbuilder@~11.0.0",
"name": "xmlbuilder",
"escapedName": "xmlbuilder",
"rawSpec": "~11.0.0",
"saveSpec": null,
"fetchSpec": "~11.0.0"
},
"_requiredBy": [
"/xml2js"
],
"_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
"_shasum": "be9bae1c8a046e76b31127726347d0ad7002beb3",
"_spec": "xmlbuilder@~11.0.0",
"_where": "C:\\Users\\se051\\OneDrive\\바탕 화면\\나의 대학라이프\\오픈소스SW개발\\텀프\\animal-Info\\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": "*",
"xpath": "*"
},
"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",
"prepublishOnly": "coffee -co lib src",
"test": "mocha \"test/**/*.coffee\" && istanbul report text lcov"
},
"typings": "./typings/index.d.ts",
"version": "11.0.1"
}