65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"_from": "xmlbuilder@^3.1.0",
|
|
"_id": "xmlbuilder@3.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-LIaIjy1OrehQ+jjKf3Ij9yCVFuE=",
|
|
"_location": "/xmlbuilder",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "xmlbuilder@^3.1.0",
|
|
"name": "xmlbuilder",
|
|
"escapedName": "xmlbuilder",
|
|
"rawSpec": "^3.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/grunt-jscs/jscs"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-3.1.0.tgz",
|
|
"_shasum": "2c86888f2d4eade850fa38ca7f7223f7209516e1",
|
|
"_spec": "xmlbuilder@^3.1.0",
|
|
"_where": "C:\\wamp64\\www\\ilink\\node_modules\\grunt-jscs\\node_modules\\jscs",
|
|
"author": {
|
|
"name": "Ozgur Ozcitak",
|
|
"email": "oozcitak@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/oozcitak/xmlbuilder-js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [],
|
|
"dependencies": {
|
|
"lodash": "^3.5.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "An XML builder for node.js",
|
|
"devDependencies": {
|
|
"coffee-script": "*",
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.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",
|
|
"prepublish": "coffee -co lib src",
|
|
"test": "mocha --ui tdd --reporter dot --compilers coffee:coffee-script/register --require test/common/common"
|
|
},
|
|
"version": "3.1.0"
|
|
}
|