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
| {
| "_from": "xmlbuilder@^15.1.1",
| "_id": "xmlbuilder@15.1.1",
| "_inBundle": false,
| "_integrity": "sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==",
| "_location": "/xmlbuilder",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "xmlbuilder@^15.1.1",
| "name": "xmlbuilder",
| "escapedName": "xmlbuilder",
| "rawSpec": "^15.1.1",
| "saveSpec": null,
| "fetchSpec": "^15.1.1"
| },
| "_requiredBy": [
| "/@types/plist",
| "/plist"
| ],
| "_resolved": "https://registry.npmmirror.com/xmlbuilder/-/xmlbuilder-15.1.1.tgz",
| "_shasum": "9dcdce49eea66d8d10b42cae94a79c3c8d0c2ec5",
| "_spec": "xmlbuilder@^15.1.1",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/plist",
| "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": "*",
| "coffeescript": "2.4.1",
| "coveralls": "*",
| "git-state": "*",
| "istanbul": "*",
| "mocha": "*",
| "nyc": "*",
| "xpath": "*"
| },
| "engines": {
| "node": ">=8.0"
| },
| "homepage": "http://github.com/oozcitak/xmlbuilder-js",
| "keywords": [
| "xml",
| "xmlbuilder"
| ],
| "license": "MIT",
| "main": "./lib/index",
| "mocha": {
| "require": [
| "coffeescript/register",
| "coffee-coverage/register-istanbul",
| "test/common.coffee"
| ],
| "recursive": true,
| "ui": "tdd",
| "reporter": "dot"
| },
| "name": "xmlbuilder",
| "repository": {
| "type": "git",
| "url": "git://github.com/oozcitak/xmlbuilder-js.git"
| },
| "scripts": {
| "perf": "coffee ./perf/index.coffee",
| "prepublishOnly": "coffee -co lib src",
| "test": "nyc mocha \"test/**/*.coffee\""
| },
| "typings": "./typings/index.d.ts",
| "version": "15.1.1"
| }
|
|