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

package.json 2.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "string.prototype.trimright@^2.1.0",
  3. "_id": "string.prototype.trimright@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fXZTSV55dNBwv16uw+hh5jkghxSnc5oHq+5K/gXgizHwAvMetdAJlHqqoFC1FSDVPYWLkAKl2cxpUT41sV7nSg==",
  6. "_location": "/string.prototype.trimright",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "string.prototype.trimright@^2.1.0",
  12. "name": "string.prototype.trimright",
  13. "escapedName": "string.prototype.trimright",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz",
  22. "_shasum": "669d164be9df9b6f7559fa8e89945b168a5a6c58",
  23. "_spec": "string.prototype.trimright@^2.1.0",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\es-abstract",
  25. "author": {
  26. "name": "Jordan Harband"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/es-shims/String.prototype.trimRight/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "define-properties": "^1.1.3",
  34. "function-bind": "^1.1.1"
  35. },
  36. "deprecated": false,
  37. "description": "ES7 spec-compliant String.prototype.trimRight shim.",
  38. "devDependencies": {
  39. "@es-shims/api": "^2.1.2",
  40. "@ljharb/eslint-config": "^14.1.0",
  41. "covert": "^1.1.1",
  42. "eslint": "^6.3.0",
  43. "functions-have-names": "^1.1.1",
  44. "tape": "^4.11.0"
  45. },
  46. "engines": {
  47. "node": ">= 0.4"
  48. },
  49. "homepage": "https://github.com/es-shims/String.prototype.trimRight#readme",
  50. "keywords": [
  51. "String.prototype.trimRight",
  52. "string",
  53. "ES7",
  54. "shim",
  55. "trim",
  56. "trimLeft",
  57. "trimRight",
  58. "polyfill",
  59. "es-shim API"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "string.prototype.trimright",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/es-shims/String.prototype.trimRight.git"
  67. },
  68. "scripts": {
  69. "coverage": "covert test/*.js",
  70. "lint": "eslint .",
  71. "posttest": "npx aud",
  72. "pretest": "npm run lint && es-shim-api --bound",
  73. "test": "npm run tests-only",
  74. "test:module": "node test",
  75. "test:shimmed": "node test/shimmed",
  76. "tests-only": "npm run test:shimmed && npm run test:module"
  77. },
  78. "testling": {
  79. "files": "test/index.js",
  80. "browsers": [
  81. "iexplore/9.0..latest",
  82. "firefox/4.0..6.0",
  83. "firefox/15.0..latest",
  84. "firefox/nightly",
  85. "chrome/4.0..10.0",
  86. "chrome/20.0..latest",
  87. "chrome/canary",
  88. "opera/11.6..latest",
  89. "opera/next",
  90. "safari/5.0..latest",
  91. "ipad/6.0..latest",
  92. "iphone/6.0..latest",
  93. "android-browser/4.2"
  94. ]
  95. },
  96. "version": "2.1.0"
  97. }