1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "_from": "xmlbuilder@^9.0.7",
- "_id": "xmlbuilder@9.0.7",
- "_inBundle": false,
- "_integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=",
- "_location": "/xmlbuilder",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "xmlbuilder@^9.0.7",
- "name": "xmlbuilder",
- "escapedName": "xmlbuilder",
- "rawSpec": "^9.0.7",
- "saveSpec": null,
- "fetchSpec": "^9.0.7"
- },
- "_requiredBy": [
- "/plist"
- ],
- "_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz",
- "_shasum": "132ee63d2ec5565c557e20f4c22df9aca686b10d",
- "_spec": "xmlbuilder@^9.0.7",
- "_where": "/Users/Luis/Documents/Universidad/Quinto Año (2019)/Software/km0/km0App/node_modules/plist",
- "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"
- }
|