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

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "xcode@^2.0.0",
  3. "_id": "xcode@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-uCrmPITrqTEzhn0TtT57fJaNaw8YJs1aCzs+P/QqxsDbvPZSv7XMPPwXrKvHtD6pLjBM/NaVwraWJm8q83Y4iQ==",
  6. "_location": "/xcode",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "xcode@^2.0.0",
  12. "name": "xcode",
  13. "escapedName": "xcode",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cordova-ios"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/xcode/-/xcode-2.1.0.tgz",
  22. "_shasum": "bab64a7e954bb50ca8d19da7e09531c65a43ecfe",
  23. "_spec": "xcode@^2.0.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/cordova-ios",
  25. "author": {
  26. "name": "Apache Software Foundation"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/apache/cordova-node-xcode/issues"
  30. },
  31. "bundleDependencies": false,
  32. "contributors": [
  33. {
  34. "name": "Andrew Lunny",
  35. "email": "alunny@gmail.com"
  36. },
  37. {
  38. "name": "Anis Kadri"
  39. },
  40. {
  41. "name": "Mike Reinstein"
  42. },
  43. {
  44. "name": "Filip Maj"
  45. },
  46. {
  47. "name": "Brett Rudd",
  48. "email": "goya@apache.org"
  49. },
  50. {
  51. "name": "Bob Easterday"
  52. }
  53. ],
  54. "dependencies": {
  55. "simple-plist": "^1.0.0",
  56. "uuid": "^3.3.2"
  57. },
  58. "deprecated": false,
  59. "description": "parser for xcodeproj/project.pbxproj files",
  60. "devDependencies": {
  61. "nodeunit": "^0.11.3",
  62. "pegjs": "^0.10.0"
  63. },
  64. "engines": {
  65. "node": ">=6.0.0"
  66. },
  67. "homepage": "https://github.com/apache/cordova-node-xcode#readme",
  68. "license": "Apache-2.0",
  69. "main": "index.js",
  70. "name": "xcode",
  71. "repository": {
  72. "url": "git+https://github.com/apache/cordova-node-xcode.git"
  73. },
  74. "scripts": {
  75. "pegjs": "pegjs lib/parser/pbxproj.pegjs",
  76. "test": "nodeunit test/parser test"
  77. },
  78. "version": "2.1.0"
  79. }