%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
{ "name": "xmlbuilder", "version": "14.0.0", "keywords": [ "xml", "xmlbuilder" ], "homepage": "http://github.com/oozcitak/xmlbuilder-js", "description": "An XML builder for node.js", "author": "Ozgur Ozcitak <oozcitak@gmail.com>", "contributors": [], "license": "MIT", "repository": { "type": "git", "url": "git://github.com/oozcitak/xmlbuilder-js.git" }, "bugs": { "url": "http://github.com/oozcitak/xmlbuilder-js/issues" }, "main": "./lib/index", "typings": "./typings/index.d.ts", "engines": { "node": ">=8.0" }, "dependencies": {}, "devDependencies": { "coffee-coverage": "*", "coffeescript": "2.4.1", "coveralls": "*", "istanbul": "*", "mocha": "*", "nyc": "*", "xpath": "*", "git-state": "*" }, "mocha": { "require": [ "coffeescript/register", "coffee-coverage/register-istanbul", "test/common.coffee" ], "recursive": true, "ui": "tdd", "reporter": "dot" }, "scripts": { "prepublishOnly": "coffee -co lib src", "test": "nyc mocha \"test/**/*.coffee\"", "perf": "coffee ./perf/index.coffee" } }