{
  "_args": [
    [
      "xmlcreate@1.0.2",
      "/var/www/html/trains/api"
    ]
  ],
  "_from": "xmlcreate@1.0.2",
  "_id": "xmlcreate@1.0.2",
  "_inBundle": false,
  "_integrity": "sha1-+mv3YqYKQT+z3Y9LA8WyaSONMI8=",
  "_location": "/xmlcreate",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "xmlcreate@1.0.2",
    "name": "xmlcreate",
    "escapedName": "xmlcreate",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/js2xmlparser",
    "/strong-error-handler/js2xmlparser"
  ],
  "_resolved": "https://registry.npmjs.org/xmlcreate/-/xmlcreate-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "/var/www/html/trains/api",
  "author": {
    "name": "Michael Kourlas",
    "email": "michael@kourlas.net"
  },
  "bugs": {
    "url": "https://github.com/michaelkourlas/node-xmlcreate/issues"
  },
  "description": "Simple XML builder for Node.js",
  "devDependencies": {
    "@types/chai": "^3.4.35",
    "@types/mocha": "^2.2.39",
    "chai": "^3.5.0",
    "del": "^2.2.2",
    "gulp": "^3.9.1",
    "gulp-mocha": "^4.0.1",
    "gulp-sourcemaps": "^2.4.1",
    "gulp-tslint": "^7.1.0",
    "gulp-typedoc": "^2.0.2",
    "gulp-typescript": "^3.1.5",
    "merge2": "^1.0.3",
    "mocha": "^3.2.0",
    "tslint": "^4.5.1",
    "typedoc": "^0.5.7",
    "typescript": "^2.2.1"
  },
  "files": [
    "lib",
    "CHANGES.md",
    "LICENSE.md",
    "NOTICE.md",
    "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"
  },
  "typings": "./lib/main",
  "version": "1.0.2"
}
