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

package.json 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "strip-bom@^3.0.0",
  3. "_id": "strip-bom@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
  6. "_location": "/strip-bom",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "strip-bom@^3.0.0",
  12. "name": "strip-bom",
  13. "escapedName": "strip-bom",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cordova-common"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  22. "_shasum": "2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3",
  23. "_spec": "strip-bom@^3.0.0",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\cordova-common",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/strip-bom/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Strip UTF-8 byte order mark (BOM) from a string",
  36. "devDependencies": {
  37. "ava": "*",
  38. "xo": "*"
  39. },
  40. "engines": {
  41. "node": ">=4"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/strip-bom#readme",
  47. "keywords": [
  48. "strip",
  49. "bom",
  50. "byte",
  51. "order",
  52. "mark",
  53. "unicode",
  54. "utf8",
  55. "utf-8",
  56. "remove",
  57. "delete",
  58. "trim",
  59. "text",
  60. "string"
  61. ],
  62. "license": "MIT",
  63. "name": "strip-bom",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/strip-bom.git"
  67. },
  68. "scripts": {
  69. "test": "xo && ava"
  70. },
  71. "version": "3.0.0"
  72. }