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

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "simctl@^2",
  3. "_id": "simctl@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5rB7rN4N3b0z0nFdy9eczVssXqrv2aAgdVRksPVqVoiDtvXmfzNvebp3EMdId2sAUzXIflarQlx4P0hjVQEzKQ==",
  6. "_location": "/simctl",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "simctl@^2",
  12. "name": "simctl",
  13. "escapedName": "simctl",
  14. "rawSpec": "^2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2"
  17. },
  18. "_requiredBy": [
  19. "/ios-sim"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/simctl/-/simctl-2.0.0.tgz",
  22. "_shasum": "e3f1c6908735969e23e0922b0cb1161843dd0c59",
  23. "_spec": "simctl@^2",
  24. "_where": "/Users/christian/Documents/artesanias/node_modules/ios-sim",
  25. "author": {
  26. "name": "Shazron Abdullah"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/ios-control/simctl/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "shelljs": "^0.2.6",
  34. "tail": "^0.4.0"
  35. },
  36. "deprecated": false,
  37. "description": "library for Xcode 8+ simctl utility on macOS",
  38. "devDependencies": {
  39. "eslint": "^4.0.0",
  40. "eslint-config-semistandard": "^11.0.0",
  41. "eslint-config-standard": "^10.2.1",
  42. "eslint-plugin-import": "^2.7.0",
  43. "eslint-plugin-node": "^5.1.0",
  44. "eslint-plugin-promise": "^3.5.0",
  45. "eslint-plugin-standard": "^3.0.1",
  46. "jasmine": "^2"
  47. },
  48. "homepage": "https://github.com/ios-control/simctl#readme",
  49. "keywords": [
  50. "simctl",
  51. "iOS Simulator"
  52. ],
  53. "license": "MIT",
  54. "main": "simctl.js",
  55. "name": "simctl",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/ios-control/simctl.git"
  59. },
  60. "scripts": {
  61. "eslint": "eslint lib ./simctl.js",
  62. "jasmine": "jasmine --config=spec/support/jasmine.json",
  63. "posttest": "npm run eslint",
  64. "test": "npm run jasmine"
  65. },
  66. "version": "2.0.0"
  67. }