@testim/testim-cli
Version:
Command line interface for running Testing on you CI
89 lines (88 loc) • 2.15 kB
JSON
{
"_args": [
[
"xmlbuilder@>=2.4.6",
"/Users/gil/projects/testim/click-test/src/selenium/node_modules/xml2js"
]
],
"_from": "xmlbuilder@>=2.4.6",
"_id": "xmlbuilder@4.0.0",
"_inCache": true,
"_location": "/xmlbuilder",
"_npmUser": {
"email": "oozcitak@gmail.com",
"name": "oozcitak"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "xmlbuilder",
"raw": "xmlbuilder@>=2.4.6",
"rawSpec": ">=2.4.6",
"scope": null,
"spec": ">=2.4.6",
"type": "range"
},
"_requiredBy": [
"/xml2js"
],
"_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-4.0.0.tgz",
"_shasum": "98b8f651ca30aa624036f127d11cc66dc7b907a3",
"_shrinkwrap": null,
"_spec": "xmlbuilder@>=2.4.6",
"_where": "/Users/gil/projects/testim/click-test/src/selenium/node_modules/xml2js",
"author": {
"email": "oozcitak@gmail.com",
"name": "Ozgur Ozcitak"
},
"bugs": {
"url": "http://github.com/oozcitak/xmlbuilder-js/issues"
},
"contributors": [],
"dependencies": {
"lodash": "^3.5.0"
},
"description": "An XML builder for node.js",
"devDependencies": {
"coffee-coverage": "*",
"coffee-script": "*",
"coveralls": "*",
"istanbul": "*",
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "98b8f651ca30aa624036f127d11cc66dc7b907a3",
"tarball": "http://registry.npmjs.org/xmlbuilder/-/xmlbuilder-4.0.0.tgz"
},
"engines": {
"node": ">=0.8.0"
},
"gitHead": "ec17840a6705ef666b7d04c771de11df6091fff5",
"homepage": "http://github.com/oozcitak/xmlbuilder-js",
"installable": true,
"keywords": [
"xml",
"xmlbuilder"
],
"license": "MIT",
"main": "./lib/index",
"maintainers": [
{
"name": "oozcitak",
"email": "oozcitak@gmail.com"
}
],
"name": "xmlbuilder",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/oozcitak/xmlbuilder-js.git"
},
"scripts": {
"postpublish": "rm -rf lib",
"prepublish": "coffee -co lib src",
"test": "mocha && istanbul report text lcov"
},
"version": "4.0.0"
}