{ "_args": [ [ "xmlbuilder@11.0.1", "C:\\E\\crisis\\api" ] ], "_from": "xmlbuilder@11.0.1", "_id": "xmlbuilder@11.0.1", "_inBundle": false, "_integrity": "sha1-vpuuHIoEbnazESdyY0fQrXACvrM=", "_location": "/xmlbuilder", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "xmlbuilder@11.0.1", "name": "xmlbuilder", "escapedName": "xmlbuilder", "rawSpec": "11.0.1", "saveSpec": null, "fetchSpec": "11.0.1" }, "_requiredBy": [ "/xml2js" ], "_resolved": "https://registry.npm.taobao.org/xmlbuilder/download/xmlbuilder-11.0.1.tgz?cache=0&sync_timestamp=1586386177211&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fxmlbuilder%2Fdownload%2Fxmlbuilder-11.0.1.tgz", "_spec": "11.0.1", "_where": "C:\\E\\crisis\\api", "author": { "name": "Ozgur Ozcitak", "email": "oozcitak@gmail.com" }, "bugs": { "url": "http://github.com/oozcitak/xmlbuilder-js/issues" }, "contributors": [], "dependencies": {}, "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" }