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

package.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "ios-sim@^8.0.2",
  3. "_id": "ios-sim@8.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-P7nEG771bfd+JoMRjnis1gpZOkjTUUxu+4Ek1Z+eoaEEoT9byllU9pxfQ8Df7hL3gSkIQxNwTSLhos2I8tWUQA==",
  6. "_location": "/ios-sim",
  7. "_phantomChildren": {
  8. "abbrev": "1.1.1"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "ios-sim@^8.0.2",
  14. "name": "ios-sim",
  15. "escapedName": "ios-sim",
  16. "rawSpec": "^8.0.2",
  17. "saveSpec": null,
  18. "fetchSpec": "^8.0.2"
  19. },
  20. "_requiredBy": [
  21. "/cordova-ios"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/ios-sim/-/ios-sim-8.0.2.tgz",
  24. "_shasum": "e2394acb6db4378f75f4c3ff8610bbf4f4795c43",
  25. "_spec": "ios-sim@^8.0.2",
  26. "_where": "/Users/christian/Documents/artesanias/node_modules/cordova-ios",
  27. "author": {
  28. "name": "Shazron Abdullah"
  29. },
  30. "bin": {
  31. "ios-sim": "bin/ios-sim"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/phonegap/ios-sim/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "bplist-parser": "^0.0.6",
  39. "nopt": "1.0.9",
  40. "plist": "^3.0.1",
  41. "simctl": "^2"
  42. },
  43. "deprecated": false,
  44. "description": "launch iOS apps into the iOS Simulator from the command line (Xcode 8.0+)",
  45. "devDependencies": {
  46. "acorn": "^6.1.1",
  47. "babel-runtime": "^6.26.0",
  48. "eslint": "^5.15.1",
  49. "eslint-config-standard": "^12.0.0",
  50. "eslint-plugin-import": "^2.12.0",
  51. "eslint-plugin-jest": "^22.3.0",
  52. "eslint-plugin-node": "^8.0.1",
  53. "eslint-plugin-promise": "^4.0.1",
  54. "eslint-plugin-standard": "^4.0.0",
  55. "jest": "^24.1.0",
  56. "jest-junit": "^6.3.0",
  57. "mock-fs": "^4.8.0",
  58. "stdout-stderr": "^0.1.9"
  59. },
  60. "engines": {
  61. "node": ">=6"
  62. },
  63. "homepage": "https://github.com/ios-control/ios-sim#readme",
  64. "jest": {
  65. "collectCoverage": true,
  66. "collectCoverageFrom": [
  67. "src/*.js"
  68. ],
  69. "testPathIgnorePatterns": [
  70. "<rootDir>/jest.setup.js"
  71. ],
  72. "reporters": [
  73. "default",
  74. "jest-junit"
  75. ],
  76. "testEnvironment": "node",
  77. "setupFilesAfterEnv": [
  78. "./test/jest.setup.js"
  79. ]
  80. },
  81. "keywords": [
  82. "ios-sim",
  83. "iOS Simulator"
  84. ],
  85. "license": "MIT",
  86. "main": "ios-sim.js",
  87. "name": "ios-sim",
  88. "preferGlobal": "true",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/ios-control/ios-sim.git"
  92. },
  93. "scripts": {
  94. "eslint": "eslint *.js src test",
  95. "posttest": "npm run eslint",
  96. "test": "jest --ci"
  97. },
  98. "version": "8.0.2"
  99. }