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

package.json 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "xcode@^3.0.1",
  3. "_id": "xcode@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA==",
  6. "_location": "/xcode",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "xcode@^3.0.1",
  12. "name": "xcode",
  13. "escapedName": "xcode",
  14. "rawSpec": "^3.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cordova-ios"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/xcode/-/xcode-3.0.1.tgz",
  22. "_shasum": "3efb62aac641ab2c702458f9a0302696146aa53c",
  23. "_spec": "xcode@^3.0.1",
  24. "_where": "/Users/christian/Documents/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.1.0",
  56. "uuid": "^7.0.3"
  57. },
  58. "deprecated": false,
  59. "description": "parser for xcodeproj/project.pbxproj files",
  60. "devDependencies": {
  61. "nodeunit": "^0.11.3",
  62. "nyc": "^15.0.0",
  63. "pegjs": "^0.10.0"
  64. },
  65. "engines": {
  66. "node": ">=10.0.0"
  67. },
  68. "homepage": "https://github.com/apache/cordova-node-xcode#readme",
  69. "license": "Apache-2.0",
  70. "main": "index.js",
  71. "name": "xcode",
  72. "nyc": {
  73. "all": true,
  74. "exclude": [
  75. "coverage/",
  76. "test/"
  77. ],
  78. "reporter": [
  79. "lcov",
  80. "text"
  81. ]
  82. },
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/apache/cordova-node-xcode.git"
  86. },
  87. "scripts": {
  88. "cover": "nyc npm run test:unit",
  89. "pegjs": "pegjs lib/parser/pbxproj.pegjs",
  90. "test": "npm run cover",
  91. "test:unit": "nodeunit test/parser test"
  92. },
  93. "version": "3.0.1"
  94. }