2025-04-24 17:03:28 +08:00

71 lines
1.8 KiB
JSON

{
"_args": [
[
"xmlbuilder@11.0.1",
"/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools"
]
],
"_from": "xmlbuilder@11.0.1",
"_id": "xmlbuilder@11.0.1",
"_inBundle": false,
"_integrity": "sha1-vpuuHIoEbnazESdyY0fQrXACvrM=",
"_location": "/xmlbuilder",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "xmlbuilder@11.0.1",
"name": "xmlbuilder",
"escapedName": "xmlbuilder",
"rawSpec": "11.0.1",
"saveSpec": null,
"fetchSpec": "11.0.1"
},
"_requiredBy": [
"/xml2js"
],
"_resolved": "https://registry.nlark.com/xmlbuilder/download/xmlbuilder-11.0.1.tgz",
"_spec": "11.0.1",
"_where": "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools",
"author": {
"name": "Ozgur Ozcitak",
"email": "oozcitak@gmail.com"
},
"bugs": {
"url": "http://github.com/oozcitak/xmlbuilder-js/issues"
},
"contributors": [],
"dependencies": {},
"description": "An XML builder for node.js",
"devDependencies": {
"coffee-coverage": "2.*",
"coffeescript": "1.*",
"coveralls": "*",
"istanbul": "*",
"mocha": "*",
"xpath": "*"
},
"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",
"prepublishOnly": "coffee -co lib src",
"test": "mocha \"test/**/*.coffee\" && istanbul report text lcov"
},
"typings": "./typings/index.d.ts",
"version": "11.0.1"
}