| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "_args": [
- [
- "xmlbuilder@9.0.4",
- "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
- ]
- ],
- "_from": "xmlbuilder@9.0.4",
- "_id": "xmlbuilder@9.0.4",
- "_inBundle": false,
- "_integrity": "sha1-UZy0ymhtAFqEINNJbz8MruzKWA8=",
- "_location": "/xmlbuilder",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "xmlbuilder@9.0.4",
- "name": "xmlbuilder",
- "escapedName": "xmlbuilder",
- "rawSpec": "9.0.4",
- "saveSpec": null,
- "fetchSpec": "9.0.4"
- },
- "_requiredBy": [
- "/xml2js"
- ],
- "_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.4.tgz",
- "_spec": "9.0.4",
- "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\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": "*",
- "coffeescript": "github:jashkenas/coffeescript",
- "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 && istanbul report text lcov"
- },
- "version": "9.0.4"
- }
|