{ "_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" }