Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "xmlbuilder@^9.0.7",
  3. "_id": "xmlbuilder@9.0.7",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=",
  6. "_location": "/xmlbuilder",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "xmlbuilder@^9.0.7",
  12. "name": "xmlbuilder",
  13. "escapedName": "xmlbuilder",
  14. "rawSpec": "^9.0.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^9.0.7"
  17. },
  18. "_requiredBy": [
  19. "/plist"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz",
  22. "_shasum": "132ee63d2ec5565c557e20f4c22df9aca686b10d",
  23. "_spec": "xmlbuilder@^9.0.7",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\plist",
  25. "author": {
  26. "name": "Ozgur Ozcitak",
  27. "email": "oozcitak@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "http://github.com/oozcitak/xmlbuilder-js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [],
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "An XML builder for node.js",
  37. "devDependencies": {
  38. "coffee-coverage": "2.*",
  39. "coffeescript": "1.*",
  40. "coveralls": "*",
  41. "istanbul": "*",
  42. "mocha": "*"
  43. },
  44. "engines": {
  45. "node": ">=4.0"
  46. },
  47. "homepage": "http://github.com/oozcitak/xmlbuilder-js",
  48. "keywords": [
  49. "xml",
  50. "xmlbuilder"
  51. ],
  52. "license": "MIT",
  53. "main": "./lib/index",
  54. "name": "xmlbuilder",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/oozcitak/xmlbuilder-js.git"
  58. },
  59. "scripts": {
  60. "postpublish": "rm -rf lib",
  61. "prepublish": "coffee -co lib src",
  62. "test": "mocha \"test/**/*.coffee\" && istanbul report text lcov"
  63. },
  64. "version": "9.0.7"
  65. }