gl-store-s3.js/node_modules/xmlbuilder/package.json

66 lines
1.6 KiB
JSON
Raw Normal View History

2019-05-08 11:19:12 +00:00
{
"_from": "xmlbuilder@~9.0.1",
"_id": "xmlbuilder@9.0.7",
"_inBundle": false,
"_integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=",
"_location": "/xmlbuilder",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "xmlbuilder@~9.0.1",
"name": "xmlbuilder",
"escapedName": "xmlbuilder",
"rawSpec": "~9.0.1",
"saveSpec": null,
"fetchSpec": "~9.0.1"
},
"_requiredBy": [
"/xml2js"
],
"_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz",
"_shasum": "132ee63d2ec5565c557e20f4c22df9aca686b10d",
"_spec": "xmlbuilder@~9.0.1",
"_where": "/Users/cyrille/Documents/GitHub/greenlock-storage-s3/node_modules/xml2js",
"author": {
"name": "Ozgur Ozcitak",
"email": "oozcitak@gmail.com"
},
"bugs": {
"url": "http://github.com/oozcitak/xmlbuilder-js/issues"
},
"bundleDependencies": false,
"contributors": [],
"dependencies": {},
"deprecated": false,
"description": "An XML builder for node.js",
"devDependencies": {
"coffee-coverage": "2.*",
"coffeescript": "1.*",
"coveralls": "*",
"istanbul": "*",
"mocha": "*"
},
"engines": {
"node": ">=4.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 \"test/**/*.coffee\" && istanbul report text lcov"
},
"version": "9.0.7"
}