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

package.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "simple-plist@^1.1.0",
  3. "_id": "simple-plist@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-pKMCVKvZbZTsqYR6RKgLfBHkh2cV89GXcA/0CVPje3sOiNOnXA8+rp/ciAMZ7JRaUdLzlEM6JFfUn+fS6Nt3hg==",
  6. "_location": "/simple-plist",
  7. "_phantomChildren": {
  8. "big-integer": "1.6.47"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "simple-plist@^1.1.0",
  14. "name": "simple-plist",
  15. "escapedName": "simple-plist",
  16. "rawSpec": "^1.1.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^1.1.0"
  19. },
  20. "_requiredBy": [
  21. "/xcode"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-1.1.1.tgz",
  24. "_shasum": "54367ca28bc5996a982c325c1c4a4c1a05f4047c",
  25. "_spec": "simple-plist@^1.1.0",
  26. "_where": "/Users/christian/Documents/artesanias/node_modules/xcode",
  27. "author": {
  28. "name": "Joe Wollard"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/wollardj/node-simple-plist/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "bplist-creator": "0.0.8",
  36. "bplist-parser": "0.2.0",
  37. "plist": "^3.0.1"
  38. },
  39. "deprecated": false,
  40. "description": "A wrapper utility for interacting with plist data.",
  41. "devDependencies": {
  42. "eslint": "^7.10.0",
  43. "eslint-config-airbnb": "^18.2.0",
  44. "eslint-config-prettier": "^6.12.0",
  45. "eslint-plugin-import": "^2.22.1",
  46. "eslint-plugin-jsx-a11y": "^6.3.1",
  47. "eslint-plugin-react": "^7.21.2",
  48. "husky": "^4.3.0",
  49. "jest": "^26.4.2",
  50. "lint-staged": "^10.4.0",
  51. "npm-run-all": "^4.1.5",
  52. "prettier": "^2.1.2",
  53. "rimraf": "^3.0.2"
  54. },
  55. "files": [
  56. "simple-plist.js"
  57. ],
  58. "homepage": "https://github.com/wollardj/node-simple-plist.git",
  59. "husky": {
  60. "hooks": {
  61. "pre-commit": "npx run-s test",
  62. "pre-push": "npx run-s test"
  63. }
  64. },
  65. "keywords": [
  66. "plist",
  67. "binary",
  68. "bplist",
  69. "xml"
  70. ],
  71. "license": "MIT",
  72. "lint-staged": {
  73. "*.js": [
  74. "eslint --fix",
  75. "prettier --write",
  76. "git add"
  77. ]
  78. },
  79. "main": "simple-plist.js",
  80. "name": "simple-plist",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/wollardj/node-simple-plist.git"
  84. },
  85. "scripts": {
  86. "clean": "rimraf __tests__/write-test* coverage",
  87. "jest": "jest --coverage ",
  88. "jest:verbose": "jest --coverage --verbose",
  89. "test": "run-s clean jest",
  90. "test:verbose": "run-s clean jest:verbose"
  91. },
  92. "version": "1.1.1"
  93. }