Repositorio del curso CCOM4030 el semestre B91 del proyecto Paz para la Mujer

package.json 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "simple-plist@^1.0.0",
  3. "_id": "simple-plist@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-043L2rO80LVF7zfZ+fqhsEkoJFvW8o59rt/l4ctx1TJWoTx7/jkiS1R5TatD15Z1oYnuLJytzE7gcnnBuIPL2g==",
  6. "_location": "/simple-plist",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "simple-plist@^1.0.0",
  12. "name": "simple-plist",
  13. "escapedName": "simple-plist",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/xcode"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-1.0.0.tgz",
  22. "_shasum": "bed3085633b22f371e111f45d159a1ccf94b81eb",
  23. "_spec": "simple-plist@^1.0.0",
  24. "_where": "C:\\Users\\Arvin\\MyApp\\node_modules\\xcode",
  25. "author": {
  26. "name": "Joe Wollard"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/wollardj/node-simple-plist/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "bplist-creator": "0.0.7",
  34. "bplist-parser": "0.1.1",
  35. "plist": "^3.0.1"
  36. },
  37. "deprecated": false,
  38. "description": "A wrapper utility for interacting with plist data.",
  39. "devDependencies": {
  40. "eslint": "^5.9.0",
  41. "eslint-config-airbnb": "^17.1.0",
  42. "eslint-config-prettier": "^3.3.0",
  43. "eslint-plugin-import": "^2.14.0",
  44. "eslint-plugin-jsx-a11y": "^6.1.2",
  45. "eslint-plugin-react": "^7.11.1",
  46. "husky": "^1.2.0",
  47. "jest": "^23.6.0",
  48. "lint-staged": "^8.1.0",
  49. "npm-run-all": "^4.1.5",
  50. "prettier": "^1.15.3",
  51. "rimraf": "^2.6.2"
  52. },
  53. "files": [
  54. "simple-plist.js"
  55. ],
  56. "homepage": "https://github.com/wollardj/node-simple-plist.git",
  57. "husky": {
  58. "hooks": {
  59. "pre-commit": "npx run-s test",
  60. "pre-push": "npx run-s test"
  61. }
  62. },
  63. "keywords": [
  64. "plist",
  65. "binary",
  66. "bplist",
  67. "xml"
  68. ],
  69. "license": "MIT",
  70. "lint-staged": {
  71. "*.js": [
  72. "eslint --fix",
  73. "prettier --write",
  74. "git add"
  75. ]
  76. },
  77. "main": "simple-plist.js",
  78. "name": "simple-plist",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/wollardj/node-simple-plist.git"
  82. },
  83. "scripts": {
  84. "clean": "rimraf __tests__/write-test* coverage",
  85. "jest": "jest --coverage",
  86. "test": "run-s clean jest"
  87. },
  88. "version": "1.0.0"
  89. }