| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "_args": [
- [
- "xmlbuilder@8.2.2",
- "E:\\vscode\\UseStudio.Desktop\\resources\\app"
- ]
- ],
- "_development": true,
- "_from": "xmlbuilder@8.2.2",
- "_id": "xmlbuilder@8.2.2",
- "_inBundle": false,
- "_integrity": "sha1-aSSGc0ELS6QuGmE2VR0pIjNap3M=",
- "_location": "/xmlbuilder",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "xmlbuilder@8.2.2",
- "name": "xmlbuilder",
- "escapedName": "xmlbuilder",
- "rawSpec": "8.2.2",
- "saveSpec": null,
- "fetchSpec": "8.2.2"
- },
- "_requiredBy": [
- "/plist"
- ],
- "_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-8.2.2.tgz",
- "_spec": "8.2.2",
- "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
- "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": "*",
- "coffee-script": "*",
- "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": "8.2.2"
- }
|