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

package.json 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_from": "es-abstract@^1.5.0",
  3. "_id": "es-abstract@1.15.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-bhkEqWJ2t2lMeaJDuk7okMkJWI/yqgH/EoGwpcvv0XW9RWQsRspI4wt6xuyuvMvvQE3gg/D9HXppgk21w78GyQ==",
  6. "_location": "/es-abstract",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "es-abstract@^1.5.0",
  12. "name": "es-abstract",
  13. "escapedName": "es-abstract",
  14. "rawSpec": "^1.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.5.0"
  17. },
  18. "_requiredBy": [
  19. "/string.prototype.trim"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.15.0.tgz",
  22. "_shasum": "8884928ec7e40a79e3c9bc812d37d10c8b24cc57",
  23. "_spec": "es-abstract@^1.5.0",
  24. "_where": "C:\\Users\\Arvin\\MyApp\\node_modules\\string.prototype.trim",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com",
  28. "url": "http://ljharb.codes"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/ljharb/es-abstract/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Jordan Harband",
  37. "email": "ljharb@gmail.com",
  38. "url": "http://ljharb.codes"
  39. }
  40. ],
  41. "dependencies": {
  42. "es-to-primitive": "^1.2.0",
  43. "function-bind": "^1.1.1",
  44. "has": "^1.0.3",
  45. "has-symbols": "^1.0.0",
  46. "is-callable": "^1.1.4",
  47. "is-regex": "^1.0.4",
  48. "object-inspect": "^1.6.0",
  49. "object-keys": "^1.1.1",
  50. "string.prototype.trimleft": "^2.1.0",
  51. "string.prototype.trimright": "^2.1.0"
  52. },
  53. "deprecated": false,
  54. "description": "ECMAScript spec abstract operations.",
  55. "devDependencies": {
  56. "@ljharb/eslint-config": "^14.1.0",
  57. "cheerio": "^1.0.0-rc.3",
  58. "diff": "^4.0.1",
  59. "eclint": "^2.8.1",
  60. "eslint": "^6.5.1",
  61. "foreach": "^2.0.5",
  62. "nyc": "^10.3.2",
  63. "object-is": "^1.0.1",
  64. "object.assign": "^4.1.0",
  65. "object.fromentries": "^2.0.0",
  66. "replace": "^1.1.1",
  67. "safe-publish-latest": "^1.1.3",
  68. "semver": "^6.3.0",
  69. "tape": "^4.11.0"
  70. },
  71. "engines": {
  72. "node": ">= 0.4"
  73. },
  74. "greenkeeper": {
  75. "//": "nyc is ignored because it requires node 4+, and we support older than that",
  76. "ignore": [
  77. "nyc"
  78. ]
  79. },
  80. "homepage": "https://github.com/ljharb/es-abstract#readme",
  81. "keywords": [
  82. "ECMAScript",
  83. "ES",
  84. "abstract",
  85. "operation",
  86. "abstract operation",
  87. "JavaScript",
  88. "ES5",
  89. "ES6",
  90. "ES7"
  91. ],
  92. "license": "MIT",
  93. "main": "index.js",
  94. "name": "es-abstract",
  95. "repository": {
  96. "type": "git",
  97. "url": "git://github.com/ljharb/es-abstract.git"
  98. },
  99. "scripts": {
  100. "coverage": "nyc npm run --silent tests-only >/dev/null",
  101. "eccheck": "eclint check *.js **/*.js > /dev/null",
  102. "lint": "eslint .",
  103. "postcoverage": "nyc report",
  104. "posttest": "npx aud --production",
  105. "prepublish": "safe-publish-latest",
  106. "pretest": "npm run --silent lint",
  107. "test": "npm run tests-only",
  108. "tests-only": "node test"
  109. },
  110. "testling": {
  111. "files": "test/index.js",
  112. "browsers": [
  113. "iexplore/6.0..latest",
  114. "firefox/3.0..6.0",
  115. "firefox/15.0..latest",
  116. "firefox/nightly",
  117. "chrome/4.0..10.0",
  118. "chrome/20.0..latest",
  119. "chrome/canary",
  120. "opera/10.0..latest",
  121. "opera/next",
  122. "safari/4.0..latest",
  123. "ipad/6.0..latest",
  124. "iphone/6.0..latest",
  125. "android-browser/4.2"
  126. ]
  127. },
  128. "version": "1.15.0"
  129. }