Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
atom / usr / share / atom / resources / app / apm / node_modules / xmlbuilder / package.json
Size: Mime:
{
  "_args": [
    [
      {
        "raw": "xmlbuilder@0.4.x",
        "scope": null,
        "escapedName": "xmlbuilder",
        "name": "xmlbuilder",
        "rawSpec": "0.4.x",
        "spec": ">=0.4.0 <0.5.0",
        "type": "range"
      },
      "/home/travis/build/atom/atom/apm/node_modules/atom-package-manager/node_modules/plist"
    ]
  ],
  "_defaultsLoaded": true,
  "_engineSupported": true,
  "_from": "xmlbuilder@>=0.4.0 <0.5.0",
  "_id": "xmlbuilder@0.4.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/atom-package-manager/xmlbuilder",
  "_nodeVersion": "v0.6.3",
  "_npmUser": {
    "name": "oozcitak",
    "email": "oozcitak@gmail.com"
  },
  "_npmVersion": "1.1.0-alpha-2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "xmlbuilder@0.4.x",
    "scope": null,
    "escapedName": "xmlbuilder",
    "name": "xmlbuilder",
    "rawSpec": "0.4.x",
    "spec": ">=0.4.0 <0.5.0",
    "type": "range"
  },
  "_requiredBy": [
    "/atom-package-manager/plist"
  ],
  "_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-0.4.3.tgz",
  "_shasum": "c4614ba74e0ad196e609c9272cd9e1ddb28a8a58",
  "_shrinkwrap": null,
  "_spec": "xmlbuilder@0.4.x",
  "_where": "/home/travis/build/atom/atom/apm/node_modules/atom-package-manager/node_modules/plist",
  "author": {
    "name": "Ozgur Ozcitak",
    "email": "oozcitak@gmail.com"
  },
  "bugs": {
    "url": "http://github.com/oozcitak/xmlbuilder-js/issues"
  },
  "dependencies": {},
  "description": "An XML builder for node.js",
  "devDependencies": {
    "coffee-script": "1.1.x"
  },
  "directories": {},
  "dist": {
    "shasum": "c4614ba74e0ad196e609c9272cd9e1ddb28a8a58",
    "tarball": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-0.4.3.tgz"
  },
  "engines": {
    "node": ">=0.2.0"
  },
  "homepage": "http://github.com/oozcitak/xmlbuilder-js",
  "keywords": [
    "xml",
    "xmlbuilder"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://opensource.org/licenses/mit-license.php"
    }
  ],
  "main": "./lib/index",
  "maintainers": [
    {
      "name": "oozcitak",
      "email": "oozcitak@gmail.com"
    }
  ],
  "name": "xmlbuilder",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/oozcitak/xmlbuilder-js.git"
  },
  "scripts": {
    "postpublish": "make clean",
    "prepublish": "make release",
    "test": "make test"
  },
  "version": "0.4.3"
}