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

package.json 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_from": "es-abstract@^1.5.0",
  3. "_id": "es-abstract@1.16.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xdQnfykZ9JMEiasTAJZJdMWCQ1Vm00NBw79/AWi7ELfZuuPCSOMDZbT9mkOfSctVtfhb+sAAzrm+j//GjjLHLg==",
  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.16.0.tgz",
  22. "_shasum": "d3a26dc9c3283ac9750dca569586e976d9dcc06d",
  23. "_spec": "es-abstract@^1.5.0",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\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. "make-arrow-function": "^1.1.0",
  63. "nyc": "^10.3.2",
  64. "object-is": "^1.0.1",
  65. "object.assign": "^4.1.0",
  66. "object.fromentries": "^2.0.1",
  67. "replace": "^1.1.1",
  68. "safe-publish-latest": "^1.1.3",
  69. "semver": "^6.3.0",
  70. "tape": "^4.11.0"
  71. },
  72. "engines": {
  73. "node": ">= 0.4"
  74. },
  75. "greenkeeper": {
  76. "//": "nyc is ignored because it requires node 4+, and we support older than that",
  77. "ignore": [
  78. "nyc"
  79. ]
  80. },
  81. "homepage": "https://github.com/ljharb/es-abstract#readme",
  82. "keywords": [
  83. "ECMAScript",
  84. "ES",
  85. "abstract",
  86. "operation",
  87. "abstract operation",
  88. "JavaScript",
  89. "ES5",
  90. "ES6",
  91. "ES7"
  92. ],
  93. "license": "MIT",
  94. "main": "index.js",
  95. "name": "es-abstract",
  96. "repository": {
  97. "type": "git",
  98. "url": "git://github.com/ljharb/es-abstract.git"
  99. },
  100. "scripts": {
  101. "coverage": "nyc npm run --silent tests-only >/dev/null",
  102. "eccheck": "eclint check *.js **/*.js > /dev/null",
  103. "lint": "eslint .",
  104. "postcoverage": "nyc report",
  105. "posttest": "npx aud --production",
  106. "prepublish": "safe-publish-latest",
  107. "pretest": "npm run --silent lint",
  108. "test": "npm run tests-only",
  109. "tests-only": "node test"
  110. },
  111. "testling": {
  112. "files": "test/index.js",
  113. "browsers": [
  114. "iexplore/6.0..latest",
  115. "firefox/3.0..6.0",
  116. "firefox/15.0..latest",
  117. "firefox/nightly",
  118. "chrome/4.0..10.0",
  119. "chrome/20.0..latest",
  120. "chrome/canary",
  121. "opera/10.0..latest",
  122. "opera/next",
  123. "safari/4.0..latest",
  124. "ipad/6.0..latest",
  125. "iphone/6.0..latest",
  126. "android-browser/4.2"
  127. ]
  128. },
  129. "version": "1.16.0"
  130. }