liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
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
{
  "_from": "xmlcreate@^2.0.4",
  "_id": "xmlcreate@2.0.4",
  "_inBundle": false,
  "_integrity": "sha512-nquOebG4sngPmGPICTS5EnxqhKbCmz5Ox5hsszI2T6U5qdrJizBc+0ilYSEjTSzU0yZcmvppztXe/5Al5fUwdg==",
  "_location": "/xmlcreate",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "xmlcreate@^2.0.4",
    "name": "xmlcreate",
    "escapedName": "xmlcreate",
    "rawSpec": "^2.0.4",
    "saveSpec": null,
    "fetchSpec": "^2.0.4"
  },
  "_requiredBy": [
    "/js2xmlparser"
  ],
  "_resolved": "https://registry.npmjs.org/xmlcreate/-/xmlcreate-2.0.4.tgz",
  "_shasum": "0c5ab0f99cdd02a81065fa9cd8f8ae87624889be",
  "_spec": "xmlcreate@^2.0.4",
  "_where": "/home/l/plc/node-red/node_modules/js2xmlparser",
  "author": {
    "name": "Michael Kourlas",
    "email": "michael@kourlas.com"
  },
  "bugs": {
    "url": "https://github.com/michaelkourlas/node-xmlcreate/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Simple XML builder for Node.js",
  "devDependencies": {
    "@types/chai": "^4.2.22",
    "@types/mocha": "^9.0.0",
    "@typescript-eslint/eslint-plugin": "^5.2.0",
    "@typescript-eslint/parser": "^5.2.0",
    "chai": "^4.3.4",
    "eslint": "^8.1.0",
    "mocha": "^9.1.3",
    "rimraf": "^3.0.2",
    "typedoc": "^0.22.7",
    "typescript": "^4.4.4"
  },
  "files": [
    "lib",
    "CHANGES.md",
    "LICENSE",
    "NOTICE",
    "package.json",
    "README.md"
  ],
  "homepage": "https://github.com/michaelkourlas/node-xmlcreate#readme",
  "keywords": [
    "build",
    "builder",
    "create",
    "creator",
    "xml"
  ],
  "license": "Apache-2.0",
  "main": "./lib/main.js",
  "name": "xmlcreate",
  "repository": {
    "type": "git",
    "url": "git://github.com/michaelkourlas/node-xmlcreate.git"
  },
  "scripts": {
    "build": "npm run-script prod && npm run-script test-prod && npm run-script docs",
    "clean": "rimraf lib",
    "clean-docs": "rimraf docs",
    "clean-test": "rimraf test/lib",
    "dev": "npm run-script clean && npm run-script lint && tsc -p tsconfig.json --sourceMap",
    "docs": "npm run-script clean-docs && typedoc --out docs --excludePrivate src/main.ts",
    "lint": "eslint . --ext .ts",
    "prod": "npm run-script clean && npm run-script lint && tsc -p tsconfig.json",
    "test-dev": "npm run-script clean-test && tsc -p test/tsconfig.json --sourceMap && mocha --recursive test/lib",
    "test-prod": "npm run-script clean-test && tsc -p test/tsconfig.json && mocha --recursive test/lib"
  },
  "typings": "./lib/main",
  "version": "2.0.4"
}